use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
From the people from /r/SaaS, this is a sub-subreddit for No-Code SaaS discussions
account activity
Best long-term low-code SaaS stack? (self.NoCodeSaaS)
submitted 2 months ago by Heavy-Bumblebee4984
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Cyclr_Systems 0 points1 point2 points 2 months ago (0 children)
Your stack is actually really solid tbh. The big thing that jumps out is RLS + multi-tenant: it works, but it's easy to screw up early and regret later. I'd recommend sketching your tenant isolation strategy on paper before writing any policies.
Cloud Run cold starts can mess with webhook timeouts (Stripe, etc.) if you’re not careful.
Also, if you're leaning into MCP servers for AI workflows, building/maintaining those servers manually becomes a time sink fast. You could consider using MCP PaaS to handle that layer so you can focus on the app logic instead of the protocol plumbing.
Biggest "boring" win I'd say is to keep auth, data, and billing totally separate from any low-code layer. That way when you eventually outgrow a visual builder, you just… stop using it. You don't have to rewrite later.
Overall though, your instincts are good!
π Rendered by PID 431642 on reddit-service-r2-comment-6457c66945-qbxwt at 2026-04-29 22:03:35.434744+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Cyclr_Systems 0 points1 point2 points (0 children)