← Back to Projects
BUILDING2026.08 · Website
Official Website
This very site — home base for everything, growing as it's built.
Started: 2026-08-11Progress: 80%
Why I built it
I didn't want my work to scatter across social feeds. I wanted one place that holds who I am, what I've built, and what's next — so the first project is the mothership itself.
How it's being built
Built with Next.js, served on Cloudflare Workers via OpenNext. Copy lives in locales/ and projects in projects.ts, so adding data adds pages.
Rather than launching when finished, the building process itself is public.
What I learned
OpenNext on Cloudflare Workers needs an incremental cache for SSG dynamic routes — a lesson in always verifying on the real runtime.
Dev notes
- 2026-08-20
Implemented Version 0.1: PROJECTS, MIRAI LAB early access, and the i18n structure.
Tech stack
- Next.js
- TypeScript
- Tailwind CSS
- OpenNext
- Cloudflare Workers