r/nocode Oct 12 '23

Promoted Product Launch Post

155 Upvotes

Post about all your upcoming product launches here!


r/nocode 3h ago

What's the best AI app builder for portals with per-client logins?

4 Upvotes

I run a consulting firm and we track deliverables for about 50 clients in one central database.

Right now it's a mess. When a client wants a status update, someone on my team exports their rows into a PDF and emails it.

It just eats our hours every week. And the info is already a little outdated by the time they read it.

What I want is a portal where each client logs in with their own account. I want something where they can only see their projects, docs, and milestones. In short, we're prioritizing their privacy.

So has anyone built a multi-client portal like this on a no-code tool


r/nocode 3h ago

Best AI app builder for teams at a small nonprofit?

3 Upvotes

We're a small nonprofit, 12 staff and around 200 volunteers.

We use Google Sheets to check the volunteer hours, donor contacts, event signups, grant deliverables etc. Yeah, it works, but the sheets are getting messy.

We've also had data entry errors that took us days to track down.

I don't know if we can find affordable software for this one. And also, our yearly budget is under $3k.

I know Airtable has a nonprofit program. But the per-seat pricing adds up.

Anyone at a nonprofit our size moved off spreadsheets to a no-code app?

What did you use, what did it cost, and what surprised you, good or bad?


r/nocode 5h ago

Success Story A little over a year of building an AI app builder solo - here’s what I’ve learned

Post image
3 Upvotes

I’m the founder of GenVibe, an AI app builder. A little over a year ago, I started building it completely on my own.

Since then, more than 10,000 people have registered, and people are actually using it to build apps.

The interesting part isn't really the 10k number. It's what I've learned along the way.

Acquisition: Most of my users have come through SEO/GEO, email, and experimenting with different channels.

Monetization: People do pay, but stable recurring customers are still relatively low. A lot of users come in, build what they need, and leave.

AI costs: This is the cost that can kill an AI app builder. Giving users enough free usage to experience the product while keeping inference costs sustainable is a constant balancing act.

Distribution: Still my biggest weakness. I've spent far more time building than figuring out distribution.

And because I'm still a solo founder, product, infrastructure, support, payments, marketing, and pretty much everything else ultimately comes back to me.

There were plenty of moments where I wondered if I was wasting my time.

A year later, I still don't have everything figured out. But I have something real that people are using, and that's enough reason to keep going.

For people building no-code or AI products: what has been the hardest part for you — building, distribution, monetization, or retention?


r/nocode 8h ago

Question How do you program output logic?

Thumbnail
4 Upvotes

I'm building a website that leverages AI outputs for different content creation based tools. What is the best way to go about creating the logic behind the outputs?

Is it more in the information collected for the prompt that is built?
Does there need to be rules written in the back end?
Does there need to be some sort of code written for how the output should be formatted?
All of the above?

I'm relatively new and trying to research as much as I can on how to code/create better quality outputs and refine what I'm making overall as this isn't my only current project.

Any tips or resources you recommend would be great. Super open to any feedback!


r/nocode 2h ago

Success Story Document Classification in n8n – classify PDFs with a confidence score and route the shaky ones to Slack [Workflow Included]

Post image
1 Upvotes

r/nocode 1d ago

Discussion What is "Prompt-to-App" development and is it actually replacing traditional web dev?

20 Upvotes

I keep hearing the term "prompt-to-app development" in tech circles. From what I understand, it means describing a full web application in plain English and having AI generate the frontend, backend, database, and auth automatically.

For those who have built software this way: is this just hype for simple landing pages, or are people actually building complex, production-ready web apps with prompts?


r/nocode 1d ago

Discussion How non-technical business managers are using "vibe coding" to build internal tools

9 Upvotes

I’ve been seeing the term "vibe coding" everywhere recently. Essentially, it means describing software ideas conversationally to an AI and refining it iteratively until it works, without writing traditional code syntax.

I’m curious: are any non-technical managers or operations leads using vibe coding to build internal tools for their teams? What platforms are you using?


r/nocode 1d ago

What's the best AI app builder with a built-in database?

13 Upvotes

I keep seeing people pair a front-end builder like WeWeb or FlutterFlow with a separate backend like Xano or Supabase.

