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.
- 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
- 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
- Open source
- MIT License
- Fork it
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.
- 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
- YesterdayAdded rolling chart with Chart.js
- 3d agoAuth header config UI complete
- 5d agoPolling engine MVP working
- 2w agoProject scaffolded with Vite + React
- Personal use
- Self-hosted
- No SaaS plans yet
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.
- Gallery of isolated CSS experiments
- Container query layout demos
- CSS @layer cascade examples
- View Transition API demos
- Inline source code viewer per experiment
- 3d agoAdded view transitions experiment
- 1w agoContainer query responsive grid demo
- 2w ago@layer cascade explainer added
- 1m agoInitial playground scaffold
- Public repo
- MIT License
- Steal freely
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.
- 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
- 1w agoAdded rate limiting middleware
- 2w agoPassword reset emails working
- 3w agoRBAC middleware complete
- 1m agoRefresh token rotation implemented
- Template / starter
- Use in any project
- MIT License
- OAuth providers
- 2FA / TOTP
- Coming soon