mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 12:22:29 +00:00
Fix Vale CI and change vision (#4724)
This commit is contained in:
2
.github/vale-styles/docs/Numbers.yml
vendored
2
.github/vale-styles/docs/Numbers.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
extends: existence
|
extends: existence
|
||||||
message: "Numbers must be spelled out"
|
message: "Numbers must be spelled out"
|
||||||
level: error
|
level: warning
|
||||||
ignorecase: true
|
ignorecase: true
|
||||||
scope: paragraph
|
scope: paragraph
|
||||||
tokens:
|
tokens:
|
||||||
|
|||||||
@@ -24,12 +24,12 @@ export const USER_GUIDE_INDEX = {
|
|||||||
{ title: 'Emails', url: 'emails' },
|
{ title: 'Emails', url: 'emails' },
|
||||||
{ title: 'Notes', url: 'notes' },
|
{ title: 'Notes', url: 'notes' },
|
||||||
{ title: 'Tasks', url: 'tasks' },
|
{ title: 'Tasks', url: 'tasks' },
|
||||||
{ title: 'Integrations', url: 'integrations'},
|
{ title: 'Integrations', url: 'integrations' },
|
||||||
{ title: 'API and Webhooks', url: 'api-webhooks'},
|
{ title: 'API and Webhooks', url: 'api-webhooks' },
|
||||||
],
|
],
|
||||||
Other: [
|
Other: [
|
||||||
{ title: 'Glossary', url: 'glossary'},
|
{ title: 'Glossary', url: 'glossary' },
|
||||||
{ title: 'Tips', url: 'tips'},
|
{ title: 'Tips', url: 'tips' },
|
||||||
{ title: 'Github', url: 'github'},
|
{ title: 'Github', url: 'github' },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ image: /images/user-guide/what-is-twenty/20.png
|
|||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
Twenty is the leading open-source CRM, crafted by hundreds of contributors to suit your unique business needs and processes.
|
Twenty is the leading open-source CRM, crafted by hundreds of contributors to suit your unique business needs.
|
||||||
|
|
||||||
## Main Features
|
## Main Features
|
||||||
|
|
||||||
@@ -23,32 +23,37 @@ Twenty is the leading open-source CRM, crafted by hundreds of contributors to su
|
|||||||
|
|
||||||
## Benefits
|
## Benefits
|
||||||
|
|
||||||
* Customized: Designed to fit your business needs.
|
* Customizable: Designed to fit your business needs.
|
||||||
* Community-driven: Built and maintained by a robust open-source community.
|
* Community-driven: Built and maintained by a large open-source community.
|
||||||
* Cost-effective: Open-source nature ensures competitive pricing.
|
* Cost-effective: You'll never be vendor-locked because can always self-host.
|
||||||
|
|
||||||
## System Requirements
|
## System Requirements
|
||||||
|
|
||||||
* Modern web browser (e.g., Firefox, Chrome, Safari, Edge).
|
* Modern web browser (Firefox, Chrome, Safari and Edge on their latest version are supported).
|
||||||
* Internet connection (Offline mode isn't yet supported).
|
* Internet connection (Offline mode isn't yet supported).
|
||||||
|
|
||||||
# Demo
|
# Demo
|
||||||
|
|
||||||
If you wish to try Twenty before to create your own account, go to demo.twenty.com and login with the following credentials:
|
If you wish to try Twenty before creating your own account, go to demo.twenty.com and login with the following credentials:
|
||||||
|
|
||||||
```
|
```
|
||||||
email: noah@demo.dev
|
email: noah@demo.dev
|
||||||
password: Applecar2025
|
password: Applecar2025
|
||||||
```
|
```
|
||||||
|
|
||||||
# Vision and mission
|
# Vision
|
||||||
|
Creating a good CRM is hard because it's a balancing act.
|
||||||
|
For each business, the requirements seem straightforward, yet everyone's needs are distinct.
|
||||||
|
The result is a CRM that's either too basic, or one that's attempting to be a jack-of-all-trades but ending up as a master of none.
|
||||||
|
|
||||||
Great companies often start with bets that seem like long shots. Only later do they appear as no-brainers. Searching the web through a text field, not a directory; letting strangers stay in your home; renting server space like a utility...
|
At first, Twenty looks like most CRMs you already know: you can track deals, organize contacts, manage tasks and notes.
|
||||||
|
But what sets it apart is our approach to extensibility. We are building an open platform that provides the building blocks for you to solve your unique business problems.
|
||||||
|
|
||||||
Open-source is a marginal part of CRM today. Our bet is that open-source will ultimately dominate CRM market share.
|
We prioritize universal principles and common patterns over feature lists.
|
||||||
|
We don't try to have all the answers and instead empower users to find what works best for them.
|
||||||
The open-source tide has been rising for some time already, following a simple rule: the closer to the developer stack, the higher the market share of open-source.
|
And Open-source is the bedrock of our approach, ensuring that Twenty evolves with its community, for its community.
|
||||||
|
|
||||||
# Join now
|
# Join now
|
||||||
|
|
||||||
Take Control, own your CRM today. [Register here](https://www.app.twenty.com) or [join as contributors on GitHub](https://github.com/twentyhq/twenty).
|
[Register here](https://app.twenty.com) or [become a contributor on GitHub](https://github.com/twentyhq/twenty).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user