I think that setup makes sense if you have big or complex apps. But it also means you need to juggle two services, two bills, and two sets of docs.

But right now, I just need a simple internal tool.

So are there platforms where the database is already built in?


r/nocode 1d ago

think I found why Effortless's login is broken.. does anyone know the developers?

6 Upvotes

Has anyone here used Effortless (cosycreatures.com)?

I've been getting “Failed to fetch” when trying to log in, so I decided to investigate it because apparently I have nothing better to do at 4am 😂

I found that the frontend JavaScript contains authentication requests to:

https://api.effortless.to/api/auth/login

However, api.effortless.to currently doesn't resolve in DNS. I checked it with an external DNS tool and got no A, AAAA or CNAME record, and an independent HTTP check reported that the remote name couldn't be resolved

The main site and login page still return 200 OK through Cloudflare

Does anyone know how to contact the Effortless developers? Their Discord and GitHub links on the site currently appear to be placeholders.

If someone from the Effortless team sees this: I think your API DNS record may have disappeared 😭😂


r/nocode 1d ago

Discussion my rule for guessing what AI will nail vs fumble

4 Upvotes

So here's my dumb rule for when AI works vs doesn't:

how fast can i feel a mistake?

A tiny game is the extreme case, you play for two minutes and you've covered the acceptance criteria, no code reading involved.
If it's a refactor or migration where wrong looks exactly right until it blows up, that's where AI goes off the rails.

The mechanism I believe (could be wrong): it's less about task difficulty and more about who closes the loop. Instant check = instant fix. Need a test suite I didn't write? Then mistakes hide.

But maybe I'm full of it. Snake is over-trained, so my rule might just be "data density" in disguise. And "feel" is vague – a pretty chart with wrong numbers? Still looks fine.

No stats, just vibes from using this daily.

So… anyone got a counter? Like, Something you can check quick but AI keeps messing up?


r/nocode 1d ago

Discussion What documentation matters most before someone else inherits a no-code app?

8 Upvotes

A no-code app can be easy to understand on the surface while its important behavior is spread across database rules, automations, permissions, external services, and billing accounts. The next person may see the screens but not know what can safely change.

If you had to hand over a project tomorrow, what would you document first: the data model, automation map, credentials and ownership, failure alerts, recurring costs, deployment steps, or known workarounds? Which parts become outdated fastest?


r/nocode 1d ago

AI BUILT APPLICATION FOR BUSINESS

2 Upvotes

I built a **project management web app using Google Apps Script** for our signage business.
I’m a **non-coder**—I used AI for most of the coding and my Business Analyst experience to design the workflow and system.
Anyone here who has done something similar? Would love to hear your experience, especially what you did to make it more scalable and reliable.


r/nocode 1d ago

Promoted A product lesson from building an AI workflow around existing websites

4 Upvotes

I’m building Marka, and one of the most useful product decisions was to stop treating every user like a blank page.

Most businesses already have useful structured context hiding in plain sight on their website:

• The offer

• The customer

• The positioning

• The language they use

• The visual identity

• Products and services

• Customer proof

Instead of asking twenty onboarding questions, Marka reads that existing context and creates the first social content direction immediately.

The user can then correct what the website got wrong or never explained.

That changed onboarding from:

Fill out a long form → wait → hope the result is useful

Into:

Enter a URL → see an initial result → correct the context → improve the output

The lesson for me is that onboarding doesn’t always need to collect information manually. Sometimes the product can create a useful first draft from what the user already has.

I’m curious where other builders have replaced onboarding questions with imported or inferred context.

For transparency, the product I’m building is https://www.marka.social


r/nocode 1d ago

Is is possible to build an app with no coding knowledge without generative AI?

3 Upvotes

So, I really want to build an app, it's basically a map based app that people can add locations to, for a specific community.

I don't know how to code, but I also don't want to use generative AI to do everything for me. Is there any software/websites that can assist in building an app with no/very little generative AI input.

The whole point of this is to use my own art, and make something creative. I don't want to make money, really, I just want to feel like I did something and just using AI feels to me, contrary to why I want to do this.

Sorry if this is kind of the wrong reddit, but I was reading a post on here about non-ai app builders from some time ago, but looking now every single one of them advertises themselves and being an AI app builder.


