https://github.com/chrissy-dev/astro-mistaro
An opinionated Astro starter for long-lived, content-driven websites, focused on stability, accessibility, and minimal client-side JavaScript.
https://github.com/chrissy-dev/astro-mistaro
Last synced: 4 months ago
JSON representation
An opinionated Astro starter for long-lived, content-driven websites, focused on stability, accessibility, and minimal client-side JavaScript.
- Host: GitHub
- URL: https://github.com/chrissy-dev/astro-mistaro
- Owner: chrissy-dev
- License: mit
- Created: 2026-02-08T22:35:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-08T23:43:10.000Z (4 months ago)
- Last Synced: 2026-02-09T04:44:19.886Z (4 months ago)
- Language: Astro
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# astro-mistaro
[](https://github.com/chrissy-dev/astro-mistaro/actions/workflows/ci.yml)
An opinionated Astro starter for long-lived, content-driven websites.
Personal baseline, shared publicly as a reference.
> This will likely always be a work in progress.
## Install
```shell
npm create astro@latest -- --template chrissy-dev/astro-mistaro
```
```shell
cd your-project
npm install
npm run dev
```
## Includes
- Astro with static-first output
- Strict TypeScript configuration
- Tailwind CSS
- MDX content collections with schema validation
- Centralised typed site configuration
- Reusable SEO component (OpenGraph, Twitter, canonical, noindex)
- RSS and sitemap generation
- Accessible base layout and 404 page
- robots.txt
- GitHub Actions CI build validation
## Notes
- Built for stability, accessibility, and minimal client-side JavaScript
- Used as the default foundation for my own Astro projects
- Changes are slow and intentional
## License
MIT License. See [LICENSE](./LICENSE) for details.