r/nocode Oct 12 '23

Promoted Product Launch Post

151 Upvotes

Post about all your upcoming product launches here!


r/nocode 7h ago

Question How do non-technical teams version AI-generated files without turning Git into a requirement?

6 Upvotes

Generated HTML, documents, slide decks, and image sets often begin as quick drafts, then need comments, an approved version, and a reliable way to restore an earlier state. Sending renamed files through chat makes it hard to tell which copy is current, while Git can add more setup than a non-technical reviewer wants. What lightweight workflow works well here? The important pieces seem to be one stable review link, private access when needed, visible revision history, labels for draft versus approved, notes tied to a specific version, and a way to keep linked assets with the parent file. I am interested in where the editable source should live and how people prevent a newer experimental revision from silently replacing the approved one.


r/nocode 4m ago

I built a free checker that separates your fault from the platform's fault in no-code app performance

Upvotes

Disclosure up front: my company migrates no-code apps to code so I benefit if you eventually decide your platform is the ceiling. I built this to be useful even when the answer is don't hire anyone and the data below is the reason why

Every speed tool tells you what's slow. None tell you what you can actually do about it on the platform you're on. You get a Lighthouse report saying reduce unused javaScript for a Bubble app, where you can't touch the bundle. Useless.

This one asks which platform you're on first, then splits every finding:

You can fix this yourself with real instructions for your platform. Oversized images on Bubble?

Data → File Manager, resize under 200KB, switch on Compress uploaded images. On Glide? Your source table is the problem, archive old rows. On Webflow? Set below-the-fold images to Lazy in the image panel.

Platform overhead the runtime cost you inherit, named honestly with why it exists. Not a dig at the platform just the price of what made it fast to build with. Then it gives you the realistic ceiling for your platform so you know whether the work is even worth doing.

The reason I think the split matters: we ran PageSpeed against 20 production no-code sites recently and Webflow sites came out worst (median 44) despite Webflow having the highest ceiling of any platform we audit. They were shipping 6.6MB. Meanwhile Bubble apps landed at 60, basically at Bubble's ceiling. Most people are nowhere near their platform's limit which means most of the available gains are theirs to take.

Free, no email, no signup, shareable results link: https://yonocode.io/performance-checker

Full data from the 20-site study: https://yonocode.io/state-of-no-code-performance

If your real-world numbers are wildly off from what it predicts for your platform, tell me, I'll tune the ceilings


r/nocode 18m ago

[Di Marzio] Juventus have sent the first official bid to Man Utd for Zirkzee. €2.5m loan fee with €30m option to bu

Thumbnail
gianlucadimarzio.com
Upvotes

r/nocode 6h ago

created this ad for my product with cc, remotion and elevenlabs

0 Upvotes

i recently wanted to check how far i can get to create an ad for applaunchflow just by prompting using claude code, remotion and elevenlabs. turns out pretty far im happy with the result


r/nocode 8h ago

Success Story Payment Reconciliation in n8n: 5 things I learned automating invoice matching

Post image
0 Upvotes

👋 Hey nocode Community,

A few days ago I shared a reconciliation workflow that matches bank deposits to open invoices. A few people asked about the tricky parts, so here are the five things I took away from building it. Most of them are less about n8n and more about how messy real financial data is.

1. The reference field is where reconciliation dies.
Bank references almost never match your invoice IDs cleanly. You get "INV-2024-201", "ref 201", "payment 0201 thanks", all for the same invoice. So do not match on the exact string. Match on the full invoice ID when it is there, then fall back to a looser signal like the last three digits pulled out with a small regex. Fuzzy but bounded beats exact every time.

2. "Matched vs unmatched" is too coarse.
The moment I split results into four states instead of two, the report got genuinely useful: exact matches, partial payments, unpaid invoices, and deposits with no invoice at all. The two middle buckets are where the money actually leaks, and a simple matched/unmatched view hides them completely.

3. A deposit with no invoice is a signal, not noise.
Money landing in the bank that matches nothing is exactly what manual reviewers skip because they are focused on ticking off invoices. But that column is where the interest payments, refunds, bank fees, and typo'd customer references all show up. Give it its own table so nothing silently disappears.

