diff --git a/server/templates/home.hbs b/server/templates/home.hbs index 32a613c79a48288dffd3a0296666e6b1f5bc421d..ffef87eb29476d7877a59e9353402166e3727fca 100644 --- a/server/templates/home.hbs +++ b/server/templates/home.hbs @@ -4,10 +4,28 @@

Introducing Zed—A lightning-fast, collaborative code editor written in Rust.

- Zed is about seamless real-time collaboration, fine grain version control of code + conversations, and breaking past the boundaries of software responsiveness. + We think there’s a better way to write code.

- We think there is a better way to write code, and are using Zed as we build Zed to prove it. + We’re building Zed because we want to write code in a tool that is: +

+ +

Mission-critical tools should be hyper-responsive.

+ +

+ When you move the cursor or type a character, you should see pixels on the next refresh of your display–every time. Even sub-perceptual pauses add up over the course of a day to create unnecessary stress. Joyful coding starts with an editor that stays out of your way. +

+ +

Real-time collaboration produces better software.

+ +

+ When you move the cursor or type a character, you should see pixels on the next refresh of your display–every time. Even sub-perceptual pauses add up over the course of a day to create unnecessary stress. Joyful coding starts with an editor that stays out of your way. +

+ +

Keystrokes are the fundamental unit of change.

+ +

+ When you move the cursor or type a character, you should see pixels on the next refresh of your display–every time. Even sub-perceptual pauses add up over the course of a day to create unnecessary stress. Joyful coding starts with an editor that stays out of your way.

Early access to Zed will open up mid-2022 for small teams and individuals in our community.

@@ -19,22 +37,6 @@

———

-

We believe that...

- -

Collaboration produces better code.

-

Write & discuss code with native real-time collaboration.

- -

Software should be hyper responsive.

-

Your display should bottleneck long before your software. A slow editor creates anxiety while a fast one makes writing code a joy.

- -

The keystroke is the fundamental unit of change.

-

The refresh rate of your display should bottleneck long before your editor.

- -

Conversation happens where code does.

-

The refresh rate of your display should bottleneck long before your editor.

- -

———

-

Under the hood

Rust