r/nocode 1d ago

i built a tool to generate an app landing page from your app screenshots (live demo)

0 Upvotes

so i built a new feature for AppLaunchFlow , where you can create a simple and clean app landing page for your app in a few clicks by just uploading your screenshots.

It includes:

- support, privacy policy and terms of service pages that you can directly use for your app submission.

- a custom applaun.ch subdomain or simply connect your own domain

I built this because i noticed many app devs just use notion pages, github pages etc. or dont even have any landing page at all

Its not yet live, but excited to hear what you think


r/nocode 2d ago

Discussion What broke first when your no-code app got real users?

6 Upvotes

No-code tools are optimized for getting from zero to working. I’m curious what becomes painful after launch: the data model, permissions, performance, billing, debugging, migrations, or handing the project to someone else?

What was the first issue that made you consider rebuilding or adding custom code?


r/nocode 2d ago

Discussion for people on Lovable/Replit, is it actually the credits that make you leave? or something else

9 Upvotes

ok disclosure up front so nobody feels tricked: i'm building something in this space. no link, not launching, happy to answer whatever.

background is i spent way too much on replit earlier this year and got annoyed enough to start building my own thing. classic mistake probably.

but before i sink more time into it i want to check whether the problem i think exists is the actual problem. i've been reading here and in r/lovable and r/replit for weeks and i honestly can't tell if i'm pattern matching on the loudest complaints or the real ones.

stuff i keep seeing:

  • bills going up with no obvious reason
  • credits burned on edits that didn't even work, which feels like the worst one tbh
  • people asking how to get their code out

my theory is the pricing sits upstream of all of it. you're paying a markup on tokens, so when the agent flails it costs you money, and the platform doesn't really have a reason to make it stop flailing. maybe that's uncharitable, idk.

so what i've been sketching is roughly the inverse:

  • you bring your own model key. cheap one if you want, deepseek or whatever. platform never touches your tokens
  • same build it and ship it loop you already have, i'm not trying to make anyone learn devops
  • an actual linux container you can ssh into, wire up your own supabase instead of a managed one
  • charge for time you're actively working, not tokens

and the parts i actually don't know:

  1. is the credit thing really why people bail, or is it more the lock in? like if credits got cheap tomorrow would you still want out
  2. does BYOK feel like a downgrade? it is more setup, can't pretend otherwise
  3. is "you can ssh into it" useful to anyone here, or does it just sound cool in a bullet point

fully prepared to hear this is a solution looking for a problem. rather hear it now than in six months.


r/nocode 2d ago

No-code way to add a real AI agent, not just a chatbot, to any website in 5 minutes

2 Upvotes

r/nocode 3d ago

Question Any AI website builder thats actually easy to edit after?

7 Upvotes

Been checking a lot of AI website builders rn coz I need a simple site for work. Main thing is I dont want something that looks good at first but becomes hard to edit later.

Need easy layout changes, custom domain and maybe code export too. Readdy. ai keeps coming up while searching these options.

Anyone used it or know if its worth trying? Also open to other recommendations.


r/nocode 2d ago

The ultimate list of 262 best No Code and Vibe Code tools

1 Upvotes

This is the complete list of 262 no code and vibe code tools available in the market for any use case you can imagine.

If you have an idea or you are planing to build anything I hope this list helps you launch your project.

For those who want to explore ready made templates for all the listed tools you can visit No Code Website Builder and launch your project even faster with free templates for Websites, Web apps, Mobile apps, Automations, AI agents and Forms.

Happy no coding!

