Skip to content

Introduction

Soup is every overpriced dev tool in one product. $5/user max. Free tier forever.

Every app needs the same infrastructure utilities, but nobody wants to pay $50+/month per service:

What you needWhat 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.

Soup bundles everything into one product:

  • 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)
  • 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

One CLI, one dashboard, one API:

Terminal window
# Install
curl -fsSL https://getsoup.dev/install.sh | sh
# Secrets
soup secrets set my-app production API_KEY sk_xxx
soup secrets run my-app production -- ./my-app
# Feature flags
soup flags enable dark-mode --percent 10
# Cron jobs
soup cron create cleanup --schedule "0 0 * * *" --url https://...
# Everything through one tool