Documentation
Everything you need to get started with Konvex.
Quick Start
1. Create your account
Sign up at konvex.io/signup. Free plan includes 3 apps and 2 users.
2. Describe your app
Tell Konvex what you need in plain English. Example: "Build me an order tracking dashboard connected to my Postgres database with status filters and Slack alerts when orders are stuck."
3. Connect your data
Add your database connection string or API endpoint. Konvex reads your schema and generates typed queries automatically.
# PostgreSQL connection
Host: your-db.example.com
Port: 5432
Database: myapp
User: readonly_user
4. Customize and deploy
Use the visual editor to adjust the layout, add components, or modify queries. Click "Deploy" to make it live for your team.
Data Connectors
PostgreSQL
Connection string auth. Schema auto-detection.
MySQL
Connection string auth. Schema auto-detection.
MongoDB
Connection string auth. Collection browsing.
REST API
Any HTTP endpoint. API key, OAuth2, Bearer token.
GraphQL
Schema introspection. API key, OAuth2, Bearer token.
Google Sheets
Google OAuth. Read and write.
Stripe
API key auth. Charges, customers, subscriptions.
Slack
OAuth. Send messages and notifications.
Components
50+ drag-and-drop components for building your UI:
Need help?
Email us at hello@konvex.io — we respond within a few hours.