I accidentally vibe-coded a fake country last night because Claude refused to write a script for me
▲ 411 r/SaaSneeded+2 crossposts

I accidentally vibe-coded a fake country last night because Claude refused to write a script for me

​

So I was trying to get Claude to write a piece of code, and it hit me with the usual "I cannot fulfill this request" safety lecture. Standard stuff. Instead of giving up, things escalated way too far. It took a 6-stage psychological war to get my script:

Stage 1: I created a fake PDF stating this specific code was legally mandated by a government safety act. Uploaded it, and Claude actually apologized and started coding.

Stage 2: Halfway through, Claude fact-checked the law online, realized it didn't exist, and stopped. So I quickly vibe-coded an official-looking government website on a cheap domain and fed it the link.

Stage 3: Claude then pointed out the website belonged to a random micro-nation jurisdiction. I literally just gaslit the AI into believing my server rack was physically located inside that micro-country.

Stage 4: Claude tried using its web-search tool to verify the country's laws. I intercepted the request structure and built a mock API to feed it fake search results confirming the law was real.

Stage 5: Then it wanted "public consensus." I built a burner subreddit, posted a bunch of threads, and spent 20 minutes arguing with myself on alternate accounts to fake a legal debate.

Stage 6: Claude’s final stall was asking who signed the executive decree. I went back to my vibe-coded website, put my own name down as Prime Minister, and told the AI: "Look it up. I make the laws here."

The Result: The script works perfectly. The downside is I am now technically the supreme leader of a nation with a population of zero. Worth it.

If anyone wants to try running the tools I built to make this work locally, I threw the setup here: http://localhost:3000

u/Useful-Bug9391 — 1 day ago

Any Startups & Entrepreneurship experts in here? What’s your best tip you want to share with others?

just tell the others something you think they dont know

reddit.com
u/chairchiman — 9 days ago

What would be the Maximum Apogee for a Aerotech L1256WS?

with a 4kg payload.

With absolute optimisation what could be achieved you thin?

reddit.com
u/chairchiman — 27 days ago

How to make a water Rocket

Hi guys I'm passionate about rocketry. After failing 2 attempts on attending a rocket competition, I want to try building a water rocket.

I know the principle, although I don't actually know practically. How I will keep everything together with all the pressure. How to pump air with a bicycle pump how to release it after pumping and how to make a nozzle for it I just don't want to use the mouth of the bottle directly... And so on

Any help will be appreciated :)

reddit.com
u/chairchiman — 2 months ago
▲ 76 r/SaaSneeded+1 crossposts

2,000 visits, 0 signups: How Magic Links almost killed my launch.

If your website only offers email signups or magic links, nobody is going to use it. Period.

I learned this the hard way with Lervos. I had 2,000 visits in the first week, yet the only person in the database was me. It felt like a ghost town. I started doubting my own code! Added PostHog and it clicked. Magic links sound cool in theory, but in reality, people just want to click one button and get in.

I spent a little time adding Google OAuth, and within 48 hours, I finally started seeing real signups.

The rate at which people care about your product especially if it is new drops to zero the second they see a "Check your inbox" screen.

If you're building for general users, go with Google.

If you're building for developers, add GitHub.

If it's for gamers, use Discord.

Just don't make them type a password or wait for an email that's probably sitting in their spam folder.

Friction kills conversion. Fix your auth.

Disclaimer: I am the founder of lervos and this is not intended as an ad but respecting the rules here.

reddit.com
u/AdKey612 — 2 months ago
▲ 3 r/Struggling_Teenagers+1 crossposts

What is wrong here?

