Drag the sliders. Watch your annual savings render live. Then decide if five figures is worth paying for a logo someone else owns.
Max Annual Savings
$50,220
Forge Cost
$0
Estimates based on published pricing. HubSpot includes Marketing + Sales Hub. Salesforce Enterprise at $165/user/mo. Pipedrive Growth at $34/user/mo (min 3 seats).
Contacts
Every relationship. Fully yours.
A unified contact graph with custom fields, activity timelines, and relationship mapping — stored in your own Postgres instance, queried however you want.
Custom Fields
Unlimited
Activity Log Retention
Forever
Import Formats
CSV, JSON, API
"code-comment">// Query your contacts with raw SQL — no abstraction tax
"code-keyword">const highValueContacts = "code-keyword">await forge.db.query("code-string">`
SELECT c.*,
COUNT(d.id) AS open_deals,
SUM(d.value) AS pipeline_value
FROM contacts c
LEFT JOIN deals d ON d.contact_id = c.id
WHERE d.stage != "code-string">'closed_lost'
GROUP BY c.id
HAVING pipeline_value > 50000
ORDER BY pipeline_value DESC
`);Smart Deduplication
Merge duplicates with configurable match scoring. No phantom contacts.
Custom Objects
Define any data shape. Companies, projects, contracts — all first-class.
Timeline Intelligence
Every email, call, note, and deal change auto-logged in chronological order.
Deploy in under 5 minutes.
Your infrastructure, your rules. No SaaS middleman between your data and your team.
SELF-HOSTED
Docker Compose or Kubernetes. Your servers, your data, full control. GDPR-compliant by default.
CLOUD-HOSTED
Managed Forge cloud. We handle infrastructure, you handle sales. Still $0 for the core.
$ curl -fsSL https://get.forge-crm.dev | sh
# Downloads docker-compose.yml, .env.example, and starts Forge + Postgres + Redis
$ docker compose up -d
# Forge running at http://localhost:3000 ✓
Connects to your stack.
No integration marketplace fees. Build your own in 12 lines.
Forge Core
Bidirectional sync hub
✓ All synced
Last sync: 2s ago
GitHub Stars
Active Deployments
Licensing Cost
Avg Annual Savings
Teams who stopped renting their pipeline.
Real deployments. Real savings. Real control.
We were paying $4,200/month for Salesforce Enterprise for 12 reps. Migrated to Forge in a weekend. The Docker setup took 6 minutes. I almost felt guilty about how easy it was.
Marcus Webb
CTO · Lattice Labs
We white-label Forge for 40+ agency clients. The fact that I own the code means I can add features my clients need without filing a support ticket and waiting 6 months.
Priya Nair
Founder · Clearpath Digital
The API is the killer feature nobody talks about. We built a custom deal scoring model that writes directly to Forge's Postgres. Try doing that with HubSpot.
Daniel Osei
Sales Ops Lead · Momentum Systems
Ready to own your pipeline?