The web framework for content-driven websites. ️ Star to support our work!
Find a file
2021-09-14 12:07:05 +00:00
.changeset Disclaimer for Github pages / jekyll quirk (#1355) 2021-09-13 15:39:45 -07:00
.github fix outdated lockfile issue (#1357) 2021-09-13 15:34:40 -07:00
.vscode
assets
docs Fix typo (#1360) 2021-09-13 18:36:04 -07:00
examples Version Packages (#1344) 2021-09-09 10:57:16 -07:00
packages [ci] yarn format 2021-09-13 18:12:51 +00:00
scripts [ci] collect stats 2021-09-14 12:07:05 +00:00
tools/vscode/syntaxes
www Add astro.build/play link (#1359) 2021-09-13 16:47:33 -05:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.gitpod.yml [ci] yarn format 2021-09-08 17:40:48 +00:00
.nvmrc
.prettierignore
.prettierrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FUNDING.md
FUNDING.yml
GOVERNANCE.md
lerna.json
LICENSE
package.json [ci] collect stats 2021-09-10 12:04:54 +00:00
README.md
tsconfig.base.json
yarn.lock Add a new lockfile (#1356) 2021-09-13 11:11:35 -07:00

Astro is a fresh but familiar approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.

Announcement Post →

Full Documentation Site →

Project Status

⚠️ Astro is still an early beta, missing features and bugs are to be expected! If you can stomach it, then Astro-built sites are production ready and several production websites built with Astro already exist in the wild. We will update this note once we get closer to a stable, v1.0 release.

Quick Start

# get started with astro in 3 easy steps:
mkdir new-project-directory
cd new-project-directory
npm init astro

Full Documentation Site →