Overview
The network needed a public home and a way to collect interested engineers long before the platform itself could launch. We built a separate coming-soon site, with its own codebase, its own database and its own deploy, so the waitlist could go live without waiting on, or destabilising, the platform build.

- Client
- Professional network for African consulting engineers
- Industry
- Professional community
The challenge
- The brand needed somewhere to point people months ahead of the product being usable.
- Signups had to be an owned asset from day one, not rows locked inside a third-party form tool.
- It could not borrow the platform's release cycle; a landing page change should never wait on a platform deploy.
Approach

- 01
Deliberately standalone
A separate Next.js application with no dependency on the platform's frontend or backend. It ships on its own schedule and cannot break, or be broken by, the product being built next door.
- 02
Own the list twice
Every signup is written to Postgres through Drizzle and pushed to a Resend audience; the list stays queryable in a database the client owns, and is immediately ready to broadcast to.
- 03
Validate at the boundary
Zod schemas validate submissions before anything reaches the database, so the earliest and least-supervised public surface is also the strictest about what it accepts.
What shipped
Standalone
deploy, independent of the platform's release cycle
2
homes for every signup: owned database and Resend audience
Zod
validation at the public boundary
Stack
- Next.js 16
- React 19
- TypeScript
- Tailwind 4
- Drizzle ORM
- PostgreSQL
- Resend
- Zod
More work
E-learning · Live Sessions · Payments
Curriculum Learning Platform
A West African curriculum platform for WASSCE, BECE and IGCSE, where students learn, tutors teach live, and guardians pay for and watch progress across five roles.
Marketing Site · CMS · SEO
Embroidery & Branding Site
A search-first website for a twelve-year-old Ghanaian embroidery and apparel branding business, with the whole catalogue editable by the people who run it.
Web Platform · Health · Cloud
National Health Management System
A hospital management platform where eleven staff roles work one shared patient visit, and a national console licenses each facility's departments.
Mobile Apps · Marketplace · Payments
Executive Mobility Platform
A luxury chauffeur marketplace booked by the hour or the day, with customer and chauffeur apps, admin console, wallet and live tracking, built as one platform.
E-commerce · Product Customiser
Customisable Commerce Platform
A Ghana-first storefront where customers personalise a product and preview it live, plus the locked plan that takes it to mobile-money payments and launch-safe auth.
Web Platform · Community · Realtime
Pan-African Engineering Network
A questions-and-answers and mentorship platform for consulting engineers across Africa, shipped in four languages including right-to-left Arabic.