HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SouravInsights

no profile record

Submissions

Building an LLM safe design system

polar.sh
2 points·by SouravInsights·25 giorni fa·0 comments

How's Linear so fast? A technical breakdown

performance.dev
8 points·by SouravInsights·2 mesi fa·0 comments

An AI Workflow to Slow Down and Reflect in the Age of Inference-Speed

souravinsights.com
2 points·by SouravInsights·5 mesi fa·0 comments

Generating Sounds with AI

userinterface.wiki
3 points·by SouravInsights·5 mesi fa·0 comments

The Endless Pursuit of "The Next New Thing"

souravinsights.com
1 points·by SouravInsights·5 mesi fa·0 comments

Drag Gestures on the Web

jakub.kr
3 points·by SouravInsights·5 mesi fa·0 comments

Database Recovery Demystified: Understanding Aries from First Principles

yashagw.github.io
3 points·by SouravInsights·5 mesi fa·0 comments

Errors as Values in TypeScript

errore.org
3 points·by SouravInsights·6 mesi fa·0 comments

Retrieve and Rerank: Personalized Search Without Leaving Postgres

paradedb.com
1 points·by SouravInsights·6 mesi fa·0 comments

Anchor Interpolated Morph (Aim)

nerdy.dev
1 points·by SouravInsights·6 mesi fa·0 comments

Unhappiness Is a Choice

andrewconner.com
4 points·by SouravInsights·6 mesi fa·2 comments

A Complete Guide to Agents.md

aihero.dev
2 points·by SouravInsights·6 mesi fa·0 comments

Lessons of Design

lessons.design
2 points·by SouravInsights·6 mesi fa·0 comments

How to Steal Any React Component

fant.io
2 points·by SouravInsights·6 mesi fa·0 comments

MCP, Skills, and Agents

cra.mr
2 points·by SouravInsights·6 mesi fa·0 comments

The Agentic AI Handbook: Production-Ready Patterns

nibzard.com
210 points·by SouravInsights·6 mesi fa·145 comments

Designing Forms That Don't Get in the Way

souravinsights.com
14 points·by SouravInsights·6 mesi fa·0 comments

LLMs and Your Career

notes.eatonphil.com
4 points·by SouravInsights·6 mesi fa·0 comments

comments

SouravInsights
·5 mesi fa·discuss
I'm in a similar phase and this question resonates.

One thing I’m slowly realizing: after launch, distribution becomes a separate craft from building. The product can be good, but if no natural channel exists where your users already hang out, growth feels silent.

Curious if others found that identifying a repeatable distribution channel mattered more than polishing the product at this stage.
SouravInsights
·6 mesi fa·discuss
what do you mean?
SouravInsights
·10 mesi fa·discuss
Has anybody actually tried it yet?
SouravInsights
·10 mesi fa·discuss
I just signed up for the early access!

So far I have used Resend, Sendgrid, Loops (for a person throw away project so don't have good exposure) but I found Resend the most easiest, convenient and straightforward. Especially their React Email library made it so easier to compose emails using React components. I really love that. Back then we had to manually craft HTML emails, worry about inline styles, and constantly test across different clients, which was a pretty painful process compared to how smooth it is now with React Emails.

One key part of my workflow is validating emails before sending so I'm not blowing up my bills or getting labelled as spam. And since Resend doesn’t support that natively, I'm currently having to use Emailable’s API to check if addresses are actually deliverable. Having that built-in would be a huge plus. And I know it's not usually something that email providers should care about but it would be so much better if Cloudflare makes this a native offering.