Ask HN: Would you use an AI tool to generate and deploy your back end?
1 mayowaibitola 1 6/19/2025, 1:22:26 PM
I’ve been working on a tool called BackendIM(https://backend.im), it takes a natural language prompt like “a leaderboard API with player login” and generates a full FastAPI backend, deploys it, sets up a test UI, handles logs, and lets you export everything to GitHub or ZIP.
The goal is to automate repetitive backend setup auth, CRUD, DB, env vars, deploy, so developers (especially frontend/mobile devs) can go from idea to live backend in minutes.
Comments (1)
mayowaibitola · 9h ago
I’m curious how this approach feels to others:
• Would you trust AI-generated backends for real projects?
• Is this useful beyond MVPs or prototyping?
• What would make a tool like this a no-go for you?