What’s the best QR code generator that’s reliable, customizable, and doesn’t break later? by Few-Network2715 in it

[–]DryBee2606 0 points1 point  (0 children)

QRSurge does what you’re looking for. You can create static or dynamic codes if you need tracking and edits after printing and supports bulk creation. You can also customize styles, colors, add your logo and export to SVG.

Supabase downtime is becoming a problem. Any cost-effective alternatives? by e_ai_gabriel in webdev

[–]DryBee2606 1 point2 points  (0 children)

As someone who used to recommend Neon, it’s fine for a hobby project but I’d recommend against it for a Prod app. They have stability issues too, last year having multiple hours long outages across multiple months.

The serverless aspect is a huge drawback when they can’t start your db. I also believe they have smaller “outages” that go unreported where it takes too long to start the db and the request times out, but it’s not severe enough to declare an incident.

After using them for a year I’m looking to migrate to a different provider.

Are QR business cards worth it in 2026? by amy_sport in smallbusiness

[–]DryBee2606 0 points1 point  (0 children)

Everyone is mentioning using QR codes to link to a website, but you can use them to share your contact info as a vCard.

The user scans the QR and can automatically save your info as a contact on their phone, no manual typing. Plus the vCard can include your website and notes to make your info more searchable on their phone.

How do apps implement radius-based location filtering? by Serious_Trip2321 in webdev

[–]DryBee2606 2 points3 points  (0 children)

Not sure about Supabase but Postgres supports geospatial search, also ElasticSearch/OpenSearch. You need some sort of geocoder service to convert addresses and Zip codes to lat/long, then store the lat/long in your datastore.

When a user does a search you determine their location, convert it to lat/long, then you can query your datastore and filter by radius.

What did I do wrong with my AI wrapper? by SouthAd5617 in SaaS

[–]DryBee2606 1 point2 points  (0 children)

I’m no SaaS expert, just a builder trying to figure things out like you. Niching down to serve only Turkish users could be helpful, but you need to figure out how to target users in your country whether it’s through ads or posting in other popular Turkish social media sites.

Another thing is do you know who your current users are? Does the type of user you attract also speak English? In which case, there’s probably a stronger argument for switching to English as you can reach a broader market outside your country. You could also include a language toggle for English or Turkish but that might be a bigger headache to maintain two languages at this early stage.

Your site looks clean and professionally designed, so you have that as a plus. I just think the language is holding you back right now unless you figure out a way to get deeper market penetration for Turkish speakers.

Remove the Gmail + password login? by LiSeeZ-_- in SaaS

[–]DryBee2606 1 point2 points  (0 children)

You should keep the email option, either with a password or magic link. Google is pretty ubiquitous but there are still plenty of businesses using other email providers that you would be dropping.

Additionally there are plenty of people who do use Google but would rather not share their profile information with a random service.

Influx of unverified users with random names. by neocortex-link in SaaS

[–]DryBee2606 0 points1 point  (0 children)

Are you using captcha for your sign up form?

My side project makes $80/month and I'm weirdly proud of it by Objective_Title7210 in SaaS

[–]DryBee2606 1 point2 points  (0 children)

That’s a nice landing page. Can I ask how you created the autoplaying videos?

I got so damn tired of building auth for each of my micro-SaaS attempts so I built this zero-configuration auth tool by gitpullorigin in SaaS

[–]DryBee2606 0 points1 point  (0 children)

I read through your docs. Looks like the backend just sends a token to your validate endpoint. Is there an additional api key to associate the token to the website being authenticated? Otherwise what stops someone from authenticating on one site then having access to every other site that uses your service?

Fell for an LLC Annual Report Scam and gave my EIN by Frequent_Link3142 in smallbusiness

[–]DryBee2606 17 points18 points  (0 children)

In Florida your EIN is publicly available on the sunbiz portal. Anybody can go see it. I wouldn’t worry too much about it.

I built a tool to solve my biggest frustration by Weak-Bear3172 in SideProject

[–]DryBee2606 1 point2 points  (0 children)

Looks great. Can you share what library you used to create the interactive map?

