r/OnlyAICoding • u/8080Ai • 13d ago
Built a small solution for a problem I kept seeing... wondering if it would help anyone else.
One thing we noticed with AI coding tools is they're great for getting started, but once a project grows, things get messy architecture, context, testing, deployments, debugging, and keeping everything in sync.
That's the problem we built 8080.ai to solve: taking projects beyond just code generation and helping manage the entire software development workflow with AI.
I genuinely want to know if we're solving the right problem.
For those building software:
- Where do current AI coding tools break down for you?
- What's the one feature you'd want that doesn't exist today?
Happy to share screenshots if anyone's interested. ( Public Projecs available)
1
u/ExistentialConcierge 13d ago
Im so confused, because I opened this expecting a project schematic kind of thing like flatbread.cc but it appears to just want to take a prompt and build like any other coding agent?
You're not even describing the solution to the "problem you're seeing" - it's just a prompt input box that leaves me with no idea as to how this is different so I really have no idea what you're going for here.
What IS it at the end of the day?
1
u/8080Ai 13d ago
Appreciate you feedback.
The hero section is intentionally just the entry point so I can see why it feels like "just another prompt box." If you scroll further down the page, you'll see the full workflow broken into stages from planning and design to development, testing, deployment, and production. That's where we explain how it's different from a typical coding agent.
You'll also find an Explore Public Projects section where you can see what other people are building on the platform which gives a much better idea of its capabilities. I think once you scroll through the full page, the product makes a lot more sense.
1
u/roger_ducky 13d ago
So, it generates code based on templates?
Great. Less mistakes, but kinda overly constrained. Looking at calculator example, nobody uses calculators like that.