Open source · Self-hosted · MIT licensed
The open-source, self-hosted Pipedrive alternative
Your pipeline. Your infrastructure.
Warpdrive is an open-source, self-hosted Pipedrive alternative for business-development teams: pipeline management, a deal workspace, contacts, and two-way Gmail, running entirely on your own infrastructure.
No per-seat bill. Your customer data never leaves your infrastructure.
Everything a BD team needs
The core business development workflow, without the SaaS meter running.
Pipeline board
Drag deals across stages with per-stage weighted totals, rotting-deal indicators, and saved filters.
Deal workspace
Activities, notes, files, email, and the full change history in one unified timeline.
Contacts and organizations
Custom fields, organization firmographics, a leads inbox, and CSV import with an undo step.
Two-way Gmail
Thread linking to deals and people, open and click tracking, templates, and scheduled send.
Realtime by default
Live board moves, notifications, mentions, and presence over your own WebSocket server.
Permissions and stats
Role-based visibility, teams, and funnel and activity performance stats.
See it working
Real screens from a running instance, no mockups.
Deal workspace
Every activity, note, file, and email on one timeline, with the full change history.
Inbox
Two-way Gmail with thread linking, follow-up labels, and unread state.
Contacts
People and organizations with custom fields, labels, and linked deal counts.
Warpdrive vs Pipedrive
The core BD loop, self-hosted and free. The rest is deliberately out of scope.
| Warpdrive | Pipedrive | |
|---|---|---|
| License | MIT, open source | Proprietary |
| Hosting | Self-hosted, single-tenant | Vendor cloud |
| Pricing | Free, your infrastructure only | Paid, per seat |
| Your data | Stays on your infrastructure | Vendor servers |
Covered: kanban pipelines, deal workspace, contacts with custom fields, leads inbox with CSV import, two-way Gmail with tracking, permissions, saved filters, notifications, basic stats.
Out of scope by design: products, invoicing, forecasts, workflow automation, web forms, marketplace, native mobile apps.
Warpdrive is not affiliated with or endorsed by Pipedrive.
One box. docker compose up.
The whole topology ships as a single Docker Compose file: app, WebSocket server, background worker, Postgres, and MinIO, with Caddy provisioning HTTPS for your domain automatically. Databases and storage stay on the internal network.
- Google Workspace SSO and Gmail OAuth: your accounts, your consent screen
- Postgres LISTEN/NOTIFY realtime, no paid pub-sub
- MinIO or any S3-compatible store for files
Built on
$ cp .env.example .env # domain, Google OAuth, secrets
$ docker compose up -d --build
Frequently asked questions
Straight answers about what Warpdrive is, what it costs, and how to run it.
What is Warpdrive?
Warpdrive is an open-source, self-hosted CRM for business-development teams and a free alternative to Pipedrive. It covers pipeline management, a deal workspace, contacts and organizations, two-way Gmail, permissions, and stats, and it runs entirely on your own infrastructure under the MIT license.
Is Warpdrive free?
Yes. Warpdrive is MIT-licensed and free to run. There is no per-seat pricing and no vendor subscription: you pay only for the server you host it on.
How do I self-host Warpdrive?
Warpdrive ships as a single Docker Compose file. Copy .env.example to .env, set your domain and Google OAuth, then run docker compose up -d --build. That starts the app, WebSocket server, background worker, Postgres, and MinIO, with Caddy provisioning HTTPS for your domain automatically.
Does Warpdrive have two-way Gmail sync?
Yes. Warpdrive connects to Gmail over OAuth and links threads to deals and people in both directions. It supports open and click tracking, templates, scheduled send, and follow-up labels, using your own Google Workspace accounts and consent screen.
How is Warpdrive different from Pipedrive?
Warpdrive is open source (MIT), self-hosted, and free, and your customer data never leaves your infrastructure. Pipedrive is proprietary, vendor-hosted, and billed per seat. Warpdrive focuses on the core business-development loop and leaves products, invoicing, forecasts, and workflow automation deliberately out of scope.
What is Warpdrive built on?
Warpdrive is built on Next.js, React, and TypeScript, with Postgres and Drizzle, tRPC, Tailwind, and shadcn/ui. Realtime runs on a self-hosted WebSocket server with Postgres LISTEN/NOTIFY, and files are stored in MinIO or any S3-compatible store.
Who is Warpdrive for?
Warpdrive is built for business-development and sales teams that want to own their pipeline and their data, run on their own infrastructure, and avoid per-seat SaaS billing.
Is Warpdrive affiliated with Pipedrive?
No. Warpdrive is an independent open-source project and is not affiliated with or endorsed by Pipedrive. Pipedrive is used only as a point of comparison.