r/nocode

▲ 4 r/nocode

Which no-code tools actually held up past the first few hundred users, and which ones did you have to rip out?

Everyone posts the "I built X with no code" launch. Almost nobody posts what happened 8 months later when it had real load. I want the boring sequel as i am kinda tired chasing the golden goose of tools

If you built on Bubble / Glide / Softr / Airtable / whatever: what broke first, at roughly what scale, and did you patch it or migrate off entirely? Trying to map which tools are "fine forever for a small tool" vs "fine until you have actual customers."

reddit.com
u/Mclovelin32234 — 7 hours ago
▲ 0 r/nocode

a developer quoted £45K to rebuild my bubble app. my customers dont know what bubble is. they dont care.

invoicing app for tradesmen. 2.5 years on bubble. £11.2K MRR. 230 customers.

latest rebuild quote: £45K. 4 months. react, node, postgresql.

my customers access the app on their phone between jobs. they dont know what bubble is. they dont know what react is.

what a developer would critique: 2.8 second load time. not fluid mobile responsiveness.

what the developer doesnt ask about: 3.1% monthly churn. 47 NPS. 0.8 support tickets per customer per month.

£45K to rebuild what already works. the rebuild would produce a faster app that 230 customers use the same way.

my rule: rebuild when a customer leaves because of the platform. so far: zero.

reddit.com
u/Secure_Carry8325 — 3 hours ago
▲ 1 r/nocode

Lo mas importante que debes saber antes de hacer vibe coding

Llevaba 5 semanas codificando con cursor IA.

Un día abrí el repo en frío.

La mitad del código que cursor decía haber escrito…
no estaba.

Y como no sabia los cambios que el agente había hecho no podía arreglarlo

Fue una catástrofe, pero os quiero compartir la solución que implemente y codificar con agentes de IA de forma segura.

https://preview.redd.it/59sulp8pcp2h1.png?width=278&format=png&auto=webp&s=ce07faf13bdef7afe1575693a3158473ba2452d9

reddit.com
u/mateobustillo — 4 hours ago
▲ 3 r/nocode

What I learned building a no-code SaaS as a solo IT guy (6 months in)

https://preview.redd.it/ijfggmmmpo2h1.png?width=2708&format=png&auto=webp&s=078e4eeacb13318d8a49c9360c8876a91db5cc54

Hey r/nocode,

I'm an IT professional who spent the last 8 months building a SaaS on weekends. Wanted to share what actually worked and what wasted my time, in case it helps anyone else here trying to ship a product solo.

What worked:

  1. Picking a problem I personally had. I hated every documentation tool I'd used at work (Confluence is bloated, Mintlify is $300/seat). Building for myself meant I didn't need to do customer interviews to know what sucked.
  2. Visual-first thinking. I almost built a markdown/git-based tool because that's what "real" docs tools do. Then I remembered why I was building it in the first place: I didn't want to deal with git for writing docs. If you're nocode-adjacent, lean into that. Your instinct that things should be simpler is usually right.
  3. Bring-your-own-key for AI features. Instead of marking up OpenAI/Anthropic costs and charging users a premium, I let users plug in their own API key. Way less infra to manage, no margin anxiety, and users actually appreciate the transparency.
  4. Shipping ugly first. My landing page looked terrible for the first 3 months. Didn't matter. The handful of early users gave me feedback that shaped the product way more than a pretty marketing site would have.

What wasted my time:

  1. Over-engineering the editor. I rebuilt the writing experience three times trying to make it "perfect." Should have shipped v1 and iterated based on actual usage.
  2. Pricing paralysis. Spent weeks agonizing over tiers. Just pick something reasonable and adjust later.
  3. Comparing myself to funded competitors. They have teams of 30. I'm one person. Different game entirely.

For context, the thing I built is a docs platform called Dokly.co . Not pitching it — just wanted to be upfront about where these lessons came from. Happy to answer questions about the build process, stack choices, or anything else.

reddit.com
u/Intelligent-Joey — 6 hours ago
▲ 15 r/nocode+2 crossposts

New module demonstration in my L.U.A. extraction game: MWD Micro Warp Drive allows you to get to the target quick

Or flee like a coward tactically retreat.

u/Aromatic-Ad9337 — 5 hours ago
▲ 0 r/nocode

No-code AI builders: reduce LLM API costs by ~25% on chatbots, agents, and automations

Hey r/nocode,

Disclosure: I’m the founder of this platform.

