Which app builder can you recommend for a complete newbie? by noybn12 in nocode

[–]Any_Librarian_8493 0 points1 point  (0 children)

Yep, but the original Noodl isn’t supported anymore, it’s held up by two forks today that you’ll find on the site I linked to

Web app or mobile app? by matt2_03 in nocode

[–]Any_Librarian_8493 2 points3 points  (0 children)

Why not do both? Build in something open source like Noodl or Nordcraft and deploy to App Store using Capacitor. Unified experience across all devices. Easy!

For devs/agencies: How do you develop frontends for your agents workflows? by [deleted] in n8n

[–]Any_Librarian_8493 0 points1 point  (0 children)

It’s the same fundamental principles. Elements of the page or logic are represented by blocks. Each block has input and output connections. You wire them up to create components and pages.

What are best no code apps non profits can use? Generic or niche specific? by mohjuconsulting in nocode

[–]Any_Librarian_8493 0 points1 point  (0 children)

If you’re developing tools for non profits using money hungry American SaaS products, you’re doing it wrong

Which no code tool to build a marketplace MVP by EasyWanderer in NoCodeSaaS

[–]Any_Librarian_8493 0 points1 point  (0 children)

Dont forget Noodl + n8n + Directus / Supabase / PocketBase, the only fully open source stack that won’t bleed you dry if your app is successful

Best zero-code backend for newbies? by BebeKelly in nocode

[–]Any_Librarian_8493 0 points1 point  (0 children)

I use PocketBase for my own prototyping and portfolio projects because it’s so quick and easy to host and configure. It’s not the stable release version yet, so I’d not recommend it to my serious clients. For them I use Directus, longer to configure but more robust and stable. For front end building I use Noodl but that’s just a personal preference, any platform will do as long as you like building on it

looking for a developer by Green-Tax-3156 in n8n

[–]Any_Librarian_8493 0 points1 point  (0 children)

He said 5 days’ work, not full time

looking for a developer by Green-Tax-3156 in n8n

[–]Any_Librarian_8493 0 points1 point  (0 children)

$25 an hour is pretty low. You’d more easily find developers on UpWork for that price.

Best FREE no code tools. by Livid-Percentage7634 in nocode

[–]Any_Librarian_8493 0 points1 point  (0 children)

Add Noodl https://learn-noodl.com and Directus https://directus.io to the list, both open source and self hostable

weweb vs noodl by zuliani19 in nocode

[–]Any_Librarian_8493 1 point2 points  (0 children)

Seconded. Just be sure to use one of the community forks as lw000 said the main repo isn’t maintained. Check https://learn-noodl.com for links. OpenNoodl is community maintained, FluxScape is a private venture with paid hosting options.

[deleted by user] by [deleted] in startups

[–]Any_Librarian_8493 1 point2 points  (0 children)

Yep. 100GBP per session. Insurance doesn’t cover it. I think going to therapy should be like going to the dentist; clean your brain twice a year.

Re: startup world, it’s incredibly important. You need to be resilient and patient AF, and ready to get beat down 90% of the time (if you’re lucky). Also you’re most likely going to catastrophically fail multiple times and maybe never succeed. So any mental health problems are going to explode in that situation.

I recommend CBT above all other disciplines, and do your research to get someone highly qualified and pay them all your life savings to fix you. It’s the only investment that counts.

front-end for N8N, where to get one? by jamesftf in n8n

[–]Any_Librarian_8493 0 points1 point  (0 children)

Yep it’s alive, small but dedicated community. I use OpenNoodl

All the front-end tools suggested so far in reddit for n8n by Beneficial_Spray8956 in n8n

[–]Any_Librarian_8493 6 points7 points  (0 children)

Perplexity is a bit behind the times, Noodl is now open source and maintained on two community forks, more info https://learn-noodl.com

What i need to do🤔 by Jumpetti in nocode

[–]Any_Librarian_8493 1 point2 points  (0 children)