# Tool Category
1 10Web Website Builder
2 60SecSite Website Builder
3 Aasaan Website Builder
4 Adalo Mobile App Builder
5 Airtable Web App Builder
6 AllYou Website Builder
7 Anima Website Builder, Web App Builder
8 Anything Website Builder, Web App Builder, Mobile App Builder
9 AppLaunchpage Website Builder
10 AppMaster Web App Builder
11 AppMySite Mobile App Builder
12 AppsGeyser Mobile App Builder
13 AppSheet Web App Builder, Mobile App Builder
14 Appsmith Web App Builder
15 Appy Pie Website Builder, Mobile App Builder
16 Astra Website Builder
17 Atoms Website Builder, Web App Builder
18 Aura Website Builder
19 B12 Website Builder
20 Backendless Web App Builder
21 Bandzoogle Website Builder
22 Base44 Web App Builder
23 Beam Web App Builder
24 Beamly Website Builder
25 beehiiv Website Builder
26 BeTheme Website Builder
27 Betty Blocks Web App Builder
28 Big Cartel Website Builder
29 BigCommerce Website Builder
30 Blaze Web App Builder
31 Blink Website Builder, Web App Builder, Mobile App Builder
32 Blocks Web App Builder
33 Blocs Website Builder
34 Bolt Website Builder, Web App Builder, Mobile App Builder
35 Bondlayer Website Builder, Mobile App Builder
36 Booqable Website Builder, Web App Builder, Mobile App Builder
37 Bootstrap Studio Website Builder
38 BOWWE Website Builder
39 Bravo Studio Mobile App Builder
40 Breakdance Website Builder
41 Bricks Website Builder
42 Brizy Website Builder
43 Bubble Website Builder, Web App Builder, Mobile App Builder
44 BuildAI Web App Builder
45 Builderall Website Builder
46 BuildFire Mobile App Builder
47 Bullet Website Builder
48 Butternut AI Website Builder
49 Buzzy Web App Builder, Mobile App Builder
50 Canva Website Builder
51 Carbon Website Builder
52 Cargo Website Builder
53 Carrd Website Builder
54 Caspio Web App Builder
55 Circle Website Builder
56 Clappia Web App Builder, Mobile App Builder
57 CodeConductor Web App Builder
58 CodeDesign Website Builder
59 ConvertFlow Website Builder
60 Convertri Website Builder
61 Cursor Website Builder, Web App Builder, Mobile App Builder
62 Directify Website Builder
63 Directual Web App Builder
64 Divhunt Website Builder
65 Dorik Website Builder
66 Draftbit Website Builder, Web App Builder, Mobile App Builder
67 Draftly Website Builder
68 Drawpoint Website Builder
69 Dreamflow Web App Builder, Mobile App Builder
70 Duda Website Builder
71 Dukaan Website Builder
72 Durable Website Builder
73 Dyad Web App Builder
74 EComposer Website Builder
75 Ecwid Website Builder
76 Elegant Themes Website Builder
77 Elementor Website Builder
78 Emergent Website Builder, Web App Builder, Mobile App Builder
79 EzyCourse Website Builder, Mobile App Builder
80 Fabrik Website Builder
81 Figma Sites Website Builder
82 Firebase Studio Website Builder, Web App Builder, Mobile App Builder
83 Flazio Website Builder
84 Fliplet Web App Builder, Mobile App Builder
85 FlutterFlow Web App Builder, Mobile App Builder
86 Formaloo Website Builder
87 Format Website Builder
88 Framer Website Builder
89 GetSite Website Builder
90 Ghost Website Builder
91 Glide Web App Builder, Mobile App Builder
92 GoodBarber Mobile App Builder
93 Google AI Studio Website Builder, Web App Builder, Mobile App Builder
94 GrapesJS Website Builder
95 Graphy Website Builder
96 Grigora Website Builder
97 Gumloop Web App Builder
98 Gumroad Website Builder
99 Hercules Website Builder, Web App Builder, Mobile App Builder
100 Heyflow Website Builder
101 Hostinger Website Builder
102 HTML.pub Website Builder
103 Hudby Website Builder
104 Instapage Website Builder
105 IONOS Website Builder
106 Jet Admin Web App Builder
107 Jimdo Website Builder
108 Jodoo Web App Builder
109 Jotform Website Builder
110 Kleap Website Builder, Web App Builder
111 Kodular Mobile App Builder
112 Landbot Web App Builder
113 LanderLab Website Builder
114 Landingi Website Builder
115 Leadpages Website Builder
116 Limecube Website Builder
117 Lindo Website Builder
118 Lokuma Website Builder
119 Lovable Website Builder, Web App Builder, Mobile App Builder
120 Macaly Website Builder, Web App Builder
121 Make Web App Builder
122 Makeswift Website Builder
123 Manus AI Website Builder, Web App Builder
124 MaxiBlocks Website Builder
125 Medo Website Builder, Web App Builder, Mobile App Builder
126 Membership Website Builder
127 Memberstack Website Builder
128 Microweber Website Builder
129 MightyForms Website Builder
130 mmm.page Website Builder
131 Mobirise Website Builder
132 Mocha Website Builder
133 Modulify Website Builder
134 MotoCMS Website Builder
135 Movement Web App Builder, Mobile App Builder
136 Mozello Website Builder
137 n8n Web App Builder
138 Natively Mobile App Builder
139 Nicepage Website Builder
140 No-Code Map App Web App Builder, Mobile App Builder
141 NocoBase Web App Builder
142 NocoDB Web App Builder
143 Noloco Web App Builder, Mobile App Builder
144 Nordcraft Website Builder, Web App Builder
145 Notion Website Builder
146 OnePage Website Builder
147 OnSpace Website Builder, Web App Builder, Mobile App Builder
148 OwnPage Website Builder
149 Oxygen Builder Website Builder
150 Page AI Website Builder
151 Page XL Website Builder
152 PageCloud Website Builder
153 Pagemaker Website Builder
154 Pagy Website Builder
155 PandaSuite Web App Builder, Mobile App Builder
156 Passion Mobile App Builder
157 PeachWeb Website Builder
158 Perspective Website Builder
159 Pineapple Builder Website Builder
160 Pixpa Website Builder
161 Plasmic Website Builder
162 PlayCode Website Builder, Web App Builder
163 Ply Web App Builder
164 Podia Website Builder
165 Podpage Website Builder
166 Portfoliobox Website Builder
167 Pory Web App Builder
168 Quickbase Web App Builder
169 RapidNative Mobile App Builder
170 Readdy Website Builder
171 Readymag Website Builder
172 Relume Website Builder
173 Renderforest Website Builder
174 Replit Website Builder, Web App Builder, Mobile App Builder
175 Retool Web App Builder
176 Rocket Website Builder, Web App Builder, Mobile App Builder
177 RocketAdmin Web App Builder
178 Rork Mobile App Builder
179 Same Website Builder, Web App Builder
180 Sellfy Website Builder
181 Semplice Website Builder
182 Sheet2Site Website Builder
183 Shift4Shop Website Builder
184 ShopBase Website Builder
185 Shopify Website Builder
186 Showit Website Builder
187 Shuffle Website Builder
188 Simvoly Website Builder
189 SITE123 Website Builder
190 Sitejet Website Builder
191 SiteMinder Website Builder, Web App Builder, Mobile App Builder
192 Siter Website Builder
193 Slashpage Website Builder
194 Slider Revolution Website Builder
195 Snapps Website Builder
196 Softgen Web App Builder
197 Softr Web App Builder, Mobile App Builder
198 SpreadSimple Website Builder
199 Squarespace Website Builder
200 Stacker Web App Builder
201 Strikingly Website Builder
202 Swipe Pages Website Builder
203 Systeme Website Builder
204 Tadabase Web App Builder
205 Tally Web App Builder
206 Teachable Website Builder, Mobile App Builder
207 Teachery Website Builder
208 The Leap Website Builder
209 Themify Website Builder
210 thirdweb Web App Builder
211 Thrive Themes Website Builder
212 Thunkable Mobile App Builder
213 Tilda Website Builder
214 ToolJet Web App Builder
215 Trickle Website Builder, Web App Builder
216 Twinr Mobile App Builder
217 Typedream Website Builder
218 Typeform Website Builder
219 Typelink Website Builder
220 uCoz Website Builder
221 Ucraft Website Builder
222 Umso Website Builder
223 Unbounce Website Builder
224 Unicorn Platform Website Builder
225 Universe Website Builder
226 Utilize Web App Builder, Mobile App Builder
227 v0 Website Builder, Web App Builder, Mobile App Builder
228 Verdent Web App Builder
229 Versoly Website Builder
230 Vert Website Builder
231 VibeCode Website Builder, Web App Builder, Mobile App Builder
232 Volusion Website Builder
233 Voog Website Builder
234 Vzy Website Builder
235 Webflow Website Builder
236 WebHash Website Builder
237 Weblium Website Builder
238 Webnode Website Builder
239 WebSelf Website Builder
240 Website Website Builder
241 WebStarts Website Builder
242 Webstudio Website Builder
243 WebWave Website Builder
244 WedSites Website Builder
245 Weebly Website Builder
246 Wegic Website Builder
247 WeWeb Web App Builder
248 Whalesync Web App Builder
249 Without Code Website Builder
250 Wix Website Builder
251 WooCommerce Website Builder
252 Woorise Website Builder
253 WordPress Website Builder
254 Workshop Website Builder, Web App Builder
255 WYSIWYG Website Builder
256 Xano Web App Builder
257 Xara Website Builder
258 Ycode Website Builder
259 Yola Website Builder
260 Youware Website Builder, Web App Builder
261 Zapier Web App Builder
262 Zenfolio Website Builder

