1{{#> layout }}
2
3<div class="max-w-screen-lg mx-auto text-main font-extralight p-20">
4 <h1 class="text-white text-4xl font-display font-extralight mb-10">Meet Zed—A lightning fast code editor written natively in Rust.</h1>
5 <p class="leading-7">
6 Level up your development process with:
7 <ul class="mt-2 ml-8 list-disc leading-8">
8 <li>a <a href="/tech#rust>" class="underline">lightning fast</a> code editor</li>
9 <li>real time collaboration on any work tree</li>
10 <li>powerful code annotation tools</li>
11 <li>the ability to rewind time to any point</li>
12 </ul>
13 </p>
14 <p class="mt-5 leading-7">Early access to Zed will open up mid-2022 for small teams and individuals in our <a class="underline" href="/community">community</a>.</p>
15 <a href="/story" class="underline inline-block border border-white mt-10 mb-10 p-5">Read our story.</a>
16</div>
17
18{{/layout}}