Tablekit is the PostgreSQL client that gets out of your way. AI-powered queries, beautiful UI, and the keyboard shortcuts you actually want.
Free 14-day trial · Then £4.99/mo or £99 once
| id | name | role | status | created_at | ||
|---|---|---|---|---|---|---|
| 1 | Alice Chen | alice@company.io | admin | active | 2024-01-15 | |
| 2 | Marcus Johnson | marcus@company.io | user | active | 2024-01-14 | |
| 3 | Sarah Kim | sarah@company.io | user | pending | 2024-01-13 | |
| 4 | James Wilson | james@company.io | editor | active | 2024-01-12 | |
| 5 | Emma Davis | emma@company.io | user | active | 2024-01-11 | |
| 6 | Oliver Brown | oliver@company.io | admin | active | 2024-01-10 |
Powerful features designed for developers who value their time and sanity.
Intelligent cell rendering for JSON, dates, colors, emails, URLs, and more. See your data the way it's meant to be seen.
Ask questions about your data in natural language. Get insights, generate queries, and automate repetitive tasks.
Visual ERD with drag-and-drop editing. Understand relationships at a glance and navigate your schema effortlessly.
Full changelog of every insert, update, and delete. Know exactly what changed, when, and revert if needed.
Pin your most-used tables to the top. Quick access to what matters most, always one click away.
Create URL templates like https://app.com/{category.slug}/{slug}. Jump from your data to your app instantly.
Visualize key metrics with built-in charts and graphs. Monitor your database health at a glance.
Prevent accidental data modifications. Perfect for production databases where every change matters.
Navigate foreign key relationships visually. Follow the data trail across your entire schema.
CSV, JSON, SQL — whatever format you need. Seamless data migration and backup in seconds.
Full-featured SQL editor with autocomplete, syntax highlighting, and query history.
Create and run custom scripts with AI assistance. Automate your database workflows.
Tablekit automatically detects data patterns and unlocks powerful features tailored to your schema.
Tables with latitude/longitude columns are automatically detected and can be viewed on an interactive map. Perfect for location-based data exploration.
Tablekit identifies tables suited for aggregation and offers instant pivot views. Transform raw data into actionable insights.
From JSON blobs to color codes, Tablekit renders your data intelligently. No more squinting at raw strings.
Millions of companies use Stripe to accept payments.
Tablekit automatically recognizes popular database schemas like WordPress and NextAuth, unlocking tailored quick actions and insights.
A conversational AI that understands your schema, writes optimized SQL, fetches external data, and generates beautiful visualizations—all from natural language.
Just describe what you need in plain English. The AI understands your schema, writes optimized queries with proper JOINs, and returns results instantly. Every query is read-only for safety.
Show me the top 5 customers by total order value
Here are your top customers by revenue:
SELECT c.name, SUM(o.total) as revenue FROM customers c JOIN orders o ON o.customer_id = c.id GROUP BY c.id, c.name ORDER BY revenue DESC LIMIT 5
Create a chart of monthly sales for this year
Here's your sales trend for 2024:
Request bar charts, line graphs, pie charts, or stat cards and watch them appear instantly. The AI chooses the right visualization for your data and formats everything beautifully.
Need to fetch data from an API and combine it with your database? The AI writes and executes sandboxed JavaScript that can query your data, call external APIs, and transform results—all securely.
Fetch the latest exchange rates and update the prices table with USD equivalents
I'll fetch the rates and calculate the conversions:
// Fetch live exchange rates
const rates = await fetch(
'https://api.exchangerate.host/latest?base=GBP'
);
const { rates: { USD } } = await rates.json();
// Get prices and calculate USD values
const prices = await query(
'SELECT id, name, price_gbp FROM products'
);
return prices.rows.map(p => ({
...p,
price_usd: (p.price_gbp * USD).toFixed(2)
}));Beautiful ERD diagrams that actually help you understand your schema. Drag tables, explore relationships, and document your architecture—all in one view.
Every action is keyboard accessible. Navigate, filter, and edit without touching your mouse.
Command palette
Quick search
New tab
Duplicate row
Execute query
Export data
Filter column
Cancel / close
No feature gates. No usage limits. No surprise bills.
Pay once, own forever. All future updates included.
Less than a coffee per week
For a tool you'll use every single day
Full access. No credit card required.
30-day money-back guarantee
Not happy? Full refund, no questions asked.
Yes! Get 14 days free with full access to every feature. No credit card needed to start.
Cancel anytime with one click. No questions, no hidden fees, no annual lock-in.
Currently it's per-seat pricing at £4.99/month each. Contact us for teams of 10+ for volume discounts.
Join thousands of developers who've upgraded their workflow.
macOS 12+ required • Apple Silicon native • 14-day free trial