A lot of no-code AI apps use LLM APIs behind the scenes through tools like Bubble, n8n, Make, Zapier, Voiceflow, Botpress, Langflow, Flowise, and custom API connectors.

The problem: once usage grows, API costs can become painful.

I’m offering discounted API credits for builders using LLM APIs in production workflows.

What it helps with

  • AI chatbots
  • no-code agents
  • RAG apps
  • support bots
  • summarization workflows
  • lead qualification bots
  • internal automations
  • voice/text AI tools

Pricing example

Default discount is around 25%.

Example:

  • $100 usable API credits
  • you pay $75

Higher usage can unlock higher discounts.

Free test

I can provide small test credits so builders can check latency, reliability, and cost before using it seriously.

Happy to answer questions.

reddit.com
u/NefariousnessSharp61 — 6 hours ago
▲ 3 r/nocode+2 crossposts

From Lovable to IDE to a paid customers: How a mechanical engineer built a SaaS without hand-coding.

Hey everyone, I know we are all constantly testing new stacks in here, so I wanted to share the exact workflow that finally helped me cross the finish line.

I’m a 26-year-old mechanical engineer, and I just made my first SaaS lifetime sales on my side project. (Full disclosure as per the sub rules: I am the sole founder and creator of the app, Hackamaps). Six months ago, I was juggling my day job and trying to manually learn and type out boilerplate Vite, React, and Supabase code. I was exhausted, moving way too slow, and honestly about to quit. Then I completely changed my approach, leaned into the "vibe coding" movement, and let the AI do the heavy lifting. I stopped acting like a syntax checker and started acting like a director.

Here is the exact "no-code to low-code" pipeline I used to get to my first customers:

Step 1: The UI & Frontend with Lovable I wanted to build a global map for hackers and digital nomads to find hackathons worldwide. Instead of stressing over every single component in Tailwind CSS, I used Lovable. I fed it my vision, and it rapidly generated the beautiful, responsive frontend components I needed. It got me 80% of the way there visually in a fraction of the time. After awhile it became buggy and my senior SWE told me to start from scratch and I took the leap of Faith.

Step 2: Exporting to the IDE & AI Agents Once the Lovable frontend was solid, I moved the code into my IDE. This is where I brought in my AI agents (mostly orchestrating between OpenClaw and NanoClaw). I directed the agents to wire up the complex backend stuff—connecting the Lovable UI to my Supabase database, setting up auth, and writing the logic for the interactive map pins. I barely typed any raw code; I just managed the prompts and the architecture.

Step 3: Focusing on the Customer Because I saved hundreds of hours not fighting with syntax errors, I was actually able to spend my time talking to users, doing marketing, and refining the UX.

The result is a live, functioning app, and a person paid for the membership and also recurring visitors (meaning, simply sticks). It proves you don't need an 80-hour manual coding week to ship a profitable product in 2026. The AI builds the engine; you just have to steer the ship.

For the other solo builders in here: have you experimented with exporting Lovable directly to your IDE yet? What does your AI/No-code stack look like right now for handling the backend?

reddit.com
u/OstenJap — 10 hours ago
▲ 3 r/nocode

Best vibe coding / AI app builder for agency workflow use case? Looking for real recommendations

I've been going pretty deep on the AI app builder space lately. Started with the obvious ones: Lovable, Bolt, Replit, and have been working my way into the more niche stuff like Softr, Glide, and a few others.

The use case I'm trying to solve is specifically agency workflow: client onboarding, asset request tracking, approval flows, automated nudges when clients are late on deliverables, and a clean client-facing portal to tie it all together. Nothing crazy technically but it needs to actually work in a client-facing context, not just as an internal prototype.

A few things I've noticed so far:

The code-first tools (Lovable, Bolt) are powerful but you end up in code diffs and terminal outputs faster than you'd want if you're not a developer. Great if you are, friction if you're not.

Softr and Glide are cleaner for database-driven stuff but start to feel limited once you need conditional logic and multi-step workflows.

I haven't fully explored everything yet and I suspect there are tools that are better suited to this specific use case that I'm not aware of.

Specifically looking for recommendations on:

  • What tool or stack actually handles multi-step approval workflows well without needing a developer?
  • Is anyone pairing an AI app builder with something like Make or n8n for the automation layer, and if so what's the frontend side of that?
  • Any tools that handle client-facing portals cleanly, something that looks professional enough to actually send to a client?

Open to any stack combinations that work. Not married to a single all-in-one solution if the right pieces fit together well.

