The web framework for content-driven websites. ️ Star to support our work!
Find a file
2021-08-27 11:46:41 -07:00
.changeset Version Packages (#1252) 2021-08-27 14:15:29 -04:00
.github
.vscode
assets
docs Version Packages (#1246) 2021-08-27 10:46:14 -04:00
examples Version Packages (#1252) 2021-08-27 14:15:29 -04:00
packages fix bad README removal 2021-08-27 11:46:41 -07:00
scripts
tools/vscode/syntaxes
www Version Packages (#1252) 2021-08-27 14:15:29 -04:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.nvmrc
.prettierignore
.prettierrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FUNDING.md
FUNDING.yml
GOVERNANCE.md
lerna.json
LICENSE
package.json
README.md
tsconfig.base.json
yarn.lock WIP update examples/docs/ 2021-08-26 12:15:33 -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 →