Soup
Dev tools that aren’t trying to become unicorns
Every overpriced dev tool.
One product. $5/user max.
Free tier forever. Paid when you need ops features. No VC math.
Available Now
Secrets
Environment variables with inheritance. Set once in base, override per environment. Reference variables with ${VAR} syntax.
Replaces Doppler, Infisical
Available Now
CMS
Headless CMS with content types, entries, and API
Contentful, SanityAvailable Now
Feature Flags
Rollouts, targeting, kill switches
LaunchDarkly, FlagsmithAvailable Now
Cron Jobs
Scheduled tasks with monitoring
Cronitor, InngestAPI Keys
Rate limiting, usage tracking
UnkeyForms
Submissions, webhooks, spam filtering
Formspree, BasinUsage Billing
Metered pricing, invoices, usage tracking for your own products
Lago, Lotus, Stripe BillingAnalytics
Privacy-friendly, no cookies
Plausible, UmamiSession Replay
Recordings, error tracking
LogRocket, PostHogSimple pricing. No feature gates.
Free for up to 2 users. $5/mo per additional user. All modules included.
Free
$0
- Up to 2 users
- All modules included
- 10M analytics events/mo
- 1GB CMS storage
Team
$5/user/mo
- Everything in Free
- Unlimited team members
- 100M events, 12-mo retention
- 100GB CMS, $0.10/GB overage
One CLI. All tools.
# Installcurl -fsSL https://getsoup.dev/install.sh | sh
# Secretssoup secrets set my-app production API_KEY sk-xxxsoup secrets run my-app production -- ./my-app
# Feature Flagssoup flags enable dark-mode --percent 10
# Cron Jobssoup cron create cleanup --schedule "0 * * * *" --url https://...
# API Keyssoup keys create --name "Production API" --rate-limit 1000