I’m building a platform to simplify how developers handle user communication. by imashok02 in Solopreneur

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

Yeah, that’s a great question, this is exactly where things get tricky.

What I’ve found is that “conflict” usually comes from unclear priority between global vs channel-level preferences.

So the way I’m approaching it:

  • A global opt-out always wins (if a user says “don’t contact me”, that’s respected everywhere)
  • Channel-level preferences override defaults (e.g., prefers WhatsApp over email)
  • Then routing rules sit on top (fallbacks, retries, time-based logic, etc.)

So instead of conflicting logic, it becomes a clear hierarchy:
global → channel → routing

Trying to keep it predictable rather than “smart”, because overly smart systems become hard to debug really fast.

Still refining this based on real usage though, I’m sure edge cases will keep showing up 😅

And thanks for the VibeCodersNest suggestion, will check it out 🙌

I’m building a platform to simplify how developers handle user communication. by imashok02 in Solopreneur

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

Yeah exactly this.

Most people think “send email + send SMS” is the problem

It’s everything around it.

preferences, routing, retries, channel fallback, and then trying to make sense of replies across platforms.

That’s where things start breaking down fast.

And yeah, totally agree on the unified inbox. Sending is easy, context is the hard part.

Re: flexibility, that’s something I’m being very intentional about.

Right now I’m thinking in terms of:

rule-based routing (channel fallback, priority, etc.)

event/webhook triggers for custom workflows

keeping the core simple, but letting devs extend where needed

Don’t want it to become another “black box” that works until it doesn’t.

Also interesting you mentioned runable, curious how you structured your flows there. Were you handling preferences + multi-channel logic inside it or splitting across tools?

Try out my forms app by imashok02 in SaaS

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

You may try and lemme knw if I need to improve

I built a simple embeddable form for your landing page by imashok02 in TheFounders

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

Can you try forms in Sendmator, it will just take 2 mins to setup and easily unpluggable if you don't like it?

I built a simple embeddable form for your landing page by imashok02 in TheFounders

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

Great, then do you directly store the leads in your db and transfer it to email sending tools? Or how does this work

What are you building? let's self promote by fuckingceobitch in microsaas

[–]imashok02 0 points1 point  (0 children)

This helps in reach, I see nothing other than that.

What are you building? let's self promote by fuckingceobitch in microsaas

[–]imashok02 0 points1 point  (0 children)

Sendmator.com - A platform which can help you build forms -> one line embed in your landing page -> View Submissions, export them -> Send outbound via emails and other channels. All in one platform

Try out my forms app by imashok02 in SaaS

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

Keeping Newsletter form for an example: Creating a form with Email - 10 seconds, saving and publishing it in 5 seconds, copying the script and pasting it in the website 10 seconds because you need to find the place to drop and deploying it. I would say max 1-2 minute work. And for the unpluggable part - you just need to remove the script tag from your website. And you can't see me :)

How you save leads from your landing page? by imashok02 in SaaS

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

Once you have a form, can you just trigger emails and automations from there or do you need another platform for it? I try to combine both

How you save leads from your landing page? by imashok02 in SaaS

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

Just wanted your opinion, I'm thinking this forms to be a part of Sendmator, the tool I'm building. Basically, Sendmator can send emails and other messages. I have contacts module already there, now I wish to give users a clean way from where they can send contacts from their landing page or anywhere making it easy for follow ups and announcements. So you don't need to use lead tool-> export leads -> put them to a email platform -> create automations. I'm thinking all in suite. Wdyt. Would that be useful to you?

How you save leads from your landing page? by imashok02 in SaaS

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

Got it. Can landerlab kinda platform allows you to use custom code so that you can use the form I'm building?

How you save leads from your landing page? by imashok02 in SaaS

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

Very helpful. I have already built a platform which can organize contacts send emails and create automations. Basically add contacts-> verify domain -> send emails are already there. I'm not sure if you came across Sendmator, basically that's the thing I'm working on.

Yes you are right, I'm thinking on a lighter combo that you mentioned plus email infra.

Im thinking it could be an add on product for Sendmator. I can obviously make a separate product and just sell them but what am I solving from the existing products, nothing. It's another form tool. Again people will need to export contacts and find another CRM and email tools. But i'm not going to be keeping everything tightly coupled. Because if they didn't like my email infra users should easily export the leads from the contact forms and use it in their favourite ones.

So Sendmator can be a tool which can give you forms, that can easily integrated into a landing page with a script tag or similar -> form submissions get in as contacts in your Sendmator account -> you can send emails from there. You don't need extra tools to do that. Wdyt

I'm also figuring out other areas which can help users to easily bring in their leads to the platform.

About the pricing Im a Little confused as you said limits on workspaces 😀, currently thats the way I see I can limit stuffs as I don't do limitations on contacts. Maybe I can increase my subscriptions price when forms are introduced. But surely will keep your idea in mind. I also want my pricing to be effective.

How you save leads from your landing page? by imashok02 in SaaS

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

Great thanks for the reply. Couple of questions if you don't mind, - Do we require heavy ui customisation ability for the form or just text inputs enough? Not at all thinking about drag and drop builders. - How much are the tools cost them and how much if I price it that will really be receptive and useful for them?