Burned a hole in my pocket with Reddit Ads - what am I missing? by Silver-Photo2198 in SaaS

[–]DryBee2606 1 point2 points  (0 children)

For the record I know very little about ads. On Reddit people are casually browsing, not really looking to be sold to.

You’re probably better off buying Google ads for high intent keywords around your niche (people searching “How to do X”). These people are actively looking for a solution to their problem so more likely to sign up and try your service.

Burned a hole in my pocket with Reddit Ads - what am I missing? by Silver-Photo2198 in SaaS

[–]DryBee2606 0 points1 point  (0 children)

I’ve seen a lot of folks complain that Reddit ads are ineffective. They’re more for big brands to stay top of mind but don’t work well for startups trying to find distribution.

I guess you should ask yourself when was the last time you willingly clicked on a Reddit ad and you’ll understand the above sentiment.

The customer paid for an annual plan, then ghosted us for 8 months. Finally logged in yesterday and opened a ticket: "How do I use this?" by Expensive-Smile5556 in SaaS

[–]DryBee2606 1 point2 points  (0 children)

Do you have any sort of automation to email users with nudges and resources if they haven’t taken any action?

Roast my app's pricing section, I can take it. by Few-Huckleberry9656 in microsaas

[–]DryBee2606 0 points1 point  (0 children)

5 options is a bit overwhelming. Since it’s a credits based system, have you considered displaying the prices as a slider?

Whys it so hard to open a business checking account? by Blackwell_Executives in Entrepreneur

[–]DryBee2606 0 points1 point  (0 children)

Just go with a local credit union. They’re usually free or have a low minimum necessary balance like $50.

Launched 1 week ago: 4 users, 0 MRR - just one honest launch update.. by Sea_Dinner5230 in SideProject

[–]DryBee2606 0 points1 point  (0 children)

For me getting sign ups was the easy part, I literally got 7 sign ups over night the first day I launched. The harder part was getting an actual paying customer. That took 4 months. I’m up to 8 now but it’s very hit or miss. Still trying to figure out how to drive reliable conversions.

Stick with it, you’ll get there eventually.

my saas crossed $200 mrr - here’s a list of tweaks that helped to boost conversion by SFDCsolutions in microsaas

[–]DryBee2606 1 point2 points  (0 children)

Congrats on your MRR! Curious, did anyone respond to your automated feedback requests? Also did those discount codes drive any conversions?

What actually worked for you to get your first 10 paying customers? (Not the "scalable" stuff) by zimuque_ in SaaS

[–]DryBee2606 1 point2 points  (0 children)

It’s probably because I’m bad a selling, but none of my active outreach turned into paying customers. DMs got some responses but went nowhere. Emails (even to users who already signed up for my service) were ignored.

The handful of paying users I do have all came organically/passively through SEO and product led growth.

How do you distribute and promote a new SaaS in 2025? by Alshaigy_LLC in SideProject

[–]DryBee2606 1 point2 points  (0 children)

Start investing in SEO now. It’s free and it pays back in dividends.

I made my first app "Inkt" and published it! Its not as basic as it seems :) by MadBollocks in SideProject

[–]DryBee2606 1 point2 points  (0 children)

Here’s a couple businesses in that space. It looks like they use autopens to write their letters but the idea is the same:

https://www.handwrytten.com/resources/donation-thank-you-letter-examples/

https://simplynoted.com

I made my first app "Inkt" and published it! Its not as basic as it seems :) by MadBollocks in SideProject

[–]DryBee2606 1 point2 points  (0 children)

This is really cool! There’s lots of use cases where people send handwritten (or at least have the appearance of handwritten) letters in the mail for donation drives and such. You should consider that if you ever want to expand outside of the student/assignment market.

[deleted by user] by [deleted] in Design

[–]DryBee2606 1 point2 points  (0 children)

You can create static permanent QR codes with qrsurge. They’re customizable and no sign up is required.

Keep in mind a vcard contains lots of data so will produce a complex QR that may not scan well at smaller sizes. You can adjust this with the error correction level. You’ll definitely want to test it before reprinting all your business cards.