AlwaysSend
A reliable scheduled-messaging service for small businesses that guarantees invoices, appointment reminders, abandoned-cart nudges, and follow-ups go out even if the owner's laptop dies or the email provider has an outage.
solo accountants, real estate agents, and small e-commerce owners who today rely on fragile Zapier flows to send time-sensitive client messages
- Visual scheduler for one-off and recurring messages (invoices, reminders, follow-ups) with timezone awareness
- Durable queue with automatic retries and a delivery-receipt dashboard so the user sees what actually went out
- Pre-built templates for the most common SMB use cases (past-due invoice, abandoned cart, appointment 24h reminder)
- Per-recipient suppression rules so a client who already paid does not get another invoice
The Postgres-queue scaling post reflects the durability problems small ops teams hit every week; turning durable execution into a no-code product surfaces that capability to non-engineers.
Source HN post on pg_durable drew 108-121 points but audience is engineers/Postgres users, not solo accountants or real estate agents; no direct evidence of SMB demand surfaced in searches.pg_durable: Microsoft open sources in-database durable execution ↗GitHub - microsoft/pg_durable: PostgreSQL in-database durable execution ↗
Microsoft pg_durable is open-source and engineer-focused, leaving a theoretical gap for a no-code SMB wrapper, but the broader scheduled-email market is crowded with Mailchimp, Sendgrid, Zapier-built flows and dedicated reminder tools — real whitespace is narrow.pg_durable: Microsoft open sources in-database durable execution ↗GitHub - microsoft/pg_durable: PostgreSQL in-database durable execution ↗
SMBs (accountants, real estate, e-commerce) are notoriously price-sensitive and already rely on free or low-cost Zapier tiers for scheduled sends; charging for a 'reliability guarantee' they rarely perceive as broken is difficult — no evidence of premium pricing for this niche.GitHub - microsoft/pg_durable: PostgreSQL in-database durable execution ↗
Reliable scheduled messaging is a durable need, but infrastructure reliability is increasingly commoditized by cloud providers and LLM-driven workflow tools; the niche for a dedicated SMB product may shrink as platforms absorb the capability.Durable Execution "the Hard Way": Build a Workflow Engine in Go ↗
Core durable-queue tech is proven (Temporal, pg_durable, Inngest), but building a no-code UI, multi-channel delivery (email/SMS), compliance (CAN-SPAM, TCPA) and observability for non-technical users adds meaningful scope.