Sailhouse is pub/sub on easy mode
No infra, no clusters, no regions, no sizing. Just events, topics and subscriptions.
Starter
$9 /month
Scaler
$29 /month
Pro
$99 /month
Sailhouse is free to get started, with 1,000 events a month on our developer tier
Enterprise
Sailhouse is an enterprise ready, globally available platform that can handle thousands of events per second. If you're interested in trialing Sailhouse at scale, please get in touch.
Work from the command line.
Sailhouse is native to the command line. From creating apps, to replaying dead lettered events, you can do it all.
> sailhouse topics create user-deleted
Created topic user-deleted
Meaningful features.
Sailhouse's focus on developer experience gives you the tools you wished you'd always had. From viewing the data in messages, to pausing subscriptions to debugging failed deliveries, we've got you covered.
Open Source SDKs.
Big on TypeScript? We've got you covered. Go more your thing? No problem. Don't see your language? We're open source, so feel free to contribute!
await client.sendEvent('user-created', {
user_id: '123',
email: 'test@test.com'
});