A monorepo containing a personal website with static content and API backend.
personal-site/
├── astro-site/ # Static site built with Astro
└── api-worker/ # API backend with Hono on Cloudflare Workers
Each project has its own README with setup instructions:
- Astro Site - Static content site with hierarchical navigation
- API Worker - API for comments and subscriptions
- Frontend: Astro, MDX, TypeScript
- Backend: Hono, Cloudflare Workers (D1, R2, Workers AI)
- Deployment: Cloudflare Workers