mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-22 19:41:53 +03:00
Fix Vale CI and change vision (#4724)
This commit is contained in:
parent
8b133e147e
commit
4e109c9a38
2
.github/vale-styles/docs/Numbers.yml
vendored
2
.github/vale-styles/docs/Numbers.yml
vendored
@ -1,6 +1,6 @@
|
||||
extends: existence
|
||||
message: "Numbers must be spelled out"
|
||||
level: error
|
||||
level: warning
|
||||
ignorecase: true
|
||||
scope: paragraph
|
||||
tokens:
|
||||
|
@ -24,12 +24,12 @@ export const USER_GUIDE_INDEX = {
|
||||
{ title: 'Emails', url: 'emails' },
|
||||
{ title: 'Notes', url: 'notes' },
|
||||
{ title: 'Tasks', url: 'tasks' },
|
||||
{ title: 'Integrations', url: 'integrations'},
|
||||
{ title: 'API and Webhooks', url: 'api-webhooks'},
|
||||
{ title: 'Integrations', url: 'integrations' },
|
||||
{ title: 'API and Webhooks', url: 'api-webhooks' },
|
||||
],
|
||||
Other: [
|
||||
{ title: 'Glossary', url: 'glossary'},
|
||||
{ title: 'Tips', url: 'tips'},
|
||||
{ title: 'Github', url: 'github'},
|
||||
{ title: 'Glossary', url: 'glossary' },
|
||||
{ title: 'Tips', url: 'tips' },
|
||||
{ title: 'Github', url: 'github' },
|
||||
],
|
||||
};
|
||||
|
@ -7,7 +7,7 @@ image: /images/user-guide/what-is-twenty/20.png
|
||||
|
||||
# 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
|
||||
|
||||
@ -23,32 +23,37 @@ Twenty is the leading open-source CRM, crafted by hundreds of contributors to su
|
||||
|
||||
## Benefits
|
||||
|
||||
* Customized: Designed to fit your business needs.
|
||||
* Community-driven: Built and maintained by a robust open-source community.
|
||||
* Cost-effective: Open-source nature ensures competitive pricing.
|
||||
* Customizable: Designed to fit your business needs.
|
||||
* Community-driven: Built and maintained by a large open-source community.
|
||||
* Cost-effective: You'll never be vendor-locked because can always self-host.
|
||||
|
||||
## 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).
|
||||
|
||||
# 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
|
||||
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.
|
||||
|
||||
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.
|
||||
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.
|
||||
And Open-source is the bedrock of our approach, ensuring that Twenty evolves with its community, for its community.
|
||||
|
||||
# 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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user