zulip/templates/zerver/for/companies.md

73 lines
3.1 KiB
Markdown
Raw Normal View History

Zulips threading allows asynchronous discussion to happen over chat, which
completely changes what chat can be used for in a company. Zulips threading
2017-07-30 20:14:59 +02:00
allows managers to weigh in on discussions even when they can only check in
once a day, it allows workers to participate in discussions even when they
live in different time zones, and it allows neighboring teams to keep tabs
on conversations that might affect them.
Communication is at the core of the operation of every large business. Many
senior personnel spend most of their days in meetings, and many decisions
have to bubble up a management chain because employees on the ground dont
2017-07-30 20:14:59 +02:00
have enough context. Employers also lose out on remote talent because
communication with remote team members is too burdensome with their existing
tools.
No chat product comes even close to Zulip in terms of enabling serious
discussion, engaging remote participants, spreading knowledge to neighboring
teams, and making efficient use of managers time.
2017-07-30 20:14:59 +02:00
If you havent read [why Zulip](/why-zulip), read that first. Weve also
2017-07-30 20:14:59 +02:00
collected a list of features we think will be of particular interest for
companies using Zulip.
### On-premises and in the cloud.
2017-07-30 20:14:59 +02:00
High quality export and import tools make it easy to start with Zulip in the
2018-07-27 09:11:09 +02:00
cloud, knowing that you can move to a on-premises deployment (or back) if
2017-07-30 20:14:59 +02:00
your budget or security needs change.
### No vendor lock-in.
2017-07-30 20:14:59 +02:00
Zulips license (Apache 2) and
[published code base](https://github.com/zulip/zulip) means you will
always be able to run Zulip on your own servers, for free, forever.
2017-07-30 20:14:59 +02:00
### Highly customizable.
2017-07-30 20:14:59 +02:00
In addition to Zulips well-designed API and extensive integration library,
Zulips codebase is easy to get into. With over 100K words of developer
2017-07-30 20:14:59 +02:00
documentation, 93% test coverage, full static typing of our python codebase,
and world-class tooling, Zulips codebase is a pleasure to work with. Just
2017-07-30 20:14:59 +02:00
ask any of the hundreds of developers, including high school students, who
have contributed significant code to Zulip!
Previous corporate users have added LaTeX support for discussing academic
papers, authentication protocols for integrating with a custom SSO, and an
artificial message delay feature for emergency training. Think of a product
you use every day at work. What would you change about it if your dev ops
team could have a go at it for a week?
### Scale to thousands of users.
2017-07-30 20:14:59 +02:00
Zulip teams are still snappy at thousands of users.
### Hundreds of integrations.
2017-07-30 20:14:59 +02:00
Get events from GitHub, Stripe, Travis CI, Jira, and
2017-07-30 20:14:59 +02:00
[hundreds of other tools](/integrations) right in Zulip. Use topics to give
each issue or decision its own place for discussion. Link to tickets in
external sites with
[custom linkification filters](/help/add-a-custom-linkifier) like
2017-07-30 20:14:59 +02:00
`Z1234` for Zendesk ticket #1234.
### Rich message formatting.
2017-07-30 20:14:59 +02:00
Zulips [chat-optimized Markdown](/help/format-your-message-using-markdown)
2017-07-30 20:14:59 +02:00
helps you express your ideas clearly with bulleted lists, code blocks,
pasted screenshots, uploaded files, and more.
### Easy authentication.
2017-07-30 20:14:59 +02:00
Restrict sign-up by email domain, use a single sign-on solution, or send
invitations by email.