Back to Projects
AI SaaS

Inheriq

Inheriq reimagines how businesses interact with AI. Instead of bolting on generic chatbots, companies can hire specialized AI Employees that understand their role, context, and workflows—across HR, Sales, Finance, Marketing, Operations, and Customer Support.

Next.jsTypeScriptSupabaseOpenAIClaudeNode.js

System Architecture Diagram

Overview

Inheriq is an AI Workforce Operating System that enables businesses to hire, manage, and collaborate with specialized AI teammates across every department.

Problem Statement

Businesses today use disconnected AI chatbots that lack context, memory, and specialization. There's no unified system for managing AI workers across departments like HR, Finance, Sales, and Operations.

Research

Researched enterprise AI adoption patterns, existing AI assistant platforms, and the emerging 'AI employee' paradigm. Studied how companies like Anthropic, OpenAI, and Salesforce approach AI agent frameworks.

Architecture

Built on Next.js with TypeScript for type-safe frontend, Supabase for real-time database and auth, and a multi-model AI backend leveraging both OpenAI and Claude APIs for specialized task routing.

Technical Decisions

Chose Supabase over Firebase for better PostgreSQL support and Row Level Security. Used a multi-model approach (OpenAI + Claude) to leverage each model's strengths for different department tasks.

Tradeoffs

Prioritized rapid iteration over perfect architecture. Chose monorepo for speed but designed modular boundaries for future microservice extraction.

Challenges

Managing context windows across long conversations, implementing reliable AI task handoffs between department agents, and building a permissions system for AI employees.

Lessons Learned

AI products need exceptional error handling—users have zero tolerance for hallucinations in business contexts. Streaming responses dramatically improve perceived performance.

Future Roadmap

Multi-tenant enterprise deployment, custom AI employee training, integration marketplace, and advanced analytics dashboard for AI employee performance metrics.