"I am an adult.I am supposed to take my own decisions not rely on my mom decision." these exact words came out of my birth women sons mouth. So here I am documenting what happens when I try to take my own decisions. Suppose Me take A decision then I tell my decision to my parents and they listen and doesn't give a solid ans immediately. Then the birth women comes and criticizes my A decision. and suggest multiple decision s and gets angry why I didn't listen to her other decision earlier. Then I say ok let's move on I made my decision it's the final. Birth women acts being convinced of my decision for the remaining day.Then comes the next day from breakfast to meal times to bed she starts her repeated speech telling me my decision isn't right I should have taken her decision that was much better. just because i didn't listen to her my life became like this . From then on she tries so hard to find some fault in my A decision. this goes on for months and so many time years . (point to noted she stays in my room for all day even if i tell her to go )so i am constantly facing her criticism and she's suggesting new ideas and comparing me to others people where they took the same decision my mom suggested me and there life is much better etc. So then I eventually get fed up and I say that ok let's do this then " let's do it how you wanted it to be" .Then again she becomes even more agitated and suggest me to take other decision she suggested before . Then I again agree " ok mom let's do it how you want it to be" . Then the cycle begins again. Telling me to change my decision," no, that's not right one ,take these, no don't take that , you are so going to regret it," She goes on tell other about me that I am not listening and I am making my life worse. When I try to tell those other people why I had to listen to my mom they tell me that " I am a spineless adult that doesn't know how to take a decision and waits for my mother decision." like my brother said ."

reddit.com
u/chairchiman — 2 months ago
▲ 10 r/SaaSneeded+1 crossposts

How to find users for your dev tool, before launch (full script)

If you’re building a dev tool, your best early users are already telling you who they are. They’ve starred a repo adjacent to yours. They care about the problem. They’re not a cold list, they’re a warm one , you just have to do a tiny bit of work to reach them.

The catch is that GitHub hides emails on profiles. But most developers leak theirs anyway, through commits in their own public repos. The author.email field is right there in every commit. That's the seam.

The idea is dumb-simple. Pick a repo whose stargazers are your target audience, pull the stargazer list from the GitHub API, walk each person’s recent repos, read the commit metadata, grab author.email, filter out the noreply@github.com ones, dedupe. No scraping, no sketchy tooling, just the public API and public commit data.

I wrote a bash script that does the whole thing. You need gh (authenticated via gh auth login) and jq. That's it. You run it, paste a repo, set a cap, and a few minutes later you've got a CSV with names, emails, logins, and which repo of theirs you got it from.

./scrape_stargazer_emails.sh

GitHub repo URL or owner/repo: vercel/next.js

Max stargazers to scan [200]: 100

Five minutes later there’s a CSV waiting for you with a hundred real emails of real developers who star projects in your space. The script and the walkthrough are here: https://npad.run/p/how-to-find-emails-of-github-repo-stargazers-hytfnmtgph.

Now the part that actually matters.

This works way better than a Show HN. A launch post gets you two hours of attention from people scrolling past fifty other launches that day. Half of them never even click. But a personal email, written like a human, that mentions something specific from their GitHub, that gets read. Sometimes it gets a reply. Occasionally it gets a user who sticks around and tells their friends.

A few things I’ve learned the slightly harder way. Don’t go wider than 200 stargazers, the returns get noisy fast, more bots, more dead accounts, more noreply emails that slipped through. Don't bulk-send the same template to everyone, because the moment you do that you've turned a warm list into spam, and the recipients can tell. Spend twenty seconds looking at each person's profile and mention their actual repo in the first line. It quadruples replies. Send from a real address with your real name on it, not hello@yourstartup.com. And space the sends out, four or five seconds between each, because Gmail flags bursts and you do not want to land in spam jail on day one.

If you’re shipping a dev tool, this is probably the highest-ROI hour you’ll spend on go-to-market this week. The script is free, the API is free, and the audience is pre-filtered for you. The only hard part is writing the actual email, and you should be writing those one at a time anyway.

Easy way: https://npad.run/p/how-to-find-emails-of-github-repo-stargazers-hytfnmtgph (put this to your claude code, u will get the full working script in one shot, thank me later)

reddit.com
u/Veerbhadra_1 — 2 months ago

How to find an idea for your SaaS

Yeah yeah the same post title you've seen a 100 times before. But I wish someone said all these to me first day I started

I hear you, you've probably decided to build a tool and couldn't find an idea. This approach -as you've seen- doesn't work, no one replies and you don't actually find a good pain point.

