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.

Simple 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

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