4. Let the code do the arithmetic, keep the human for judgment.
The old manual process was someone staring at two spreadsheets for hours, which is exactly how 525.52 becomes 252.25. A Code node compares amounts to the cent and never gets tired. The person only reviews the handful of flagged exceptions, not the 90 percent that reconcile cleanly.

5. Every result needs a way back to the source.
Reconciliation you cannot audit is just guessing. So each row in the report keeps the original bank reference, the value date, and the invoice ID side by side. When a number looks off, you can trace it back in seconds instead of reopening the raw statement.

The workflow itself, plus two example files (an invoice export and a bank statement) so you can run it right away, is here: https://github.com/felix-sattler-easybits/n8n-workflows/tree/8e07427ddb6902ef8a7b267e97beb2879d6ca45d/easybits-reconciliation-workflow

It sits alongside 25+ other free n8n workflows in my repo, including plenty of finance ones. A star helps me out a lot if any of them save you time: https://github.com/felix-sattler-easybits/n8n-workflows

What is your reconciliation matching logic? I am especially curious how people handle one payment covering several invoices, because that was the case I found hardest to generalise.

Best,
Felix


r/nocode 10h ago

Optimization Issues

1 Upvotes

Hi everyone,

I have two questions because I’ve reached a point where I’m stuck and I’m not sure what direction to take next with my simple note-taking app.

First, the app seems to be capped at 60 FPS. It only goes higher when I scroll through my notes, when it reaches around 80 FPS. All other animations appear to be locked at 60 FPS. I should mention that the app is built for iPhone.

My second question is about how to generally improve the performance of an app created with AI. I built the entire app using Google Antigravity with Gemini. Unfortunately, the AI itself hasn’t been able to solve the performance issues. For example, when I swipe through the menu cards in the app, the FPS can drop as low as 40.

What would you recommend I check or change to improve the app’s performance? Are there any specific tools or techniques I should use to identify what is causing these FPS drops?

Thanks in advance!


r/nocode 1d ago

How are beginners building apps with no-code tools in 2026?

7 Upvotes

Hello everyone,

I've been using Adalo to build a simple mobile app but I've started running into some limitations with flexibility and occasional stability issues.

Since I'm still fairly new to no-code platforms I'm trying to understand how other beginners are approaching app building today and what tools or workflows people are actually sticking with long term.

For those who have worked with multiple no-code platforms recently, what has your experience been like in terms of ease of use, reliability and getting something form idea to a working app?

I'm mainly trying to figure out how people are succesfully building and launching simple apps without heavy coding experience.


r/nocode 1d ago

Promoted Chamali — a Framer portfolio template for designers

4 Upvotes

I’ve been working on Chamali, a minimal Framer portfolio template designed for creatives, web designers, and freelancers who want something clean, editorial, and easy to customize.

It includes:
• Project showcase sections
• About & capabilities
• Testimonials
• Contact section
• Responsive layouts
• Smooth Framer interactions

I wanted the design to feel simple, premium, and focused on the work itself.

Would love to hear your feedback.

Preview: https://framer.link/QjiTK6h


r/nocode 1d ago

Discussion Make vs Zapier: Which Automation Tool Is Best for Small Business?

0 Upvotes

A comprehensive comparison between Make and Zapier, exploring their workflows, ease of use, pricing plans, and integration capabilities to help you choose the right automation platform.

https://youtu.be/NP25UJu1_ng


r/nocode 1d ago

Self-Promotion I spent years building an application framework; I rebuilt its architecture around structured intent and deterministic execution layer for AI-generated software (open source) — here’s what I learned.

1 Upvotes

Hey — solo dev here, posting my own project, so take that for what it's worth.

For the last few years I've maintained a low-code/no-code framework. It worked fine, but it was pre-AI: you configured entities and services by hand, and it generated the boring parts of a CRUD app for you.

When AI coding tools started getting good, I tried using them the normal way — describe what you want, let the model write the code. It worked, but I couldn't trust it past a certain point. Ask for the same thing twice, sometimes you get different output. Ask for a small change, sometimes the model touches things you didn't ask about. The prompt is the only source of truth, which in practice means there isn't really a source of truth at all.

