← All Projects

FlaviByte Platform

Internal platform I built to manage my side project clients and track work. Includes health monitoring, OAuth, file storage, and Slack notifications.

Next.js React Express PostgreSQL Drizzle ORM NextAuth v5 Docker Nginx AWS Lightsail S3 / CloudFront GitHub Actions

What it is

A full-stack platform I built for myself to manage the side projects I take on through Flavibyte. It’s basically my own mini project management tool — tracks clients, projects, and deployments in one place.

What’s in it

  • Health-agent monitoring for deployed projects
  • Google OAuth via NextAuth v5
  • Slack notifications for alerts
  • File storage on AWS S3 with CloudFront
  • PostgreSQL database managed with Drizzle ORM

The whole thing is containerized with Docker, runs behind Nginx on AWS Lightsail, with CI/CD through GitHub Actions.

Why I built it

I wanted something tailored to how I work rather than paying for tools that do 10x more than I need. It’s deployed and running, though it’s really just for my own use — a way to keep my side projects organized without juggling spreadsheets and Notion pages.