About Frappe CRM is a powerful customer relationship management platform designed to streamline and optimize sales, marketing, and customer service processes. With its user-friendly interface and customizable features, Frappe CRM helps businesses efficiently manage interactions and enhance customer satisfaction. Key Features Views: Create custom views which is a combination of filters, sort and columns. Pinned View: Pin important leads and deals in the sidebar. Public View: Share views with all users. Saved View: Save views for later use. Email Communication: Send and receive emails directly from the Lead/Deal Page. Email Templates: Create and use email templates for faster communication. Comments: Add comments to leads and deals to keep track of the conversation. Notifications: Get notified when someone mentions you in a comment. Service Level Agreement: Set SLA for leads and deals and get notified when the SLA is breached. Assignment Rule: Automatically assign leads and deals to users based on the criteria. Tasks: Create tasks for leads and deals. Notes: Add notes to leads and deals. Call Logs: See the call logs with call details and recordings
Frappe CRM is a simple, affordable, open-source CRM tool designed for modern sales teams with unlimited users. Frappe CRM is crafted for providing a great user experience, packed with features for core CRM activities helping you build strong customer relationships while keeping things clean and organised.
The motivation behind building Frappe CRM stems from the need for a simple, customizable, and open-source solution tailored to modern business needs. Many existing CRMs are either too complex, overly generic, or locked behind steep pricing models that hinder accessibility and flexibility. Frappe CRM was designed to bridge this gap, offering a tool that empowers businesses to manage their customer relationships seamlessly while being easy to adapt to specific workflows. Built on the Frappe framework, it prioritizes usability, extensibility, and affordability, making it an ideal choice for growing teams and organizations looking for a CRM that aligns with their unique processes.
Custom Views: Design personalized views to organize and display leads and deals using custom filters, sorting, and columns, ensuring quick access to the most relevant information.
Get started with your personal or business site with a few clicks on Frappe Cloud - our official hosting service.
Follow these steps to set up Frappe CRM in production:
Step 1: Download the easy install script
wget https://frappe.io/easy-install.py
Step 2: Run the deployment command
python3 ./easy-install.py deploy \
--project=crm_prod_setup \
--email=email.example.com \
--image=ghcr.io/frappe/crm \
--version=stable \
--app=crm \
--sitename subdomain.domain.tld
Replace the following parameters with your values:
email.example.com
: Your email addresssubdomain.domain.tld
: Your domain name where CRM will be hostedThe script will set up a production-ready instance of Frappe CRM with all the necessary configurations in about 5 minutes.
bench start
and keep it running.frappe-bench
directory and run following commands:
$ bench get-app crm
$ bench new-site sitename.localhost --install-app crm
$ bench browse sitename.localhost --user Administrator
sitename.localhost:8000/crm
in your web browser.For Frontend Development
1. Open a new terminal session and cd into frappe-bench/apps/crm
, and run the following commands:
yarn install
yarn dev
1. Now, you can access the site on vite dev server at `http://sitename.localhost:8080`
**Note:** You'll find all the code related to Frappe CRM's frontend inside `frappe-bench/apps/crm/frontend`
mkdir frappe-crm
cd frappe-crm
# Download the docker-compose file
wget -O docker-compose.yml https://raw.githubusercontent.com/frappe/crm/develop/docker/docker-compose.yml
# Download the setup script
wget -O init.sh https://raw.githubusercontent.com/frappe/crm/develop/docker/init.sh
**Step 2**: Run the container and daemonize it
docker compose up -d
**Step 3**: The site [http://crm.localhost:8000/crm](http://crm.localhost:8000/crm) should now be available. The default credentials are:
No reviews yet, be the first to review.