Semua Proyek
SaaS
TaskFlow Pro
A collaborative project management platform featuring automation workflows, role-based access control, and real-time updates.
Next.jsNode.jsPrismaPostgreSQLRedisStripe

Challenge
Mid-size teams were stitching together three tools for project tracking, automation, and billing. Context switched constantly and automation lived in brittle no-code widgets.
Approach
I shipped a Next.js SaaS with a Prisma + PostgreSQL core and Redis for job queues. Workflow triggers are defined as code-backed rules evaluated on every event. Role-based access control is enforced at the resolver layer, not the UI. Stripe handles billing and seat provisioning.
Outcome
- Replaced a three-tool stack with one subscription.
- Automation rules run server-side and version with the codebase.
- Onboarded two design partners before the public launch.