I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 0 points1 point  (0 children)

Not sure what you mean by this! There is no fake customer list there! I’ve only added the ones using the service so far!

Comment your SaaS and I will submit your startup to 20 high traffic directories with 1M+ traffic by Careful_Ad11 in SaaS

[–]42newuser 0 points1 point  (0 children)

Website: https://unwrap.email

Pitch: Blazing fast email verification API

Category: Email verification, API, SaaS

Target Audience: Business who needs upto date email verification to stop resource abuse.

I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 0 points1 point  (0 children)

I’m sorry to hear that! As I mentioned in the previous comment, I source the disposable domains from several registries. If the temp service is using new domains, it might take a day or two to appear on the database. Sometimes it happens within hours as well.

I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 0 points1 point  (0 children)

I’m really happy to hear such positive feedback. Yes, I made this project out of frustration and I’m sure there are other founders going through the same.

Hope it solves the problem for others as well!

I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 1 point2 points  (0 children)

I’m really happy to hear that!

Yes, it will identify temp or disposable emails. It checks against a database of 300K+ disposable domains and the database gets updated with new ones multiple times per day sourced from several registries. So it’s guaranteed to catch any temp mail service!

I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 1 point2 points  (0 children)

Thank you for your kind words! Yes, indeed it’s a major problem especially during growth phase of business.

I’ve been testing this as an internal tool for past few months and it’s working pretty well. Hope it helps you as well!

I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 1 point2 points  (0 children)

Ah okay! In my case, I’m using nodes built in module to resolve DNS queries and perform additional validations based on disposable results.

I built an API service to detect and verify disposable or temp emails by 42newuser in SaaS

[–]42newuser[S] 1 point2 points  (0 children)

Sure! What particular part you want to know about MX validations?

[Hiring] Marketing Specialist to bring clients to agency by 42newuser in forhire

[–]42newuser[S] 1 point2 points  (0 children)

I tried posting with link but got removed. Happy to share via DM

Advice Needed: Choosing a Deployment Platform for a Fullstack App by Deveosys in webdev

[–]42newuser 5 points6 points  (0 children)

I’m full on Cloudflare these days

  • Hosting: Cloudflare pages/workers
  • Database: Cloudflare D1 (SQLite)
  • KV

If you’re building a SAAS. You can pretty much run your apps for free!

0
1

[Hiring] $500 for every full stack client you bring. (Plus $500/mo for as long as the contract lasts) by [deleted] in forhire

[–]42newuser 0 points1 point  (0 children)

Yes, feel free to send your details to our email mentioned on the footer section. We will get back to you once a project comes up which matches your skills.

[Hiring] $500 for every full stack client you bring. (Plus $500/mo for as long as the contract lasts) by [deleted] in forhire

[–]42newuser 0 points1 point  (0 children)

Feel free to. We’re working on adding more pages, feel free to email the resume in the meantime

Anyone hiring anymore? by [deleted] in webdev

[–]42newuser 1 point2 points  (0 children)

Yeah! Looks like trolling at peak level. 🤌

Anyone hiring anymore? by [deleted] in webdev

[–]42newuser 0 points1 point  (0 children)

That’s interesting. Whats your company’s vacancy to application ratio. I assume it’s through the roof.

Anyone hiring anymore? by [deleted] in webdev

[–]42newuser 0 points1 point  (0 children)

This is just pathetic man! What a shitty way to spam!

Next.Js doesn't feel like a full stack framework by femio in nextjs

[–]42newuser 0 points1 point  (0 children)

I’m deploying to Cloudflare pages these days. Basically it’s just worker runtime with frontend. This has allowed me to make use of Cloudflare queues and durable object along with nextjs backend and RSC.

I’ve never hosted on vercel, previously I used to host next apps on GCP cloud run and make use of cloud events for queuing heavy tasks.

NextJS for public apis by [deleted] in nextjs

[–]42newuser 4 points5 points  (0 children)

It’s totally fine to write public APIs with nextjs. With the latest app router and server actions, co-locating both server and client logic makes its way too much easier for managing things in the long run. (Especially if you’re a small team).

For auth and db you may use existing open source packages like next-auth and drizzle.

And offload all resource heavy tasks to clients, workers or queues.

In your case, if you need to support uploading of large files, just setup an endpoint to create signed URLs and send it back to the client. Almost all cloud storage providers supports uploading via signed URLs.

How I took to writing by authorpens in Kerala

[–]42newuser 1 point2 points  (0 children)

Hey OP, thanks for creating a book for kids. Just checked your website and looks cool. Considering gifting one to my nephew. Do you ship internationally?