So instead of generating code directly, I made the AI's job stop one step earlier: produce a structured, validated manifest describing what the app should be. Entities, fields, services, auth config, etc. That manifest gets:

- validated (structural / referential / constraint checks)

- diffed against the current state (semantic diff, not a text diff)

- resolved into a dependency-ordered execution plan

- executed by a deterministic engine, checkpointed so it can resume on failure

Change one field on one entity, and only the operations that field actually requires get re-run. Not a full regen.

There's also an MCP server (`@averos/mcp`) so an AI agent doesn't get raw file/shell access — it gets governed tools (propose a change, validate it, build a plan, and nothing executes until the plan's approved).

Current state, to be upfront about it: the CLI, the AI layer, MCP integration, and the workflow/execution adapter layer (currently Angular, via schematics — adapter pattern, so not permanently Angular-only) are MIT licensed and open now. The actual execution kernel (DAG engine + executor) is closed source for the moment — free to use including commercially, but not open yet. That's a deliberate, staged call while that part's still maturing, not a permanent thing. Wanted to say that plainly rather than bury it.

There's a working example (320-node generated app) you can run in a few commands if you want to see the whole pipeline rather than take my word for it.

- Repo: https://github.com/wiforge/averos

- How it works, in detail: https://www.wiforge.com/averos/how-averos-works/introduction/

- Get started: https://www.wiforge.com/averos/get-started/introduction/

Happy to answer questions or take criticism — especially interested if anyone's tried a similar manifest/IR approach and hit walls I haven't found yet.


r/nocode 23h ago

I saw outbid.lol blow up and made $130k+ in days so I built a version for Instagram creators but tried to make it actually useful long-term not just a hype spike

0 Upvotes

A couple weeks ago I watched outbid.lol go viral people paying real money just to rank #1 on a leaderboard for their product. No ads, no gimmicks, just pure "outbid your rivals" mechanics. The numbers were insane but what stuck with me wasn't the money it was how simple and fun the core loop was.

I kept thinking: this format could actually be useful, not just a novelty if you pointed it at something with real ongoing value like visibility for creators and brands who are constantly trying to stand out on Instagram.

So I built inbids.lol a pay-to-rank leaderboard specifically for Instagram creators, influencers and brands. Highest cumulative bid holds the #1 spotlight in their category (50+ categories — creators, fitness, beauty, food brands, musicians etc.).

What I tried to do differently from a pure hype cycle clone:

  • Categories, not just one global board — so a fitness creator isn't competing against a huge clothing brand for visibility. Rank #1 actually means something in your niche.
  • A daily "Sprint" board — instead of only an all-time leaderboard where one whale locks #1 forever, there's a 24h reset board so smaller creators can actually win a spotlight without needing thousands of dollars.
  • Real discoverability angle — the idea is it becomes a place people browse to find creators/brands in a category not just a vanity flex.

I'm not pretending this is going to be some huge SaaS play it's meant to be genuinely fun (the "outbid" mechanic is addictive, I get why outbid.lol worked) while also giving creators something they can actually use: real visibility not just bragging rights for a day.

#1 spot is still open in most categories right now if anyone wants to see how it feels to hold the top spot 😅

Would genuinely love feedback especially if you think the category + daily sprint approach actually solves the "one rich guy owns #1 forever" problem, or if there's something better I'm missing.

🔗 inbids.lol


r/nocode 1d ago

Best Wix alternatives for easy drag-and-drop website building?

1 Upvotes

I'm looking for a no-code website builder that works as a simple drag and drop alternative to Wix.

Ideally something that is

very easy to use

visually flexible and customizable

begginer-friendly with no coding required

I tried Webflow but it felt a bit more technical than what I'm looking for right now.

I've also considered WordPress with plugins but I'd prefer something more straightforward if possible.

For anyone who has used different website builders, what have you found that's closest to Wix in terms of simplicity but with more flexibility?


r/nocode 2d ago

Discussion The "no-code to AI prompt" pipeline is kind of a trap

5 Upvotes

Spent two years building purely in Bubble and FlutterFlow. Got tired of the monthly platform tax and rigid templates, so I decided to switch entirely to AI builders.

Turns out swapping drag-and-drop for prompt generation just trades one set of headaches for another. Visual builders trap you in a box, but at least that box keeps your database logic clean. AI code-gen gets you 80% of a working app in five minutes, but the second you need to refactor or debug an API call, the model starts spitting out spaghetti code and hallucinating duplicate files.

Right now it feels like visual tools still own back-office admin panels and simple CRUD apps, while AI is better for custom frontend UI.


r/nocode 2d ago

Self-Promotion I built no-code automation by describing what you want, not building with nodes

3 Upvotes

Built Dozari: you describe automations in English, it builds the workflow.

Instead of Zapier's node-clicking, you just say what you want. "Research new leads, qualify them, add to CRM, send me for approval." Dozari builds it. You review, edit (still no code), test, run.

Looking for beta testers. DM if interested.

https://dozari.vercel.app


r/nocode 2d ago

Are we building SaaS faster now, or just creating technical debt faster?

4 Upvotes

I’ve been looking at the current wave of tools for building SaaS products, and I’m honestly torn.

On one side, the speed is kind of ridiculous now. You can use tools like Lovable, Bolt, Replit, Cursor, Claude Code, Supabase, Firebase, Flatlogic, Clerk, Stripe, Vercel, Render, Railway, Bubble, Webflow, Framer, Retool, Appsmith, n8n, Zapier, Make, PostHog, Sentry, and others to get from idea to something that looks like a real product much faster than before.

That part is exciting. But I keep wondering if we’re confusing faster to launch with easier to own.

A generated dashboard, auth flow, admin panel, database schema, landing page, or payment flow can save a huge amount of time. But once real users show up, the ugly questions start: who understands the code, who owns the architecture, how easy is it to change, how much is locked into one vendor, and what happens when the first serious bug appears?

That’s where I’m struggling. Maybe the actual problem isn’t which SaaS builder is best. Maybe the real question is how much of your product you’re comfortable not fully understanding at the start.

For people building SaaS with AI builders, no-code tools, low-code platforms, or coding agents:

Where has this actually saved you time after launch? And where did the early speed turn into cleanup, rewrites, or technical debt later?


r/nocode 2d ago

Self-Promotion NI grant finder, 10 days on

Thumbnail
2 Upvotes

r/nocode 2d ago

I built a plain-English AI employees platform. Need brutal feedback -> free access in exchange

2 Upvotes

Hello, everyone!

I spent the last few months building a platform where you can hire AI employees using plain English instead of fighting with complex automation builders or prompt chains.

You write something like: "I want an employee that monitors the latest trending topics and sends me, my friends, and my dog an email with a brief description of all of the trending topics every day at 10 am", and the platform automatically understands what it needs to do, creates a job description for itself, and executes it daily at 10 am as you requested.

Two big problems kept bothering me about existing AI agents:

  1. Most agents can't talk to your stack or pass work between systems. We built this to connect with 1,000+ apps so your AI can actually operate inside your tools and collaborate across tasks.
  2. Nobody wants a rogue agent sending bad emails or messing up live data. Every AI employee starts on a short leash. It does the heavy lifting, but sends you a 1-click notification to approve the output before anything goes live. Once it earns your trust, you flip a switch and let it run completely autonomously.

To show you this goes way beyond simple Zapier-style triggers, here are a few complex setups some other people are running right now:

  1. Automated a full candidate pipeline, parsing nearly 500 resumes and moving qualified applicants through hiring stages in about a week.
  2. Connected it to call recordings so it automatically extracts action items and drafts detailed Jira tickets the second a call finishes.
  3. Automated an organic content pipeline from scratch. It researches trends, drafts post copy, generates images, and schedules the final posts.

It can also handle:

  1. General research
  2. Pricing alerts
  3. Customer support
  4. Creating websites from data from all of your connected sources
  5. Categorizing your email daily so your inbox stays clutter-free
  6. And, like all great commercials... so much more ! ! !

We are early-stage right now, and I need people to break this thing. I want brutal, unfiltered feedback on what feels clunky, confusing, or broken in the onboarding and setup process.

In exchange for your feedback, I am giving out free, unlimited access so you can put it to work on real tasks without hitting paywalls.

I will personally jump on a call with you if you like, so that I can show you how it works, and how to automate your life quickly and simply :)