reddit.com
u/Weekly-Ad387 — 10 hours ago
▲ 1 r/nocode

I’m testing a styling tool around one specific problem: “what do I wear with this?”

Disclosure: I’m the person building this, so this is connected to my own project. I’m sharing it as an early product/idea discussion, not pretending to be a random user.I’ve been working on a small tool called FitAround, and I’m trying to keep the idea very narrow.

Instead of building a full wardrobe app or a generic outfit generator, the whole product starts with one question:

“I have this clothing item. What do I wear with it?”

The flow is:

  1. Start with one item

  2. Pick where you’re wearing it

  3. Choose the fit: clean, relaxed, or baggy

  4. Set a budget

  5. Get an outfit built around that item

For context, the MVP is here:

fitaroundai.vercel.app

The more I test it, the more I think the interesting part is not “AI fashion” in general. It’s how specific the use case is.

A lot of people don’t need help discovering random outfits. They need help with a real item they already own or are thinking of buying.

Examples:

- “How do I make this hoodie work for a date?”

- “Can I wear this white T-shirt to dinner?”

- “What shoes go with these baggy jeans?”

- “Is this item in my cart actually easy to style?”

That last one is the direction I’m most interested in long term.

Before someone buys a piece of clothing online, they could check if they can actually build outfits around it. That feels more useful than just saving random inspiration pictures.

Right now I’m mostly trying to see which use case feels strongest:

  1. Styling clothes people already own

  2. Helping people decide before buying clothes

  3. Recommending products that complete the outfit

  4. Eventually maybe becoming a widget for clothing stores

The main thing I’m watching is whether people treat it like a one-time demo or whether they come back with another item/situation.

Curious how you’d think about positioning this:

Is “style one item around a real situation” stronger as a consumer app, a shopping assistant, or something for retailers? url is : fitaroundai.vercel.app

reddit.com
u/Sea_Pie4521 — 5 hours ago
▲ 2 r/nocode+1 crossposts

AI sucks at homework, I made something to help!

So this idea started with chatbots like Gemini, ChatGPT and Claude. When I would use them for school work, and would upload my school documents, I would always get incorrect answers or simply confusion. So I decided to make a better system for AI models and LLMs to understand documents like PDFs, DOCX and TXT files.

This project started as a simple solution for AI to do my schoolwork and now it is called Parseflow, and today I published it. So how it works is when you send in a document, Parseflow will process it and extract all the information within and organize that data to return structured chunks, which can be used directly or can be searched through with the search features. By using Parseflow, you can improve context and reduce token costs. Currently it accepts PDFs, DOCX files and plain text.

I am still a student, graduating high school this year, so I built this project to try pay for university. I still have a lot to learn so any feedback, advice, questions, etc... are appreciated and you can DM me

reddit.com
u/Lanky_Supermarket_70 — 5 hours ago
▲ 3 r/nocode

What got you from $0 to $1k MRR faster than expected?

Feels like everyone talks about “build in public”, SEO, viral tweets etc…

But I’m more curious about what actually moved the needle fast for founders.

What got you from $0 to $1k MRR faster than expected?

Was it:

  • a specific channel?
  • one niche customer?
  • cold DMs?
  • SEO?
  • pricing change?
  • partnerships?
  • luck? 😭

And what completely wasted your time?

Would genuinely love real answers from people who already crossed that first $1k MRR milestone because honestly that seems like the hardest part right now.

reddit.com
u/avsvishalmedia — 10 hours ago
▲ 4 r/nocode

Every SaaS founder is making “build in public” content now… does it even work anymore?

Feels like every SaaS founder is doing “build in public” now 😭

daily revenue screenshots
“just shipped this” posts
coding clips
growth threads
founder vlogs

…but I genuinely can’t tell anymore if it’s actually bringing customers or just other founders watching each other.

Some people say build in public helped them get first users fast.

Others say it just became founder entertainment with vanity metrics.

Especially now when everyone is building AI tools + fighting for attention at the same time.

Curious what people are actually seeing rn:

Did building in public bring you real paying users?

Or mostly:

  • likes
  • followers
  • other builders
  • startup dopamine 💀

What’s been your actual experience?

reddit.com
u/Trickologygk — 10 hours ago
▲ 2 r/nocode

built a tool that pairs behavioral tracking with feedback clustering to auto-patch bugs. [Give Feedback]

A few months ago we got frustrated watching developers spend hours manually debugging bugs that customers had already reported.

