Skip to content

Introduction

Mini CRM is a free, open-source customer relationship manager built and maintained by Xgenious. It is licensed under the MIT License — meaning you can use it, self-host it, modify it, and even build commercial products on top of it, all at no cost.

What is Mini CRM?

Mini CRM gives small and medium-sized sales teams everything they need to manage their pipeline:

  • A contact book with tags, notes, and company links
  • A lead tracker with status management and follow-up reminders
  • A deal pipeline with a Kanban board and win probability
  • Tasks assigned to any CRM record
  • Company profiles linking contacts and deals
  • Automatic activity logging
  • Reports and CSV exports
  • A full REST API
  • Role-based access for your entire team

Who is it for?

UserHow they use it
Solo founderReplace spreadsheets with a real CRM — free forever
Small sales teamShared pipeline, assigned leads, tasks, and email alerts
Agency / developerFork it, add modules, or white-label it for clients

Tech Stack

LayerTechnology
BackendLaravel 12
FrontendInertia.js + React 19 + Tailwind CSS v4
DatabaseMySQL 8 (SQLite for tests)
AuthLaravel Sanctum + Spatie Permission
Modulesnwidart/laravel-modules (12 modules)
QueueLaravel Queue (database driver)
Dockernginx + php-fpm + mysql + redis

License

MIT — free forever. See the LICENSE file.

Next Steps

Released under the MIT License.