Hello World
1 min read
Welcome to 123474.xyz. This is the first post on the new site, built with Astro, Tailwind, and Svelte.
Why this stack?
Markdown files as the data layer. No database, no CMS — just files in a git repo.
- Astro for static site generation
- Tailwind CSS for styling
- Svelte for interactive islands
- Expressive Code for syntax highlighting
Code example
const greeting = "Hello from 123474.xyz";console.log(greeting);What’s next
More posts about AI dev, tooling, and projects. Stay tuned.