So we started building Feedzap (Not a promo post, its free to use)

You connect your product, and we help with:

  • tracking behavioral signals (rage clicks, dead clicks, scroll frustration)
  • clustering scattered customer feedback (email, Slack, support, calls)
  • identifying high-impact patterns across both
  • auto-generating code patches (With dev review & input)
  • shipping fixes same day instead of 3 days

Basically trying to make bug fixing suck less.

We just launched publicly and I'd genuinely love feedback from other builders here:

feedzap.live

The core insight: developers aren't wasting time because they're lazy. They're wasting time because user frustration signals and customer feedback are scattered across different places. We connect the dots automatically.

60-70% of generated patches are production-ready. The other 30% needs tweaks. But either way you're saving 6+ hours per week compared to manual debugging.

We've tested with 50 teams so far and the feedback has been: "Why doesn't every tool do this?"

Would genuinely appreciate thoughts from fellow builders on:

  • Is this solving a real problem or are we overthinking it?
  • What's missing?
  • Would you use something like this?

Thank you for checking it out ❤️

u/rey19Sin — 8 hours ago
▲ 1 r/nocode

[Honest question] For micro-SaaS founders with traffic but zero paying users

You have traffic coming in.

People are signing up for free.

Nobody is paying.

Which of these feels most true about your situation right now:

A) My landing page copy is the problem. Visitors do not understand what I actually solve for them.

B) My pricing is the problem. People like it but will not pay what I am asking.

C) I am getting the wrong visitors. The people landing on my page are not my actual buyers.

D) I honestly do not know which one it is.

Which one and why?

Curious if the answer changes depending on how long your product has been live.

reddit.com
u/solopraneur — 9 hours ago
▲ 4 r/nocode+1 crossposts

We all have that one time we trusted an AI output and later regretted it. Which type of task has caused you the most trouble when you trusted the output without verifying?

You are free to comment if it is something else than the above options.

View Poll

reddit.com
u/PaintingOwn732 — 10 hours ago
▲ 8 r/nocode

Best way to make a website for part time photography business without coding?

Starting a photography business and need a website fast. Every option I've looked at either requires design skills I don't have or costs a fortune.

I just need homepage, services page, contact form. Doesn’t need to look overly done, just want it clean and professional looking.

Squarespace and Wix take forever to set up from scratch. Hiring someone is out of budget right now.

reddit.com
u/StashBang — 15 hours ago
▲ 2 r/nocode

Building an AI tool that automates testing at student level to professional level

Is it feasible in the current market to build a simple QA testing tool that works by just inputting your product and generating a full end to end test suite for all your pages in simple language. Anyone from new users to professionals can test their products on it. My ICP is vast but is it something could be adopted by users looking to do QA?

reddit.com
u/Electrical-Music2736 — 12 hours ago
▲ 0 r/nocode

I vibe-coded a complete Chrome extension development pipeline

Over the last few weeks I went deep into Chrome extensions and realized the actual coding part is only like 30% of the process.

The annoying part is everything around it:

  • finding ideas
  • setting up the structure
  • fixing review issues
  • understanding Chrome Web Store rules
  • repeatedly getting rejected for tiny mistakes

So I ended up vibe-coding an entire workflow for building Chrome extensions from idea → submission.

Current flow looks like this:

  1. Generate extension ideas
  2. Create the extension structure with AI
  3. Edit/customize features
  4. Scan the extension for possible submission issues
  5. Submit to the Chrome Web Store

One thing I cared about while building it:
the extension scanning happens locally in the browser because uploading unpublished code to random servers feels sketchy.

Tech stack/process:

  • Next.js
  • Tailwind
  • Browser-side ZIP processing
  • AI workflows for generation
  • Testing against real Chrome extensions

Biggest thing I learned:
Chrome extensions are probably one of the fastest ways for indie hackers/vibe coders to ship useful software.

Most successful ones are surprisingly small and focused.

Still improving the workflow, but building this made me realize how much friction exists around extension development that can probably be automated away.

Curious if anyone else here is building browser tools/extensions right now.

u/Agitated-Touch8494 — 13 hours ago
▲ 7 r/nocode+3 crossposts

i'm a bit bored with introspection, healing and kind of want to have fun now.

i've moved away from family and free from drama - cut out 90% of people i know, de-activated or abandoned all socials.

I plan to just lay low and build quietly and then just f off to either Berlin or LA

u/Alert_Permission9785 — 19 hours ago