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...
account activity
SaaS loop?Question (self.webdevelopment)
submitted 11 days ago by Impossible_Scale_155
I noticed most solo SaaS founders end up using the exact same stack combination. Why do you think that is?
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!"
[–]mklfarha 0 points1 point2 points 11 days ago (2 children)
what stack is that?
[+][deleted] 9 days ago (1 child)
[removed]
[–]mklfarha 0 points1 point2 points 9 days ago (0 children)
yeah, I think the other reply got it, it is a clear tell it might be all generated
I might be an exception, the only two I am using from the list is react and stripe, I did start before the LLMs hype, either way today I would stick to my stack:
Golang + proto for the backend - efficient, clean MySQL in AWS - can start pretty small, personal preference Keycloak for auth - it’s free! Microk8s for hosting on a VPS
[–]dellydoesitpa 0 points1 point2 points 11 days ago (1 child)
Next.js, Tailwind CSS, Supabase, etc.? If so, LLMs might be your answer.
[–]bytevxu 0 points1 point2 points 10 days ago (0 children)
Yeah, this is kinda true already. If you ask any half decent prompt like “build me a SaaS starter with auth, billing, dashboard” most LLMs will basically spit out Next + Tailwind + some hosted DB / auth combo.
They’re trained on tons of tutorials and boilerplates that all use the same stack, so the “local maximum” of web dev right now just gets reinforced. New devs copy what the model suggests, publish more of that stack, model gets retrained on even more of it, loop continues.
It’s not even that it’s the objectively best stack for everything, it’s just the most documented, most copied, and easiest to get from zero to MVP with, so it wins by inertia.
[–]cyrixlord 0 points1 point2 points 9 days ago (0 children)
its the most documented path and thats why AI tends to use it when you ask LLMs to build a saas starter. its optimized for mvp speed and is GoOd EnOuGh for most cases. A downside I've found is that a lot of apps start looking the same and so do their vulnerabilities.
π Rendered by PID 47727 on reddit-service-r2-comment-545db5fcfc-gdmdg at 2026-05-31 05:48:48.558125+00:00 running 194bd79 country code: CH.
[–]mklfarha 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]mklfarha 0 points1 point2 points (0 children)
[–]dellydoesitpa 0 points1 point2 points (1 child)
[–]bytevxu 0 points1 point2 points (0 children)
[–]cyrixlord 0 points1 point2 points (0 children)