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
Feature Flags
Rollouts, targeting, kill switches
LaunchDarkly, FlagsmithCron 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, PostHogFree until you need ops features
Pay when you need audit logs, rotation, webhooks - not before
Personal
Free
- Up to 5 members
- Unlimited secrets
- 2 environments
- 1 API key
- 2 concurrent sessions
Starter
$5/user/mo
- Everything in Personal
- Unlimited environments
- Unlimited API keys
- Audit logs (90 days)
- Secret rotation
- Webhooks
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