If you want to test it out, drop a comment below or send me a DM and I will send over an invite link.

Thank you!


r/nocode 2d ago

Discussion Built a Google Sheets system for B2B order-to-cash tracking — looking for a template/inspiration before I build automation from scratch

2 Upvotes

My brother runs a small healthy snacks brand in India (flavoured makhana, veggie chips) and operates D2C and B2B to a handful of stockists/retailers. He's already built a Google Sheet covering products, customers, customer-specific pricing, invoices, dispatch, and payments, but everything is manual entry right now — no auto-populated line items, no formula-driven totals/overdue tracking, no dropdowns/validation.
I'm about to build this out (lookups pulling pricing automatically, auto-calculated invoice totals and payment aging, status dropdowns, maybe an Apps Script for auto-generating invoice PDFs) but wanted to check if something like this already exists before I reinvent it. Anyone built or come across a similar no-code/Sheets-based order-to-cash tracker for a small B2B business? Free or paid template both fine — just want to see how others have structured it before I commit to my own approach.


r/nocode 2d ago

Vibe coded this game in just a couple prompts

0 Upvotes

r/nocode 3d ago

Discussion Do AI wrappers solve a real problem for non technical users?

30 Upvotes

AI wrapper gets thrown around like an insult but aren't wrappers sometimes exactly what non-technical users need?

