Increscendo Eventos
2025Marketing site and admin platform for an events company: a quote generator with PDF export, a rich-text blog, client testimonials, and authenticated management of products, clients, and event types.
- Next.js ·
- PostgreSQL ·
- NextAuth ·
- Tiptap ·
- AWS S3
The problem
An events company has two very different needs in one site. Prospective clients should find an inviting marketing presence with the company’s work and an easy way to get a quote, while the staff need a real back office to manage the moving parts: products, clients, event types, and the content that keeps the public site fresh.
The approach
Increscendo is a marketing site backed by an admin platform on Next.js. I built the admin and most of what it does: the quote generator that produces a downloadable PDF, so turning an inquiry into a formal quote takes a few clicks instead of manual document work, plus authenticated management of customers and event types, the blog with a rich-text editor powered by next-kit (an internal library I build and maintain), and B2 media storage. The public contact form is also mine, built on next-kit. Authentication runs on NextAuth, and the data sits on the same type-safe zql PostgreSQL foundation used across the other systems.
The outcome
Increscendo gives the company a public site that sells the work and a back office that runs it, with quote generation, content, and client management in one place. Fiscal invoicing for the same client is on the way through the Facturalandia platform, so the marketing, operations, and compliance sides line up.