Forjet merges real, battle-tested GitHub repositories into production-ready projects using deterministic AST transformations. Not code generation — code composition. Describe your stack → Forjet discovers compatible repos → AST surgery merges them (renames imports, generates typed bridges, harmonizes APIs) → Firecracker sandbox validates it compiles and responds → download a ZIP that works with docker compose up. Same input, same output, every time. No hallucinations. Full provenance.
No reviews yetBe the first to leave a review for Forjet
Maker
📌
Hey Product Hunt 👋 I'm Youssef — industrial engineer turned software builder, based in Morocco.
I spent a year asking one question: why do developers spend 2-3 weeks wiring together repos that already work individually?
Copilot and Cursor generate code from scratch. The problem: they hallucinate imports, invent API endpoints that don't exist, and mix up types between frontend and backend. The longer the conversation, the worse it gets.
Forjet takes the opposite approach. Instead of generating new code, it finds proven repos on GitHub and merges them structurally — at the AST level. Every transformation is deterministic. Every file has provenance. And before you download anything, a Firecracker microVM boots your entire project and proves it works.
What Forjet does NOT do:
- It doesn't handle every repo combination. Complex architectures can fail — the confidence score tells you before you commit.
- It's not magic. ~90% automated, ~10% needs manual finishing.
- It won't replace understanding your own code.
Currently in private beta. Looking for developers who will break it and tell me what's wrong — not what's right.
Try it → https://forjet.dev
Happy to answer any questions about the AST engine, the sandbox, or the recipe system.