What it is
Relaticle is self-hosted CRM in PHP/Laravel open-source ecosystem, category Business Software / CRM & Sales. Built with Laravel 13, Filament 5, Livewire 4, PHP 8.5, AGPL-3.0. Interface uses Filament 5 and Livewire 4. Project adds native AI agent support through MCP server, REST API, 37 tools.
Problem: teams want CRM data on own server, not vendor lock-in. They also want AI agents read and act on CRM records. Relaticle manages companies, contacts, notes, pipeline, custom fields, multi-team workspaces. It exposes CRM operations and analysis to Claude, GPT, open-source models. This gives AI-powered work without moving data to hosted vendor.
Key capabilities
- MCP server: 37 tools for CRM operations and analysis. Supports AI agents through standard protocol.
- REST API: full CRUD, schema access, activity history, pipeline analysis. Enables integrations and automation.
- Custom data model: 22 field types, entity relationships, conditional visibility, per-field encryption. No migrations needed.
- Multi-team isolation: 5-layer authorization, team-scoped data, workspaces. Separates records by team.
- Stack versions: Laravel 13, Filament 5, Livewire 4, PHP 8.5, 2,000+ automated tests.
- Privacy-first control: self-hosted, AGPL-3.0, data stays on operator server. No vendor lock-in.
- Internationalization: main repo English-only, code i18n-ready. Self-hosted forks can add lang directory.
Who uses it and how
- Developer-led teams clone GitHub repo, run composer app-install, operate PHP/PostgreSQL stack on own infrastructure.
- AI-forward startups connect Claude, GPT, open-source models to MCP server, use 37 tools for CRM tasks and analysis.
- SMBs manage companies, contacts, notes, pipeline data, custom fields, with self-hosted control and AGPL-3.0 licensing.
- Multi-team organizations configure team-scoped workspaces, 5-layer authorization, per-field encryption, conditional visibility.
- Developers run composer dev for server, queue, vite; run composer test and composer lint for checks.
Getting started
Typical install: git clone https://github.com/Relaticle/relaticle.git, cd relaticle, composer app-install. Self-hosting guide mentions Docker and manual deployment; requirements include PHP 8.5+, PostgreSQL 17+, Composer 2, Node.js 22+, Redis for queues optional in development.
When to use it — and when not to
Use Relaticle when Attio-like CRM needs self-hosted control, native AI agent access, custom fields, multi-team isolation. Self-hoster must operate PHP, PostgreSQL, Composer, Node.js, Redis queues, deployment, and license obligations. Avoid if wanting hosted CRM, no server admin, mature contributor base, or non-English default UI; repo age 0 years, contributors 0, open issues 28, main repo English-only.
project readme (upstream, from github) — read inline
The Open-Source CRM Built for People and AI-Powered Work
Website ·
Documentation ·
MCP Server ·
Roadmap ·
Discussions
Clean, modern interface built with Filament 5 and Livewire 4
About Relaticle
Relaticle is a self-hosted CRM with a production-grade MCP server. Connect any AI agent -- Claude, GPT, or open-source models -- with 37 tools for CRM operations and analysis. 22 custom field types, REST API, and multi-team isolation.
Perfect for: Developer-led teams, AI-forward startups, and SMBs who want AI agent integration without vendor lock-in.
Core Strengths:
- Agent-Native Infrastructure - MCP server with 37 tools, REST API with full CRUD, schema access, activity history, and pipeline analysis
- Customizable Data Model - 22 field types including entity relationships, conditional visibility, and per-field encryption. No migrations needed.
- Multi-Team Isolation - 5-layer authorization with team-scoped data and workspaces
- Modern Tech Stack - Laravel 13, Filament 5, PHP 8.5, 2,000+ automated tests
- Privacy-First - Self-hosted, AGPL-3.0, your data stays on your server
Requirements
- PHP 8.5+
- PostgreSQL 17+
- Composer 2 and Node.js 22+
- Redis for queues (optional for development)
Installation
git clone https://github.com/Relaticle/relaticle.git
cd relaticle && composer app-install
Development
# Start everything (server, queue, vite)
composer dev
# Run tests
composer test
# Format code
composer lint
Self-Hosting
See the Self-Hosting Guide for Docker and manual deployment instructions.
Internationalization
Relaticle ships English-only in the main repository, but the codebase is fully i18n-ready. Self-host forks can drop a lang// directory in place to translate the entire app. See docs/i18n.md for the override workflow and CI guardrails.
Documentation
Visit our documentation for guides on business usage, technical architecture, MCP server setup, REST API integration, and more.
Community & Support
License
Relaticle is open-source software licensed under the AGPL-3.0 license.
Star History
