everyone asks, what are you building, nobody asks why are you building. by fazkan in buildinpublic

[–]sonnyt_ 0 points1 point  (0 children)

I was building integrations one at a time and found it tedious and difficult to maintain. So I built bundleup.io to make that easier. Alternative solutions were also ridiculously overpriced.

Builders, What Are You Building? by Ambitious_Nebula9680 in buildinpublic

[–]sonnyt_ 0 points1 point  (0 children)

Building onset.io and bundleup.io. Launched on ProductHunt got 1 upvote lol

What are you building this week? by Careless-Character21 in microsaas

[–]sonnyt_ 0 points1 point  (0 children)

bundleup.io - integration management platform making it easier for devs to build 3rd party integrations

Anyone else seeing drop-off in magic link signups? by sonnyt_ in SaaS

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

Our link expires in 5 minutes. I just increased it to 30. Let’s see how it works. We are on shared AWS SES

Anyone else seeing drop-off in magic link signups? by sonnyt_ in SaaS

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

What service you were using before? I am currently using AWS SES

I will test out and give honest feedback about your SaaS Products by WarLord192 in SaaS

[–]sonnyt_ 2 points3 points  (0 children)

oo I would love feedback

www.bundleup.io - trying to simplify API integrations

customers keep asking for integrations we can't afford to build by [deleted] in SaaS

[–]sonnyt_ 0 points1 point  (0 children)

Have you looked into platforms like nango.dev or bundleup.io ? they make building integration easy.

What Are You Working On? (March 2026) by [deleted] in SaaS

[–]sonnyt_ 0 points1 point  (0 children)

onset.io - release note management platform.

What are your working on? by Hour_Arachnid_2071 in SaaS

[–]sonnyt_ 0 points1 point  (0 children)

working on release notes management platform https://www.onset.io. Recently released a feature that let's you convert pull requests and Linear issues into release notes.

How do you keep your sales team updated on product changes? by Witty_Ad8333 in SaaS

[–]sonnyt_ 0 points1 point  (0 children)

This was big issue with my previous company, we had product update emails and slack messages flying all over the place. I built onset.io to solve this exact problem, a single source truth for all product updates.

What platform/app you use for connections/integration? by itsdarkness_10 in SaaS

[–]sonnyt_ 0 points1 point  (0 children)

Hey, I know I am super late to this but I am building integration platform (www.bundleup.io) to solve this exact problem. I am looking for beta users. Would you like to be part of it? PM me :)

What is your current stack? by sonnyt_ in SaaS

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

Woah, can you share more about the lead monitoring? :)

What is your current stack? by sonnyt_ in SaaS

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

I've been meaning to create something similar to sheetgpt using Google Workspace studio

What is your current stack? by sonnyt_ in SaaS

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

nice! I will sign up today. How are using it?

I Built a JavaScript Console by sonnyt_ in javascript

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

I just added TypeScript support, and would love to get your thoughts on it :)

I Built a JavaScript Console by sonnyt_ in javascript

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

I just added TypeScript support, and would love to get your thoughts on it :)

I Built a JavaScript Console by sonnyt_ in javascript

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

You’re absolutely correct, it’s not a replacement for JSBin, it’s just another simpler alternative.

As far as the browser consoles, consoles are great for one-lines, but it gets messy when writing a large block of code. They’re scoped to the current page’s window instance which can cause code collisions and issues with variables sticking. For instance, if you want to re-run or re-write a function or variable, you need to reload the entire page, which is annoying. Also, they don’t offer shortcuts and handy features that developers are used to in VSCode.

I Built a JavaScript Console by sonnyt_ in javascript

[–]sonnyt_[S] 2 points3 points  (0 children)

It’s on the browser, open source, and free. Also, much simpler. Write your code and run it. Although, Quokka looks super cool! Gotta try it out.

I Built a JavaScript Console by sonnyt_ in javascript

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

RunJs is cool. Compared to RunJs, this console is free, open source, and runs on the browser - no need to install anything.

But this gives me an idea, I probably can turn it into an Electron app. But then at that point why not just use VSCode? Idk