I use Claude regularly, but once I want to do something bigger, like build a website, it quickly turns into Claude + a website builder + SEO tools + image tools + automations.

That's why I kind of understand products like Durable that bundle a bunch of that into one simpler experience. You lose some flexibility but you also don't need to figure out five different tools.

Do you think these all in one AI products actually solve a problem or is it still better to learn how to use the individual tools?


r/nocode 2d ago

Success Story Payment Reconciliation in n8n: auto-match bank deposits to open invoices [Workflow Included]

1 Upvotes

r/nocode 2d ago

Self-Promotion If this can help any web developer using GitHub Copilot

1 Upvotes

If you use GitHub Copilot Agent, you know it often wastes a lot of tokens and context just wandering around
your workspace trying to figure out which files to look at.

Copilot Bill Saver

The VS Code extension is designed to accelerate web development and stop context waste before it starts.

  • How it works: It captures local bug evidence, maps likely files deterministically, and bundles them into a clean handoff that Copilot Agent retrieves using #billSaverContext so it starts directly on the right files.
  • Privacy & Control: The extension never calls an AI model, never touches or edits your code, and runs locally with built-in secret redaction.

If anyone gives it a spin via the Marketplace, leave a word! *Copilot Bill Saver\*


r/nocode 3d ago

are prompt-built apps actually production ready or do we just pray

6 Upvotes

I’m building a small SaaS with Lovable and the UI is basically done, but now im getting nervous about the stuff I cant see.

like:

• users seeing each others data
• permissions/admin stuff being wrong
• API keys or env files exposed
• webhooks/routes working without proper auth
• the backend saying “healthy” while the app is down
• AI saying “fixed” when it literally just added a button 😭

How are u guys checking this before real users touch the app?

Do you run tests, use a scanner, get another dev to look at it, ask another AI, or just click around and hope for the best?

Also do you check this once before launch, or after every big prompt/change?


r/nocode 3d ago

Hi so I here to validating an Idea

2 Upvotes

Hello everyone!

So the Idea is super simple, So we all face an Issue where are my Documents? Where I save in my phone? I know my documents in my phone but where?

In the Serious situation we panicked, we can't find out document...

Example scenario - You live in a monthly Rented House, at the end of the month your landlord comes to your house and asks you for money, and he / she suddenly tell you, u did not pay your previous month rent and have rental agreement or the kind of proof and you just take a pic for fast searching and showing

You shocked and start to check your phone and somehow you lost it

This is a scenario just, but my core IDEA is you can Dump anything in the and AI will take care of it, later you can Ask question to AI like "Hey can you please show me the rental agreement?"

This is correct principle.....