Back to blog

Launching adsfgadsfg

How adsfgadsfg uses a compact Astro stack to ship a polished site quickly.

April 20, 2026 Product launchastro

Launching adsfgadsfg

This starter ships with a blog that lives directly in the repository, so every new post is versioned with the rest of the site.

Why this setup works

  • Posts are written in MDX inside src/content/blog.
  • Publication is controlled by publishedAt and draft.
  • A scheduled deploy rebuilds the site so future-dated posts go live automatically.

You can replace this post, add more files, or automate new entries later by writing new .mdx files into the same collection.