Skip to content

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.

Free 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

One CLI. All tools.

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 * * * *" --url https://...
# API Keys
soup keys create --name "Production API" --rate-limit 1000