Projects This Website

This Website

Live

My 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

  1. I write code locally
  2. Push to GitHub
  3. Coolify detects the push
  4. Rebuilds and deploys automatically
  5. 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

Built with SvelteKit + Tailwind • Deployed on Coolify • Delivered via Cloudflare Tunnel