Hello World
Hello, world! This is the first post on my new blog.
The Stack
This blog is built with:
- Astro — the fastest web framework
- TinaCMS — visual editing and Git-backed content
- Cloudflare Pages — edge deployment, zero cold starts
- TypeScript — type safety end-to-end
Why This Setup?
Writing posts directly in a browser-based CMS while having every change committed to Git is the best of both worlds. No local markdown files to juggle, no separate database to maintain.
The TinaCMS admin panel lets me create and edit posts with a clean UI, and every save triggers a Cloudflare Pages redeployment. All content lives in the GitHub repo as plain markdown.
Stay tuned for more!