Hello World

This is a sample blog post. Replace this content with your own writing.

Each post lives in its own directory under src/app/blog/your-slug/page.tsx. This makes it easy to add interactive React components — calculators, visualizations, demos — directly inside a post.

Adding a new post

1. Create src/app/blog/your-slug/page.tsx
2. Add the entry to src/lib/posts.ts
3. Done — it appears on the home page automatically.