Personal website where I share ideas, findings, and things I'm working on.
Built with Waku and deployed to Cloudflare Workers.
bun install
bun run devbun run build
bun run cf-deploy-
Create a markdown file in
writings/folder:writings/my-new-post.md
-
Add metadata to
writings/writings.json:{ "slug": "my-new-post", "title": "My New Post", "date": "February 1, 2026", "readTime": "5 min read", "excerpt": "Brief description...", "tags": ["Tag1", "Tag2"] }