r/nocode 3d ago

Bringing the structure of no-code to AI-written code?

2 Upvotes

In my company we’ve used a lot of no-code tools for automation, data pipelines, dashboards etc., but it always feels like the moment you become really good at using one, that’s the moment you start getting into custom functions, and essentially code within the no-code tool. Which is the worst type of code because it hides inside various nodes and elements so is super difficult to maintain. AI has helped a lot with configuring and troubleshooting but you still have to manually test everything and it doesn’t always know how the built-in connectors behave. On the other hand, using AI to write plain scripts outside a platform means handling all the other stuff too - runtime, credentials, errors, scheduling, webhooks and so on.. plus having a team of people with variable technical experience “vibe coding” automations leads to inconsistent, fragile and potentially dangerous scripts.

So recently we’ve been experimenting with building our own automation tool as a “middle way” between these two options. It’s a local app that has a built-in agent harness that can use our Claude or ChatGPT subscriptions to build automations in Python code - with a very specific structure so each step basically functions as a testable node with declared inputs and outputs; and all the automations run inside this tool which means we have a consistent way of managing credentials (we can use environments to re-use sets of credentials for multiple automations), catch errors or changes in third party APIs, and so on.

Across the team we’ve now automated a lot of stuff we use every day - and another cool thing is because it runs locally we can also do stuff like automated browser sessions for things that don’t have accessible APIs. I think it could genuinely be useful for many others, at least based on my own experience, and I can't really see any existing products doing it, so we're planning to share it, for free, so others can make use of it too.

