Nateeq AI

Shipped
Lead Engineer·OSIT·Nov 2025 to Jan 2026

White-label platform for deploying branded AI voice assistants. Multi-tenant SaaS with embeddable widgets.

Nateeq AI

6 weeks

Built In

Monorepo

Architecture

Schema-per-tenant

Tenancy

1 line

Embed Code

Highlights

  • Took the platform from infrastructure to a shippable product in 6 weeks
  • One-line embed code with API key auth reduced tenant time-to-deploy from 'hire a developer' to copy-paste
  • Built AI lead extraction module that turned voice conversations from a cost center into a revenue driver
  • Schema-per-tenant data isolation with cross-domain CORS for subdomain-per-tenant routing

The Problem

ElevenLabs sells a powerful voice AI API. But APIs don't sell to business buyers. A Saudi IT company needed to resell AI voice assistants to GCC enterprises. ElevenLabs gives you agent creation and conversation endpoints. It does not give you multi-tenant isolation, embed code generation, lead extraction, billing, branding, or Arabic support.

What I Built

01

One-Line Embed

Tenants paste a single script tag into any site. The widget bootstraps itself, negotiates CORS with the tenant's subdomain, and renders a floating voice button. No build step, no SDK, no dependencies.

02

Live Voice Agent Builder

Tenants configure agent personality, voice model, greeting script, and fallback behavior in a visual editor. Changes deploy instantly via WebSocket push. Test mode lets you talk to the agent before publishing.

03

AI Lead Extraction

After each voice call, an LLM reads the transcript and extracts structured leads: name, phone, email, intent, urgency, budget range. Results appear in a filterable dashboard with CSV export. Turns conversations from a cost center into a revenue driver.

04

Schema-Per-Tenant Isolation

Each tenant gets a dedicated PostgreSQL schema with its own tables, indexes, and RLS policies. Cross-tenant queries are physically impossible at the database level. Prisma handles schema switching per request via connection parameter overrides.

Architecture

Nateeq AI architecture

Tech Stack

All projects
  • NestJS
  • Next.js
  • Prisma
  • PostgreSQL
  • pgvector
  • ElevenLabs ConvAI
  • Turborepo
  • RBAC

Interested in working together?