mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
add home content
This commit is contained in:
parent
68a3ba5e4d
commit
c126cd5b1a
@ -4,39 +4,60 @@
|
||||
<article class="max-w-xl">
|
||||
<h1 class="mb-10 text-4xl leading-tight text-white font-display font-extralight">Introducing Zed—A lightning-fast, collaborative code editor written in Rust.</h1>
|
||||
<p class="mt-5 leading-relaxed">
|
||||
We think there’s a better way to write code.
|
||||
</p>
|
||||
<p class="mt-5 leading-relaxed">
|
||||
We’re building Zed because we want to write code in a tool that is:
|
||||
We think there’s a better way to write code, and it starts with the following assumptions:
|
||||
</p>
|
||||
|
||||
<h3 class="mt-10 mb-4 leading-tight text-white font-display font-extralight">Mission-critical tools should be hyper-responsive.</h3>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
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.
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
Joyful coding starts with an editor that stays out of your way.
|
||||
</p>
|
||||
|
||||
<h3 class="mt-10 mb-4 leading-tight text-white font-display font-extralight">Real-time collaboration produces better software.</h3>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
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.
|
||||
Pull requests have their place, but sometimes you just want to code together. It’s more fun than code review, builds trust between colleagues, and it’s one of the best ways to distribute knowledge through a team. But it has to be easy.
|
||||
</p>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
If you want someone’s perspective on a piece of code, it should be as easy as sending a message to pull them into your working copy and start coding.
|
||||
</p>
|
||||
|
||||
<h3 class="mt-10 mb-4 leading-tight text-white font-display font-extralight">Keystrokes are the fundamental unit of change.</h3>
|
||||
<h3 class="mt-10 mb-4 leading-tight text-white font-display font-extralight">Conversations about software should happen close to the code.</h3>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
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.
|
||||
If you want to talk about code on GitHub you have to commit and push it first, and pasting code into a chat application sucks.
|
||||
</p>
|
||||
|
||||
<p class="mt-5 leading-relaxed">Early access to Zed will open up mid-2022 for small teams and individuals in our <a class="underline hover:no-underline" href="/community">community</a>.</p>
|
||||
<p class="mt-5 leading-relaxed">
|
||||
By treating keystrokes as the fundamental unit of change and integrating chat into the editor, we can make it easy to have a conversation about any line of code in any working copy–whether it was committed last year or just typed ten seconds ago.
|
||||
</p>
|
||||
|
||||
<h3 class="mt-10 mb-4 leading-tight text-white font-display font-extralight">Our goal is to make you as efficient as possible.</h3>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
If you’re living in a tool for hours every day, you want it to disappear. Every pixel must carry its weight, and the software you’re creating should always be the focus. So we constantly ask ourselves how we can maximize signal and minimize noise.
|
||||
</p>
|
||||
|
||||
<p class="mt-5 leading-relaxed">
|
||||
Do we need an icon? Do we need a gradient? We all want to achieve mastery. Our goal is to find the most efficient way to accomplish each coding task and make it accessible. We will never dumb things down.
|
||||
</p>
|
||||
|
||||
<p class="mt-10 mb-10 leading-7">———</p>
|
||||
|
||||
<p class="mt-5 leading-relaxed">Early access to Zed will open up mid-2022 for small teams and individuals in our
|
||||
|
||||
<a class="underline hover:no-underline" href="/community">community</a>.</p>
|
||||
|
||||
<p class="mt-10 leading-relaxed">
|
||||
<span class="inline-block pr-5"><a href="/story" class="inline-block underline hover:no-underline">Read our story</a>.</span>
|
||||
<span class="inline-block pr-5 opacity-60"><a href="/community" class="inline-block no-underline hover:underline">Join the waitlist</a>.</span>
|
||||
</p>
|
||||
|
||||
<p class="mt-10 mb-10 leading-7">———</p>
|
||||
|
||||
<h2 class="mt-16 mb-5 leading-tight text-white font-display font-extralight">Under the hood</h2>
|
||||
|
||||
<h3 class="mt-5 mb-4 leading-tight text-white font-display font-extralight">Rust</h3>
|
||||
|
@ -1,8 +1,9 @@
|
||||
{{#> layout }}
|
||||
|
||||
<div class="max-w-screen-lg p-10 mx-auto font-thin lg:p-20">
|
||||
<h1 class="mb-10 text-4xl text-white font-display font-extralight">We think there’s a better way to write code–and we've been working for more than a decade to bring it into existence.
|
||||
</h1>
|
||||
<h1 class="mb-10 text-4xl text-white font-display font-extralight">
|
||||
We think there’s a better way to write code–and we've been working for more than a decade to bring it into existence.
|
||||
</h1>
|
||||
<p class="mt-5 leading-7">
|
||||
Our first attempt was Atom, which we loved like a child but which ultimately fell short of our original vision. When we created Electron in 2012 to serve as Atom's runtime, there weren't a lot of great options for building cross-platform desktop apps.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user