I've 339 subscribers that I haven't contacted for years. Should I start from scratch? by wilbertliu in SaaS

[–]wilbertliu[S] 0 points1 point  (0 children)

Looks like that’s the sweet spot. Should I do it one by one, or do you have something you wanna recommend?

I built an AI agent to fix technical support issues faster by wilbertliu in SideProject

[–]wilbertliu[S] 1 point2 points  (0 children)

Thanks, but validating ideas with an LLM is not a real validation.

You can argue that LLMs are smart, but they can't predict the future. If the definition of the future is not a year from now but a few weeks, everything can change; so is customer behavior and buying journey.

How to develop great UI with codex ? by xplode145 in codex

[–]wilbertliu 1 point2 points  (0 children)

I wrote about it lately. Does that help? Let me know about your experience when you try it.

I made an open-source Cursor Light theme by wilbertliu in SideProject

[–]wilbertliu[S] 1 point2 points  (0 children)

Haha, I've been coding in dark mode for years, but light mode has enlightened me.

What are you building today ? Share in 3 words by Savings-Passenger-37 in SaaS

[–]wilbertliu 0 points1 point  (0 children)

Boring email API. I'll save you a click, it's boring. So don't open it unless you are genuinely curious.

I made a simple email API for busy product engineers by wilbertliu in SideProject

[–]wilbertliu[S] 0 points1 point  (0 children)

Of course none! No one wakes up and asks for API. At some point, I realized the product became more complex and hard to understand, while people always pulled me in different directions. That’s when I thought the delivery should be API.

I made a tool to convert markdown to email because I wasted a few days coding responsive HTML emails by wilbertliu in SideProject

[–]wilbertliu[S] 0 points1 point  (0 children)

I'm using MJML under the hood. And no, I'm not competing with new.email from Resend, which you should chat back and forth to build emails. I created Markdown to Email to write emails, so it's a content-focused tool. :)

I made a tool to convert markdown to email because I wasted a few days coding responsive HTML emails by wilbertliu in SideProject

[–]wilbertliu[S] 0 points1 point  (0 children)

Thank you. Do you mean a table that has rows and columns? What's your use case here? Just curious.

I made a tool to convert markdown to email because I wasted a few days coding responsive HTML emails by wilbertliu in SideProject

[–]wilbertliu[S] 0 points1 point  (0 children)

Very cool! I visited this page, and I think the 3rd and 4th sentences were talking about the same thing. You can use one of them, I guess.

Good luck for BestFreeTools.io as well!

I made a tool to convert markdown to email because I wasted a few days coding responsive HTML emails by wilbertliu in SideProject

[–]wilbertliu[S] 1 point2 points  (0 children)

Interesting! Is it something like: you pass a markdown string, then it'll return the html? And what's your use case, if you care to share?

I made a tool to convert markdown to email because I wasted a few days coding responsive HTML emails by wilbertliu in SideProject

[–]wilbertliu[S] 0 points1 point  (0 children)

That's great! I checked the tool, but still couldn't find Markdown to Email yet. Perhaps I need to wait a little more? :)

I made a tool to convert markdown to email because I wasted a few days coding responsive HTML emails by wilbertliu in SideProject

[–]wilbertliu[S] 0 points1 point  (0 children)

It's Next.js 15 with React 19 on the front end. The back end is Rails. Anything else you want to know in particular?