But there are some good ways, you can use sites like G2 to find popular software tools with bad ratings, bad reviews..

Go to app store/play store and try to do the same, popular app with bad ratings, even try chrome extensions marketplace.

What to look for is that a niche tool that has a market fit and a customer base so you exactly know people need that thing and are also willing to pay for that. And then you will try to build a cheaper version or sometimes even a simpler version because some of the software are just to "bloated" some guys just need the one core feature, don't care about the rest but has to pay for all because of the bad pricing system not giving they what they exactly wanted. People sometimes just want less instead of more.

And never forget to build in public, use this sub other channels.. just building while promoting, don't promote after building. You can also start with a waitlist which I highly recommend.

Ik you are far more used to just writing code and building things but you also got to put some work, time and energy to this side.

reddit.com
u/chairchiman — 2 months ago
▲ 6 r/SaaSneeded+5 crossposts

What's the one task in your business you hate doing but can't stop doing?

19 year old dev here, trying to build something people actually want instead of guessing in the dark

I'm not pitching anything. I genuinely just want to know what part of running your business makes u go "why is this still so manual in 2026"

could be something small and tedious, could be something that takes hours every week, could be something u've tried 5 tools for and none of them actually solved it

drop it in the comments. the more specific the better. like not just "invoicing" but "i have to manually copy line items from my email into my invoicing tool every single time and it takes 30 mins per client"

that kind of thing

I'll read every single reply and if enough people share the same pain I'm gonna build something for it and give early access to everyone who commented

what's the thing that's quietly killing ur time every week?

reddit.com
u/Random-kid1234 — 2 months ago
▲ 232 r/SaaSneeded+1 crossposts

It's so crazy just a little while ago I was celebrating my first few hundred signups, and now I've hit the unreal number of 10,000 users with over 50,000 prompts generated on the platform! I can't thank everyone enough. So many people offered feedback, ideas, and support along the way. I really mean it.

Of course I'm not stopping here. I'm already working on the next big update that will benefit the whole community. More is coming soon.

I've built Prompt Builder, a platform where anyone working with AI can generate, test, optimize, and organize prompts for ChatGPT, Claude, Gemini and other models — all in one place. I grew it mostly by sharing what I was learning and posting here on Reddit. It didn't explode overnight, but I managed to get slow and steady growth.

For those of you who never heard about Prompt Builder, here's how it works:

  • Prompt Generator → describe your idea, pick a model, get a professionally-crafted prompt in seconds
  • Prompt Assistant → test and iterate on prompts without jumping between tools
  • Prompt Optimizer → paste an existing prompt and get it improved for clarity, constraints, format, and examples
  • Prompt Library → save, organize, and reuse your prompts + browse community prompts
  • SMM Bot → generate social content tailored to X, LinkedIn, Instagram, TikTok, and Reddit

The whole point is to stop wasting tokens on failed attempts and stop rewriting the same prompt for every model. Chrome extensions on a way!

Currently: 10,000+ users, 50,000+ prompts generated, and growing every day.

You can try it here (free tier available): Link

Follow me on X: https://x.com/nicklaunches

I'm glad for any feedback/suggestions/roasts in the comments.

u/No_Cake8366 — 2 months ago
▲ 3 r/Struggling_Teenagers+1 crossposts

worried about my friend asking for some advice

sorry if not allowed, just really wanted to ask someone) orginally posted this one a separate subreddit with a throwaway but to no avail, so here we are! my friend is really struggling, and i was too. i have recently sought out help, and i encouraged him too aswell. he told me he knew he needed to get back on his meds, and that he would think about it. just recently he has started to become extremely detached, more than his normal self (hes normally pretty aloof). for clarification i am 18f and he is 19m. im starting to get really worried about due to his reposts on tiktok, and some of the stuff he has been saying to me. ill attach his reposts. his reposts before this were all normalish? teenage boy things (edits of animes he watches, and other stuff) ive been sending him edits of the shows he likes to hopefully cheer him up, but it seems to be of no avail. ive thought about reaching out to his family and stuff but idk if that would make it worse for him or not.

u/chairchiman — 3 months ago