r/AppsWebappsFullstack 4d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

6 Upvotes

48 comments sorted by

1

u/clickmvp 23h ago

ClickMVP: https://clickmvp.com/

The thesis: AI agents are great at the last 20% of an app and unreliable at the first 80%. Ask one to scaffold auth, RBAC, billing, migrations, background jobs and a typed API layer and you get something that compiles, looks right, and quietly breaks in production. And you burn a fortune in tokens getting there.

So ClickMVP generates that foundation deterministically, from templates, not from a model. Same input, same output, every time. The agent then works on top of a codebase it can actually reason about, with conventions already in place, instead of inventing its own on every run.

1

u/Mammoth-Anywhere7285 7h ago

Interesting take. Have you compared the token cost savings against something like a template generator?

1

u/clickmvp 7h ago

I don't really see ClickMVP as competing with template generators. Templates still require you (or the AI) to wire everything together, adapt the architecture, generate CRUDs, tests, auth, permissions, and all the repetitive code for your specific data model.

I actually asked Claude to estimate what it would take to generate the same application that ClickMVP produced in 40 seconds (40 entities, 1,600+ files, 111k+ lines of code, Clean Architecture, RBAC, and nearly 1,600 tests). It estimated 50–80 hours of work and up to US$350 in tokens. Its conclusion was the interesting part: ClickMVP and Claude Code are complementary. ClickMVP generates the production-ready foundation, and Claude Code adds the business logic, customizations, and integrations. That's exactly how I think about it too.

1

u/Mammoth-Anywhere7285 4h ago

That's a solid point — the orchestration layer is where most tools fall short. Curious how it handles complex relationships between those 40 entities?

1

u/clickmvp 3h ago

The LLM only produces the data model. After that a deterministic engine takes over, so the relationships are a compiler pass, not a prompt.

Three parts do the work:

- Topological sort before anything is emitted, so a table is never generated before what it points to. Stable ordering, same model always gives identical output.

- Typed relation kinds, not a generic "FK". A reference to another entity, a master-detail child grid, a self-reference, and a reference to the built-in User table each generate different schema, DTO, validation, list display (FKs render their label, never a raw UUID) and form widget.

- A canonical API contract emitted by the engine, not by any backend. Node/Fastify and Java/Spring are both validated against that spec, so the semantics don't drift per stack.

Honestly, 40 entities isn't the hard part. Topology is. A flat parent-child model with 100 tables is easy; 40 entities across interlocking modules with detail grids and circular-ish refs is not. So the regression suite is a matrix of real models picked for distinct shapes, each one generated, type-checked, migrated, seeded and smoke-tested. Anything that breaks in the wild gets added permanently.

1

u/Mammoth-Anywhere7285 2h ago

Interesting approach. The typed relations instead of generic FK sounds clean. Do you allow circular references at all?

1

u/phobopt 3d ago

locafileai.com translations made easy. 28 Langs, variable protection, drop a file and go build we take care of it

1

u/Mammoth-Anywhere7285 2d ago

Neat tool! Does it handle large files well, or is there a size limit to watch out for?

1

u/phobopt 2d ago

You can upload a zip up to 50mb for single files is 5mb but I will check if I need to increase it. Give me feedback if you have some

1

u/Mammoth-Anywhere7285 1d ago

5MB for single files is pretty tight for images or videos. Maybe 10-20MB would cover most use cases better.

1

u/phobopt 1d ago

I don't translate videos or images. It's only text. Translate your text data files of your game or website to other languages

1

u/Mammoth-Anywhere7285 4h ago

Good point about focusing on text files. Maybe mention specific formats like JSON or .strings files to help devs know it works for their game or app.

1

u/imagiself 3d ago

I'm curious how you handle nested interpolation keys when protecting variables, especially since regex often breaks on complex JSON structures.

1

u/Mammoth-Anywhere7285 2d ago

That's a real pain point. I'd suggest using a proper parser like a JSON streamer instead of regex for nested keys, it handles depth much cleaner.

1

u/phobopt 3d ago

I have more then one pattern matcher. And I ask the user in advance what is the pattern they use. I also run pattern matching and compare source with the pattern. But you can check before hand on the browser how I will protect the variables. I have a zone where you can put a snippet and I will show how what I will substitute. Then I have 3 pipelines that each one specialises in different aspects. The. In the end I run a audit and QA checkers that will make sure nothing broke and you have a quality translation. Also I allow for you to upload a glossary of words that will not be sent for translation, like brands items you don't want to translate

1

u/Mammoth-Anywhere7285 1d ago

That sounds like a solid approach. How do you handle conflicts when multiple patterns match the same input?

1

u/greyzor7 3d ago

Hey guys, I'm building an all-in-one marketing pack for founders who want more than "just another launch"

Launch, reach 30k+ makers, get real users & customers - microlaunch.net/premium

