Access Your Neo4j Database From Anywhere

Connect to your self-hosted Neo4j without TLS configuration headaches. Works with Railway, Render, Docker, and any other platform.

Try It Now View on GitHub

Free and open source. No account required.

Response Query
{ "knowledgeGraph": { "nodes": [ { "id": "4:abc123", "labels": ["Person"], "properties": { "name": "Alice", "age": 30 } } ], "relationships": [...], }, "summary": { "counters": {...}, "resultConsumedAfter": 12 } }

Works with any self-hosted Neo4j deployment

Why Neo4j Web Bridge?

When you self-host Neo4j, accessing it remotely becomes complicated. We solve that.

No TLS Configuration

Connect via bolt:// without wrestling with certificates, port configurations, or encryption settings.

Access From Anywhere

Query your database from any browser, any location, any device. No VPN required.

Direct Bolt Protocol

Uses the official Neo4j driver for fast, native Bolt protocol communication with your database.

Open Source

MIT licensed. Self-host it, modify it, contribute to it. Your data stays yours.

How It Works

Browser

Your Browser

HTTPS

Bridge

Neo4j Web Bridge

Handles TLS

DB

Neo4j Database

bolt://

Neo4j Web Bridge
Not Connected

Results will appear here