2022-12-01 17:58:08 +03:00
2023-07-19 12:50:07 +03:00
< br >
2023-05-27 09:39:26 +03:00
< p align = "center" >
2023-07-01 03:14:43 +03:00
< a href = "https://www.twenty.com" >
2023-05-31 16:44:38 +03:00
< img src = "./docs/static/img/logo-square-dark.svg" width = "100px" alt = "Twenty logo" / >
2023-05-27 09:39:26 +03:00
< / a >
< / p >
2023-07-19 12:50:07 +03:00
< h2 align = "center" > A Modern Open Source CRM < / h3 >
< p align = "center" > Crafted with Engineer-Precision. Built for Business-Success.< / p >
2023-05-27 09:39:26 +03:00
2023-07-19 12:50:07 +03:00
< p align = "center" > < a href = "https://twenty.com" > Website< / a > · < a href = "https://docs.twenty.com" > Documentation< / a > · < a href = "https://twenty.com/story" > Story< / a > · < a href = "https://discord.gg/cx5n4Jzs57" > Discord< / a > < / p >
2023-05-27 09:39:26 +03:00
< br / >
< p align = "center" >
2023-07-01 03:14:43 +03:00
< a href = "https://www.twenty.com" >
< picture >
2023-07-18 21:22:39 +03:00
< source media = "(prefers-color-scheme: dark)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/preview-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/preview-light.png" >
2023-07-01 03:14:43 +03:00
< img src = "./docs/static/img/preview-light.png" alt = "Companies view" / >
< / picture >
2023-05-27 09:39:26 +03:00
< / a >
< / p >
2023-07-19 12:50:07 +03:00
# Quickstart
You can access and use the alpha version on [app.twenty.com ](https://app.twenty.com ).
Soon, we will release click-to-deploy buttons for Render and Railway.
2022-12-01 17:58:08 +03:00
2023-07-20 00:17:25 +03:00
For a local setup, please check [the documentation ](https://docs.twenty.com/developer/local-setup ).
2023-07-19 12:50:07 +03:00
It's a straightforward process that should have you up and running in minutes.
2023-06-22 02:23:31 +03:00
2023-07-19 12:50:07 +03:00
# About
We are building an Open Source CRM designed to be: enjoyable to use, easily extendable, and perfectly in-sync with your data.
2023-06-22 02:23:31 +03:00
2023-07-19 21:38:20 +03:00
Twenty was created as a Public Benefits Company. This means we're legally bound to consider the impact of our decisions not just on shareholders, but also on society.
Our belief is simple: great companies focus on helping people and meeting their users' needs above all. The decision to go open source was therefore a natural one for us. It fits with our aim to do what's right and with our goals for the business:
2023-06-01 10:19:49 +03:00
2023-07-19 21:38:20 +03:00
**For our users:**
2023-07-19 12:50:07 +03:00
- A commitment to being completely open about what we're building, enabling them to peek under the hood and see the intricate machinery at work.
- An opportunity to be a decisive actor with a very short feedback loop and an the ability to shape the roadmap
**For the developer community:**
- A CRM that ban self-hosted for free, on your own network and close to your data sources
- A set of reusuable components such as tables or kanban boards (coming soon)
- A new way to think about CRM extensibility, one that can be owned by the engineering team and not external constultants (coming soon)
2023-05-29 14:59:45 +03:00
2023-07-18 21:22:39 +03:00
# Features
2023-07-19 12:50:07 +03:00
We are currently in the development phase of Twenty's alpha version.
Don't hesitate to flag a specific need by creating an issue.
Below are the features we have implemented to date.
2023-05-29 14:59:45 +03:00
2023-07-19 12:50:07 +03:00
You can add, filter, sort, edit and track your customers:
2023-04-18 16:37:05 +03:00
2023-07-18 21:22:39 +03:00
< p align = "center" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/visualise-customer-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/visualise-customer-light.png" >
< img src = "./docs/static/img/preview-light.png" alt = "Companies view" / >
< / picture >
< / p >
2023-07-19 12:50:07 +03:00
You can create one or several opportunities for each company:
2023-07-18 21:22:39 +03:00
< p align = "center" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/follow-your-deals-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/follow-your-deals-light.png" >
< img src = "./docs/static/img/preview-light.png" alt = "Companies view" / >
< / picture >
< / p >
2023-07-19 12:50:07 +03:00
You can create rich notes (and soon tasks) that are displayed in a timeline:
2023-07-18 21:22:39 +03:00
< p align = "center" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/rich-notes-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/rich-notes-light.png" >
< img src = "./docs/static/img/preview-light.png" alt = "Companies view" / >
< / picture >
< / p >
2023-07-19 12:50:07 +03:00
You can navigate quickly through the app using keyboard shortcuts and search:
2023-07-18 21:22:39 +03:00
< p align = "center" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/shortcut-navigation-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/shortcut-navigation-light.png" >
< img src = "./docs/static/img/preview-light.png" alt = "Companies view" / >
< / picture >
< / p >
2023-07-19 12:50:07 +03:00
# Upcoming features
2023-07-18 21:22:39 +03:00
2023-07-19 12:50:07 +03:00
Coming before August 15:
2023-07-18 21:22:39 +03:00
⚙️ A task system< br >
⚙️ A notification center< br >
⚙️ More standard fields< br >
2023-07-19 12:50:07 +03:00
⚙️ AI/LLM integration to Notes< br >
2023-07-18 21:22:39 +03:00
⚙️ Pipelines and table customization< br >
⚙️ A new dark mode with higher contrasts< br >
⚙️ A lot of bug fixes and other improvements< br >
2023-07-19 12:50:07 +03:00
Coming later this year:
2023-07-18 21:22:39 +03:00
📅 Advanced search and filters< br >
📅 Auto-logging emails< br >
📅 Data connectors< br >
📅 Custom fields< br >
2023-07-19 12:50:07 +03:00
📅 Custom objects< br >
2023-07-18 21:22:39 +03:00
📅 +++< br >
2023-07-19 12:50:07 +03:00
Track planning on [Github Projects ](https://github.com/orgs/twentyhq/projects/1 ) and help us prioritising by upvoting or creating [issues ](https://github.com/twentyhq/twenty/issues )
# Documentation
The doc is available on [docs.twenty.com ](https://docs.twenty.com ).
If you have any question feel free to ask on our [Discord ](https://discord.gg/cx5n4Jzs57 ).
# Helping us
- The easiest way to help us is to star the repo and helping us getting visibility.
- Contributions are, of course, most welcome!
It doesn't have to be code, you could create an [issue ](https://github.com/twentyhq/twenty/issues ) to report a bug you've spotted, join [discussions ](https://github.com/twentyhq/twenty/discussions ), [Discord ](https://discord.gg/cx5n4Jzs57 ) or write [documentation ](https://docs.twenty.com/ ).
2023-01-27 14:12:04 +03:00
2023-07-01 03:14:43 +03:00
# Office hours
Want to meet the team? Get direct support?
2023-07-19 12:50:07 +03:00
Feel free to book a slot during our office hours.
2023-07-01 03:14:43 +03:00
< a href = "https://cal.com/team/twenty?utm_source=banner&utm_campaign=oss" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://cal.com/book-with-cal-dark.svg" >
< source media = "(prefers-color-scheme: light)" srcset = "https://cal.com/book-with-cal-light.svg" >
2023-07-18 21:22:39 +03:00
< img alt = "Book us with Cal.com" src = "https://cal.com/book-with-cal-light.svg" height = "40" >
2023-07-01 03:14:43 +03:00
< / picture >
< / a >