BENNDEV BLOG
Articles and tutorials on web development, technology, and software engineering best practices.
READ MORE// I BUILD SOFTWARE THAT REPLACES SPREADSHEETS, PAPERWORK, AND MANUAL WORKFLOWS
Civic platforms, business dashboards, and SaaS tools for small businesses and local government — built with Next.js, TypeScript, and PostgreSQL.
Most of my projects started because I saw a manual process that needed fixing — barangay records, garage inventory, event photo management. I build full-stack applications that solve real operational problems, not just tech demos.
AVAILABLE FOR
FREELANCE · CONTRACT
LOCATION
Quezon City, Philippines
10 PROJECTS
2+ YEARS BUILDING
RESPONDS IN
24 HOURS
CONTACT
miguelpilapil30@gmail.com
FEATURED

Concept: barangay management SaaS for digitizing local government requests and certificates.
Problem
Local government units in the Philippines still track resident records, complaints, and document requests on paper or in scattered spreadsheets. Residents have no way to check the status of their submitted requests.
Build
Residents submit requests and get a tracking number to check status (submitted → under review → approved → ready to claim). Admin dashboard lets barangay staff review, approve/reject, and manage all records. Replaces manual logbooks with a single system.
Decision
Used Prisma over raw SQL to keep schema migrations type-safe as the data model changed across development — barangay record structures kept shifting as requirements came in. Kept the resident flow to four steps as a deliberate constraint, not a limitation.
Result
Live demo at brgyorg-ph.vercel.app · GitHub at github.com/sainttlaurel. Concept project, built solo from schema to deployment.

Full-stack car trading platform with inventory management, sales tracking, and customer tools.
Problem
Independent car dealers need an affordable way to list inventory, track sales, and manage customer relationships without expensive dealership software.
Build
Full-stack car trading platform with vehicle listings, sales tracking dashboards, and a customer relationship module — replacing manual spreadsheet tracking for each dealer.
Decision
Used PostgreSQL for relational inventory data across dealers, vehicles, and transactions instead of a document DB — the relational model better represents the actual business logic of car trading, where every vehicle is linked to a dealer, sale, and customer history.
Result
Live at sacredgarage.vercel.app. Built solo — frontend, backend API, and database schema. Inventory updates reflect immediately across the platform.

Event photobooth system — browser-based photo capture with filters and gallery.
Problem
Event photobooths need a fast, no-login way for guests to capture and share photos without staff intervention. Traditional setups require a dedicated operator and expensive hardware.
Build
Browser-based photo capture with filters, a gallery view, and shareable sessions — no app install required. Guests scan a QR code and start shooting.
Decision
Built anonymous, session-based access instead of requiring accounts — guests at an event won't sign up for anything, so removing that friction was the actual product requirement.
Result
Live at cli-studiodev.vercel.app · GitHub at github.com/sainttlaurel (part of active client project, repo available on request).
MORE PROJECTS
SaaS concept: dropshipping dashboard with admin panels and revenue tracking. GitHub-only.
Banking platform prototype — transaction processing, account management, and notification flows (learning project, not in production).
PHP/MySQL inventory management with invoicing, reporting, and real-time dashboard analytics.
Garage management system for fleet tracking, maintenance scheduling, and customer management.
Appointment booking system with admin dashboard using PHP and Firebase with full CRUD.
Community website for a game development initiative with updates and features.
Discord bot suite for community management — moderation, music, and automated workflows.
Most of my projects started because I saw an inefficient manual process — barangay records, garage inventory, event photo management — and wanted to build something better. My background in IT support and admin operations means I've usually seen these problems from the user side before I ever wrote code to fix them.
I also contribute to open-source projects and write about web development on my blog.
Project Management & IT Sales
Internship — 2024–2024
Coordinated IT project requirements, vendor communications, and client onboarding. Assisted in system demonstrations and technical sales presentations.
Social Media & Community Support
Community Management — 2023–2024
Managed online communities, handled support inquiries, and coordinated content scheduling across multiple social platforms.
Car Trading Platform
HRVD GARAGE — JAN 2025–FEB 2025
Full-stack car trading platform — vehicle inventory, sales tracking, and CRM. Built solo from schema to deployment.
Dropshipping SaaS Concept
DROPLER — MAR 2025–NOW
Role-based SaaS dashboard with Google OAuth and multi-tenant PostgreSQL schema. Solo developer on ownership and implementation.
Barangay Management SaaS
BRGYORG_PH — JUN 2025–SEP 2025
Request tracking, certificate generation, and admin dashboard for local government records. Solo project from schema to deployment.
BS Information Technology
New Era University — 2021–2025
Built and shipped SaaS dashboards (BRGYORG_PH, HRVD Garage)
Auth and role-based access control (admin roles, staff permissions)
PostgreSQL + Prisma data modeling across 5+ projects
REST API design for full-stack applications
Responsive UI with Tailwind CSS across all shipped work