No null pointers.

Cursor for code.

Pointer for database.

Pointer
Agent
Editor
Panel
Sidebar
Status
Agent SidebarRight
analysis.sql
users
1 2 3 4 5 6 7 8 9 10
-- Calculate Monthly Recurring Revenue
WITH active_subs AS (
  SELECT user_id, amount
  FROM subscriptions
  WHERE status = 'active'
)
SELECT
  DATE_TRUNC('month', CURRENT_DATE) as month,
  SUM(amount) as mrr
FROM active_subs;
New Chat
Can you find our top 5 enterprise customers this month?
Fetched schema
Thought processPlanning next moves..
Thought process
Need to find top 5 enterprise customers by total spend this month. Will query users joined with orders, filter by segment 'enterprise', group by user and sum order amounts, then order by total and limit 5.
DB: production Index in sync
Line 1 Column 1 Spaces 4 SQL Safe Mode

Trusted every day by top engineers connecting to their databases

Think it. See it.

Pointer is the direct link between your thoughts and your databases.

"Find users who churned..."
SELECT * FROM users...
AGENTIC

Pure intelligence.

Hand off complex architectures to the Agent. It doesn't just write SQL queries. It understands the logic and structure of your entire database.

AI Agent
Analysis of schema finished
Intelligence at scale...
CONTEXT

Context by design.

@mention any table: @users, @orders, @subscriptions. The agent knows exactly what you mean. Like Cursor's @file, but for your database.

Prompt Control
Revenue from @users?
VISIBILITY

Total control.

Switch your perspective instantly. Move from conversational AI chat directly into the raw data view. Exactly the way you work.

Global View
users 1-3 of 842
#
name
status
1
Acme Corp
Active
2
Weyland
Active

Inline cell editing.

Ask "Change this user's email to X" and the agent edits the cell directly. No manual SQL. read_cell and edit_cell, done.

Auto-Edit
Update email in row 42
users.email updated

Unmatched velocity.

The Agent indexes database structures completely autonomously. Pointer leverages this context instantly, capturing complex relationships before you can even articulate them.

Core Engine
Index ready · Query < 50ms
[10:42:01] Fetching schema...
[10:42:02] Schema mapped...
[10:42:03] Indexing complete.

Effort level.

Low, Med, High. Control how deep the agent thinks. Simple queries = fast. Complex ones = thorough. Saves tokens and latency.

Effort Level
Low Med High

Rollback.

Undo every agent request, one by one. No more DROP ALL panic. Roll back migrations, queries, and schema changes with a single click. Full history, full control.

Safety Control
Dropped tables

Safe Mode.

One toggle. Zero writes. Ever. Read-only mode locks the agent to SELECT, SHOW. No INSERT, UPDATE, DELETE, or DDL.

Security
Safe Mode

Read-only: Blocks INSERT, UPDATE, DELETE.

Autonomous · Safe Mode

Full power. One toggle to lock it down. Zero writes. Undo anything, one click.

Autonomous

Indexes, reasons, executes—on its own. Complex queries in seconds.

Safe Mode

One toggle. Zero writes. SELECT, SHOW only. No INSERT, UPDATE, DELETE, DDL.

Rollback

Undo any request, one by one. No DROP ALL panic. Full history, full control.

Simple, transparent pricing

Upgrade when you need more power.

Starter

$20/mo

For professionals who need more power and context.

  • Full AI provider flexibility
  • At least $30 in API credits included
  • 2 local database connections
  • Community addons

Pro Plus

$60/mo

Higher API limits for heavy usage.
Whenever you need it.

  • Everything in Starter, plus:
  • At least $90 in API credits included
  • Significantly higher API limits
  • Premium AI tier access
  • Up to 5 database connections

Ultra

$200/mo

Maximum power for teams that rely on data every day.

  • Everything in Pro Plus, plus:
  • $250 in API credits included
  • Up to 10 secure cloud connections
  • All Pro Marketplace addons
  • Early access to new features
  • Shared Workspaces Coming soon

Every frontier model. One interface.

Use the best model for every task. Switch instantly between Gemini, OpenAI, and Claude—no lock-in, no compromise.

Gemini
OpenAI
Claude
Pointer Agent
Gemini 3.1 Pro Gemini 3 Flash GPT-5 Claude 4

Switch in one click. AI access included with Pointer—no API keys required.

Gemini

High-reasoning, long context

Included with Pointer

OpenAI

Precision SQL and reasoning

Included with Pointer

Claude

Deep reasoning, long context

Included with Pointer

Stop querying.
Start pointing.

Available soon for macOS, Windows, and Linux.