instagres

Claimable Postgres

no config, no account, no wait
Read our docs
Join the Open Source Program
terminal
curl -X POST https://instagres.com/api/v1/database \
  -H "Content-Type: application/json" \
  -d '{"ref": "my-app"}'

# Response:
# {
# "status": "UNCLAIMED",
# "projectId": "...",
# "connString": "postgresql://...",
# "claim_url": "https://instagres.com/db/...",
# "expires_at": "..."
# }

Same postgres as these cool companies

Frequently Asked Questions