This Website
LiveMy personal playground and portfolio. You're looking at it right now. Deployed via the very pipeline it showcases.
SvelteKitTailwind CSSDockerBun
Meta, But Make It Useful
This site is both demo and documentation. Every feature here — the routing, the deployment, the styling — is something I can point to and say "this is how it works."
Stack
⚡
SvelteKit
SSR, routing, and reactive UI without the bloat
🎨
Tailwind CSS
Utility-first styling, dark mode by default
🐳
Docker + Coolify
Containerized deployment on self-hosted Coolify
🔒
Cloudflare Tunnel
Secure ingress without opening ports
Deployment Flow
- I write code locally
- Push to GitHub
- Coolify detects the push
- Rebuilds and deploys automatically
- Live at caspers-playground.com within ~2 minutes
Routes
/ — Home with featured projects
/projects — Project index with clickable cards
/projects/:slug — Individual project details
/blog — Blog index
/blog/:slug — Individual blog posts