AI-powered launch platform that turns your GitHub repo into a full go-to-market strategy
Frontend: Next.js 16, TypeScript, TailwindCSS, Clerk Auth
Backend: FastAPI (Python), GitHub REST API
AI Memory: Moorcheh AI (semantic vector store)
Agent Framework: Mastra
Realtime: Convex
Background Jobs: Trigger.dev
Intelligence: GPT-4o via OpenAI API
Video Generation: Sora
Sandbox: E2B, Stagehand
Every year, thousands of great products die in silence โ not because they're bad, but because the builder has no idea how to get it in front of people.
Orbit solves this by:
- ๐ง Reading your entire codebase and building a persistent AI memory of your product
- ๐๏ธ Generating multiple landing page variations tailored to your audience
- ๐ข Mapping exactly where your users live online โ subreddits, Discord servers, newsletters โ each scored by relevance
- โ๏ธ Writing channel-native copy for each community
- ๐ค Drafting Reddit replies for relevant posts through a human approval queue
- ๐ฌ Generating video ads via Sora
- ๐ Producing UGC scripts, cold emails, Twitter threads, and a social calendar
- ๐ Paste your GitHub URL
- ๐ Orbit fetches up to 20 source files and analyzes your codebase with GPT-4o
- ๐ง A structured memory object is stored in Moorcheh AI's semantic vector store
- ๐ค Mastra agents for landing page, content, distribution, Reddit, and video all query the same memory
- ๐ Everything streams live into your dashboard via Convex
git clone https://github.com/Lemirq/orbit.git
cd orbitnpm installcp .env.example .env.localNEXT_PUBLIC_CONVEX_URL=
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
OPENAI_API_KEY=
GITHUB_TOKEN=
TRIGGER_SECRET_KEY=
MOORCHEH_API_KEY=
E2B_API_KEY=
# Terminal 1
npx convex dev --typecheck=disable
# Terminal 2
npx trigger.dev@latest dev
# Terminal 3
npm run devApp runs at: http://localhost:3000
cd backend
pip3 install -r requirements.txt
uvicorn main:app --reloadorbit/
โโโ app/
โ โโโ (dashboard)/dashboard/
โ โ โโโ [projectId]/
โ โ โ โโโ content/
โ โ โ โโโ distribution/
โ โ โ โโโ landing/
โ โ โ โโโ reddit/
โ โ โ โโโ social/
โ โ โ โโโ video/
โ โ โโโ new/
โ โโโ api/
โโโ backend/ โ FastAPI memory pipeline
โโโ convex/ โ Realtime DB + agents
โโโ mastra/ โ Agent definitions
โโโ trigger/ โ Background job pipelines
โโโ lib/
โโโ moorcheh.ts โ Semantic memory layer
- โ Full end-to-end pipeline in 36 hours โ GitHub URL in, full go-to-market out
- ๐ง Moorcheh AI memory is architecturally central โ read once, query forever
- ๐๏ธ Generates multiple landing page variations with one-click deploy
- โ๏ธ Content engine produces UGC scripts, emails, and social posts
- ๐ Distribution intelligence surfaces real communities with relevance scores
- ๐ค Reddit stealth agent with live browser view and approval queue
- ๐ฌ Sora video ad generation from project memory
- ๐ Social calendar with AI post scheduling across X, LinkedIn, Instagram
- ๐ฅ 5 contributors, one coherent product built in 36 hours
- One-click Reddit posting fully productized
- Waitlist & landing page hosting at Orbit subdomain
- Analytics feedback loop โ track which channels drove signups
- Non-GitHub ingestion (live URLs, plain-text descriptions)
Built at GenAI Genesis 2026 w/โค๏ธ by team vybzzzz๐ โจ








