DEV Community

Samir Tawadros
Samir Tawadros

Posted on

I Built an AI Operating System with 130K Lines of Code — Here's the Stack

After a year of solo building, I launched OmniFINDS.AI today — an AI Operating System for online businesses.

The Stack

  • Frontend: React 18 + Vite 5 + Tailwind CSS
  • Backend: Supabase (PostgreSQL + Auth + Edge Functions)
  • AI: 4 free LLM providers (Groq, Gemini, OpenRouter, local GPU)
  • Hosting: Vercel (auto-deploy from GitHub)
  • Video Production: ffmpeg + Pexels API + Google TTS
  • Monthly cost: $0

The Numbers

  • 162 tools across 13 products
  • 15 autonomous AI agents
  • 130,000+ lines of code
  • 570+ source files
  • 8 cinema-grade videos produced by the AI

The Philosophy

We designed it like an octopus — nine brains working as one. Each AI agent is autonomous but coordinated through a central intelligence.

Dog-Fooding

The platform manages its own 16-program affiliate business. Every feature is tested on real operations. If the CRM breaks, our own revenue breaks.

Live now: omnifinds.ai

What's your experience building large solo projects? Would love to hear about your stack choices.

Top comments (0)