The web framework for content-driven websites. ️ Star to support our work!
Find a file
2021-08-15 19:12:55 +00:00
.changeset Version Packages (next) (#1092) 2021-08-12 01:39:34 -07:00
.github restrict smoke test to ubuntu@node14 2021-08-12 01:41:54 -07:00
.vscode Fix GoToDefinition for component imports (and component usage) (#1045) 2021-08-09 12:03:32 -04:00
assets
docs docs: rename sidebar "Components" to "Component Syntax" 2021-08-13 11:28:11 -07:00
examples [ci] yarn format 2021-08-13 23:32:55 +00:00
packages Fix left curly bracket formatting (#1094) 2021-08-12 09:51:37 -07:00
scripts
tools [ci] yarn format 2021-08-12 23:40:39 +00:00
www Version Packages (next) (#1092) 2021-08-12 01:39:34 -07:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.nvmrc
.prettierignore
.prettierrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md [ci] yarn format 2021-08-15 19:12:55 +00:00
GOVERNANCE.md Clarify the L2 voting process (#1079) 2021-08-14 11:53:55 -07:00
lerna.json
LICENSE
package.json fix: language server 2021-08-11 15:35:32 -05:00
README.md
tsconfig.base.json
yarn.lock make routing fixes from discord feedback (#1091) 2021-08-12 01:35:28 -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 →