Back to projects

Plataforma E-commerce

Design and development of a web catalog for digital services with a strategic conversion funnel toward WhatsApp for personalized sales closings. The system includes a private admin dashboard to manage the service catalog.

Next.js TypeScript PostgreSQL

My role

As a Fullstack developer, I owned the project end to end: from the catalog and conversion funnel to the data layer and the admin dashboard, ensuring a smooth experience for the client and an orderly management of the catalog.

Key features

Impact

The result is a platform that combines an attractive catalog with a conversion funnel that leads directly to WhatsApp, shortening the path to closing the sale and enabling personalized attention. The admin dashboard gave the client full autonomy over their catalog and reviews —without depending on a developer for every price or service change—, with changes protected by authentication and database-level security policies.

Technologies

Technology Use / Implementation
Next.js Frontend for the catalog and conversion funnel (App Router), with per-platform subpages and Server Actions for the dashboard.
TypeScript Static typing across the whole project for greater robustness and maintainability.
PostgreSQL Database for services and reviews, with RLS separating public reads from administrative writes.
Zod Data validation at the edge of each dashboard Server Action.