Setup & Installation
What This Skill Does
Provisions temporary Postgres databases instantly via Neon's Claimable Postgres service. No account, login, or credit card needed. Databases expire after 72 hours unless claimed to a Neon account.
You get a real Postgres connection string in one API call or CLI command, with no account setup, no dashboard, and no waiting.
When to use it
- Getting a DATABASE_URL for a new project without creating an account
- Spinning up a throwaway Postgres database for a demo or prototype
- Running integration tests against a real Postgres instance without persistent setup
- Auto-provisioning a database when a Vite project starts and DATABASE_URL is missing
- Seeding a fresh Postgres database with a SQL file in a single CLI command