Introduction
Soup is every overpriced dev tool in one product. $5/user max. Free tier forever.
The Problem
Section titled “The Problem”Every app needs the same infrastructure utilities, but nobody wants to pay $50+/month per service:
| What you need | What they charge |
|---|---|
| Secrets (Doppler) | $18/user/mo |
| Feature flags (LaunchDarkly) | $20/user/mo |
| Form submissions (Formspree) | $25/mo |
| Cron jobs (Cronitor) | $20/mo |
| API keys (Unkey) | $25/mo |
| Usage billing (Lago) | $500/mo |
| Analytics (Plausible) | $9/mo |
For a 10-person team using all these tools: $1,500+/month.
With Soup: $50/month max. Free tier for smaller teams.
The Solution
Section titled “The Solution”Soup bundles everything into one product:
Modules
Section titled “Modules”- Secrets - Environment variables with inheritance
- Feature Flags - Rollouts and targeting (coming soon)
- Forms - Submissions and webhooks (coming soon)
- Cron Jobs - Scheduled tasks (coming soon)
- API Keys - Key management and rate limiting (coming soon)
- Usage Billing - Metered pricing engine (coming soon)
- Analytics - Privacy-friendly tracking (coming soon)
- Session Replay - User recordings (coming soon)
Pricing
Section titled “Pricing”- Personal (Free): Up to 5 members, 2 environments, 1 API key
- Starter ($5/user/mo): Unlimited environments, audit logs, rotation, webhooks
- Enterprise: SSO/SAML, custom integrations, SLA
How It Works
Section titled “How It Works”One CLI, one dashboard, one API:
# 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 0 * * *" --url https://...
# Everything through one toolNext Steps
Section titled “Next Steps”- Quick Start - Get running in 5 minutes
- Secrets Module - The first available module
- Pricing - See full pricing details