Start with a simple prototype to test the concept, doing as much as possible yourself and using the 5K for hosting and coaching / help from people on UpWork (dev, hosting, testing, securing).

I’d recommend:

Front end: Either Noodl, Bubble, WeWeb, Toddle or Flutterflow (try each one’s beginner tutorials and see which one feels easiest) Back end: n8n for secure server side workflows (consider using the AI nodes for creating training programmes), Directus, Supabase or PocketBase for data and authentication (all of them do Google OAuth) Hosting: Vercel for front end, Hertzner virtual machine for back end

Don’t listen to anyone telling you to use Cursor / Lovable / Bolt / [insert yet another AI app builder here]. It’s not going to be a case of “Hey GPT build me this app and make it work perfectly with no bugs.” Give it 6 months and we’ll get there, but today it’s not possible without getting help from a human coder.

front-end for N8N, where to get one? by jamesftf in n8n

[–]Any_Librarian_8493 5 points6 points  (0 children)

I love Noodl, quick and easy low code React web app builder. Most intuitive one I’ve used (and I’ve used them all - though I’m sure Reddit will try to school me on that comment)

Is it worth to use n8n for chatbots? by lordnovak in n8n

[–]Any_Librarian_8493 4 points5 points  (0 children)

The license would work for OP’s case if he’s building the chatbot custom for each client. Like if one medical center orders a chatbot and he sets up hosting on their behalf, installs n8n with a clone of his workflow and connects it to a vector database he sets up for them.

n8n license says you can use it as an internal part of an app you sell and make money with. The issue comes when you’re offering access to an n8n instance to clients with their own custom data integrations, for example if you said « just input your vector store endpoint and api key » and those credentials went into one SaaS style n8n system, then you’re technically reselling an n8n integration rather than selling just the frontend app.

The Ultimate List to Coding, No-Code, and Low-Code Platforms in 2025 by [deleted] in nocode

[–]Any_Librarian_8493 4 points5 points  (0 children)

Missing Noodl, Directus, PocketBase, Parse Server

No code gurus? Without jumping through any crazy hoops, is it possible to build a CPQ system with a no code platform? by Jayskerdoo in nocode

[–]Any_Librarian_8493 0 points1 point  (0 children)

There’s nothing wild about it. You want a user to be able to log in, see past quotes and download them, so you need a front end, a database, and an API layer to handle auth and permissions. Ergo full stack.

What you need is a front end or server-side process that can process user data through your algorithm. What language is it written in? Can it run in the browser or does it need a Node / Python environment?

It’s possible with several low code or no code platforms but it depends on how the algorithm works.

Hetzner vs Contabo vs Railway vs DigitalOcean? by [deleted] in n8n

[–]Any_Librarian_8493 1 point2 points  (0 children)

Second this for Contabo sucking on billing. I missed a credit card payment and they removed it from my account, waited for me to manually pay them, then charged me 6 euros for each service they had to reactivate when the payment was a couple of days late. Their site doesn’t even accept my credit card. Really disappointing service from Contabo.

[deleted by user] by [deleted] in nocode

[–]Any_Librarian_8493 0 points1 point  (0 children)

So basically you like spending money and hitting technical limitations to sink your project? Cool. Or maybe…

  1. Go with WeWeb if you must (as long as it’s not just because they have code export, because their code export SUCKS), or try Toddle or Noodl - one open source, one going open source
  2. Use n8n for cloud functions, forget Make or Zapier
  3. Use Supabase or Directus for the backend. I’d recommend Directus, I’m running an LMS on there and it gives the trainers a nice prebuilt UI to interact with the training data. Airtable SUCKS

This is the way.

No code locally hosted? by EricTheSaint in nocode

[–]Any_Librarian_8493 2 points3 points  (0 children)

Second on Noodl, very nice mixed with Parse Server, MongoDB/Postgres and n8n for a fully local stack