WebDev— Why So Serious?
HA HA HA HA HA HA HA
webdev.rapidvps.cloud
ONLINE
// personal chaos lab — active development
DEV LAIR
Where broken code goes to become something worse.
Projects in varying states of beautiful chaos.
webdev.rapidvps.cloud — enter if you dare.
🃏
♠ ♥ ♣ ♦
A♠
Portfolio v3
Total redesign. WebGL madness and scroll-driven chaos. The cards never lie.
2h ago ACTIVE
EXPAND
K♥
API Dashboard
Watching endpoints. Watching response times. Always watching.
Yesterday WIP
EXPAND
Portfolio v3
ACTIVE Updated 2h ago webdev.rapidvps.cloud:3000
OPEN ↗ ✕ CLOSE
Description

Complete ground-up redesign of my personal portfolio. Experimenting with a WebGL particle background, scroll-driven animations using the native CSS Scroll Timeline API, and a custom cursor. Goal is something that feels alive — not just a static showcase.

Status
BUILD● PASSING
DEPLOY● STAGING
COMPLETION~65%
BRANCHfeat/webgl-bg
Features
  • WebGL particle background with mouse interaction
  • Scroll-driven animations via CSS Scroll Timeline
  • Custom animated cursor
  • Dark/light mode with OS preference detection
  • Project showcase with live previews
  • Contact form with email integration
Updates
  • 2h agoFixed WebGL context loss on mobile Safari
  • YesterdayAdded scroll-triggered section reveals
  • 3d agoRebuilt project grid with CSS subgrid
  • 1w agoInitial WebGL particle system prototype
Tech Stack
HTML5 CSS3 Vanilla JS WebGL / GLSL Vite GSAP
Pricing
API Dashboard
WIP Updated Yesterday webdev.rapidvps.cloud:4000
OPEN ↗ ✕ CLOSE
Description

Internal tool for monitoring REST endpoints in real time. Tracks response times, error rates, uptime and sends alerts when things go sideways. Built to scratch my own itch — tired of opening Postman just to check if something is alive.

Status
BUILD● IN PROGRESS
DEPLOY● LOCAL ONLY
COMPLETION~40%
BRANCHmain
Features
  • Real-time endpoint polling with configurable intervals
  • Response time graphs (rolling 24h)
  • Status code breakdown + error alerts
  • Custom headers + auth token support
  • Export reports as JSON / CSV
Updates
  • YesterdayAdded rolling chart with Chart.js
  • 3d agoAuth header config UI complete
  • 5d agoPolling engine MVP working
  • 2w agoProject scaffolded with Vite + React
Tech Stack
React Node.js Express Chart.js SQLite Vite
Pricing
Q♦
CSS Playground
Container queries. Scroll timelines. Madness dressed as elegance.
3d ago IDLE
EXPAND
J♣
Auth Boilerplate
JWT. Refresh tokens. Everyone wants to know who you really are.
1w ago IDLE
EXPAND
CSS Playground
IDLE Updated 3d ago webdev.rapidvps.cloud:5173
OPEN ↗ ✕ CLOSE
Description

A personal sandbox for exploring modern CSS features before they hit mainstream browser support. Each experiment is isolated — browse them like a gallery. Mostly container queries, @layer, scroll-timeline, and view transitions.

Status
BUILD● PASSING
DEPLOY● LIVE
COMPLETIONOngoing
BRANCHmain
Features
  • Gallery of isolated CSS experiments
  • Container query layout demos
  • CSS @layer cascade examples
  • View Transition API demos
  • Inline source code viewer per experiment
Updates
  • 3d agoAdded view transitions experiment
  • 1w agoContainer query responsive grid demo
  • 2w ago@layer cascade explainer added
  • 1m agoInitial playground scaffold
Tech Stack
HTML5 Vanilla CSS Vanilla JS Vite
Pricing
Auth Boilerplate
IDLE Updated 1w ago NPM package / template
OPEN ↗ ✕ CLOSE
Description

A reusable full-stack auth starter. Tired of rebuilding the same JWT + refresh token flow every project. This is the template — drop it in, swap the DB connection, configure roles and you're done. Includes email verification and password reset out of the box.

Status
BUILD● PASSING
DEPLOY● TEMPLATE
COMPLETION~85%
BRANCHmain
Features
  • JWT access tokens + refresh token rotation
  • Role-based access control (RBAC)
  • Email verification on signup
  • Password reset flow with expiring tokens
  • Rate limiting on auth endpoints
  • Supports PostgreSQL / MySQL / SQLite
Updates
  • 1w agoAdded rate limiting middleware
  • 2w agoPassword reset emails working
  • 3w agoRBAC middleware complete
  • 1m agoRefresh token rotation implemented
Tech Stack
Node.js Express JWT Bcrypt Nodemailer Prisma
Pricing
PRO
TBD
  • OAuth providers
  • 2FA / TOTP
  • Coming soon