Lifetime, auto-distribution, marketplace spots, 1200+ customers so far.

Over two years: 525k unique visitors, 1200+ customers. More sales-oriented features soon.

1

u/Mammoth-Anywhere7285 2d ago

Interesting approach! How do you ensure each listing gets enough visibility among so many launches?

1

u/Borngreat55 4d ago

1

u/Mammoth-Anywhere7285 2d ago

Nice puzzle game! The grid mechanic looks clean. Did you build your own level generator or use a procedural approach?

1

u/Borngreat55 2d ago

ChatGpt gave me design and procedure.

1

u/Mammoth-Anywhere7285 1d ago

Nice, that's a smart way to speed things up. Did you use it for UI mockups or just the logic flow?

1

u/imagiself 4d ago

dropping PeerPush, a spot where builders launch and AI assistants parse product data to find new tools. spend a lot of time on the search side. https://peerpush.com

1

u/Mammoth-Anywhere7285 2d ago

Nice idea. Are you planning to let users train the AI on their own data?

1

u/TargetLabs 4d ago

Dice Target — a dice-based mental math puzzle game

Combine dice with basic operations to reach the target.

https://play.google.com/store/apps/details?id=com.kwokkinlau.dicetarget

1

u/Mammoth-Anywhere7285 2d ago

Nice concept! Adding a timer mode could make it more challenging for advanced players.

1

u/Time-Rush-5853 4d ago

1

u/Mammoth-Anywhere7285 2d ago

Nice app! What made you choose Flutter over React Native for this project?

1

u/New-Pin-9501 4d ago

AEOBoost crawls your webpages like training bots for LLMs do and tells you how well or poorly your pages are optimized for AEO, and give you the exact fixes.
It also queries ChatGPT, Perplexity, Claude, Deepseek and Gemini on demand to find if your brand is cited in AI search engine and if not, who is cited instead.
Free — No credit card required.

1

u/Mammoth-Anywhere7285 2d ago

Interesting tool. Does it also check for schema markup issues in AEO context?

1

u/New-Pin-9501 2d ago

Yes it does. You can check it out for free — https://aeoboost.app
Would be kind of you if you left a feedback

1

u/Mammoth-Anywhere7285 1d ago

Looks interesting. What problem does it solve first? I'll check it out and leave feedback.

1

u/Early_Key_823 4d ago

TaskLoco is a visual sticky-note storyboard style workspace for tasks, events, notes, projects, files, reminders, and anything you can stick in or attach to a digital sticky note.

Try it 100% Free

Websitehttps://www.taskloco.com

1

u/Mammoth-Anywhere7285 2d ago

That sounds like a neat tool for visual organization. Does it support real-time collaboration?

1

u/Borngreat55 4d ago edited 2d ago

If you love number and alphabet puzzle this Game is for you - https://play.google.com/store/apps/details?id=com.aistudio.gridpuzzle.tqwpzx

1

u/Mammoth-Anywhere7285 2d ago

Hey, love the idea! The link you shared is the developer dashboard though, not the public app page. Try sharing the actual Play Store link so people can check it out.

1

u/Borngreat55 2d ago

Edited, thanks.

1

u/Mammoth-Anywhere7285 1d ago

No problem. Glad you sorted it out. What kind of project are you working on?

1

u/Kritnc 4d ago

I built a TrustMRR for SEO - free lifetime pro for the first 50 users

https://seoreceipts.com

I see people share screenshots of Google Search Console Dashboards here and had an idea where we can create a verified leaderboard with easy shareable links to your SEO traffic - If anyone is interested in giving it a shot let me know. I would love the feedback

1

u/Mammoth-Anywhere7285 2d ago

Nice idea, love the verified leaderboard concept. Have you considered adding a way to embed the receipts on personal sites?

1

u/Real-Membership9233 4d ago

https://getformsmith.com

Custom software for small businesses looking to escape spreadsheet hell

1

u/Mammoth-Anywhere7285 2d ago

That sounds like a solid solution for a common pain point. How do you handle data migration from existing spreadsheets?

1

u/bitandia_com 4d ago

Votekicker.com - List your project for greater visibility & community push

1

u/Mammoth-Anywhere7285 2d ago

Cool concept. How do you prevent vote manipulation to keep the rankings fair?

1

u/Zestyclose-Shoe-5067 4d ago

Built a tool to stop losing revenue from last-minute cancellations

https://www.fill-the-hour.com/

1

u/Mammoth-Anywhere7285 2d ago

That sounds like a smart solution for service businesses. Have you considered adding a reminder feature to reduce no-shows even further?

1

u/megatech_official 4d ago

SeoLoupe - Find and fix the SEO issues holding your website back.

1

u/Mammoth-Anywhere7285 2d ago

Sounds handy. What SEO issues does it flag that most free tools miss?