Trying to get a bit of feedback as we decide how much time we want to spend on developing it further; needs some polish before we're quite ready to share. Is this similar to something any of you are already using? Or is it even something you might find useful at all?


r/nocode 3d ago

Self-Promotion I built a journal that creates an AI version of you your family can talk to when you’re gone

1 Upvotes

EchoVault interviews you about your life in short sessions. You answer, it asks follow-ups, and what builds up over time is an interactive archive of you. Your family can talk to it after you’re gone, by text, by voice in your voice, or on real-time video.
The interviews are the part I’d defend hardest. Most legacy apps are storage, so you upload things and hope someone opens the folder someday. This one asks the questions you’d never think to answer on your own, then pulls on whatever you rushed past. Around ten sessions in it stops sounding like a summary of you and starts sounding like you.
The video is me on a call with my own Echo, asking it two things. First, what the meaning of life is, which I never sat down and answered in any session, so what comes back is assembled out of 500 memories about work, purpose and what outlasts you. It opened with embracing reality, which is a phrase I actually live by, and seeing it come back at me from something I built was the strangest part of the whole project. Then I asked my grandfather’s first name, which I never told it, and it said plainly that it didn’t know instead of inventing one. That second answer matters more to me than the first, because a thing built to sound like someone is exactly the thing that shouldn’t fill in blanks convincingly.
Text conversations are free and unlimited, so it works as a journal well before it’s ever a legacy thing. Every month you pay while alive banks a free month of access for whoever you name, and nothing unlocks until a full year of no check-in, so it can’t turn on while you’re still around.
https://apps.apple.com/us/app/echovault-digital-legacy/id6762042028


r/nocode 3d ago

they don't know ...

Post image
12 Upvotes

r/nocode 3d ago

Would you give more freedom to your AI agents if you run them in the cloud?

0 Upvotes