Skip to content

Lemirq/orbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

70 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Orbit

Next.js TypeScript FastAPI OpenAI Convex Sora

๐Ÿ›ธ Don't let your project die in silence.

AI-powered launch platform that turns your GitHub repo into a full go-to-market strategy

๐Ÿ† GenAI Genesis 2026 โ€ข ๐Ÿ“– How It Works


๐Ÿ“ธ Screenshots

๐Ÿ  Landing Page

Landing Page

๐Ÿ“Š Project Dashboard

Dashboard

๐ŸŽฏ Project Analysis

Project Analysis

๐Ÿ—๏ธ Landing Page Generator

Landing Page Generator

โœ๏ธ Content Engine

Content Engine

๐Ÿ—บ๏ธ Distribution

Distribution

๐Ÿค– Reddit Stealth Agent

Reddit Stealth

๐Ÿ“… Social Calendar

Social Calendar

๐ŸŽฌ Sora Video Ads

Sora Video Ads

๐Ÿš€ Tech Stack

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


โœจ What Orbit Does

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

๐Ÿ’ก How It Works

  1. ๐Ÿ“Ž Paste your GitHub URL
  2. ๐Ÿ” Orbit fetches up to 20 source files and analyzes your codebase with GPT-4o
  3. ๐Ÿง  A structured memory object is stored in Moorcheh AI's semantic vector store
  4. ๐Ÿค– Mastra agents for landing page, content, distribution, Reddit, and video all query the same memory
  5. ๐Ÿ“Š Everything streams live into your dashboard via Convex

๐Ÿ› ๏ธ How to Run Locally

1๏ธโƒฃ Clone the repo

git clone https://github.com/Lemirq/orbit.git
cd orbit

2๏ธโƒฃ Install dependencies

npm install

3๏ธโƒฃ Set up environment variables

cp .env.example .env.local
NEXT_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=

4๏ธโƒฃ Run all three processes

# Terminal 1
npx convex dev --typecheck=disable

# Terminal 2
npx trigger.dev@latest dev

# Terminal 3
npm run dev

App runs at: http://localhost:3000

5๏ธโƒฃ Python backend (optional)

cd backend
pip3 install -r requirements.txt
uvicorn main:app --reload

๐Ÿ“‚ Project Structure

orbit/
โ”œโ”€โ”€ 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

๐Ÿ† Accomplishments

  • โœ… 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

๐Ÿ”ฎ What's Next

  • 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)

๐Ÿ“„ License

Built at GenAI Genesis 2026 w/โค๏ธ by team vybzzzz๐Ÿ’…โœจ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors