Hi 👋,
This is an experimental page to test a new way for me to build sites
The Goals
- fast, scalable
- highly available
- cheap
- decoupled from frontend innovation
- no user management
The Tech Stack
- vanilla html, css, js
- no build, everything is inline
- if I need server, cloudflare workers/durable objects
- deployed on github and cloudflare pages
- route 53 healthchecks + failover policy
- if I need a server, cloudflare workers and durable objects
- if I need real-time things, rust websocket server on fly.io