// @flow import React from 'react'; import styled from 'styled-components'; import Grid from 'styled-components-grid'; const Unit = Grid.Unit; const Header = styled.div` width: 100%; padding: 3em; text-align: center; `; export default function Home() { return (

Your team’s knowledge base

Documentation, meeting notes, playbooks, onboarding, work logs, brainstorming, decisions, & more…

Sign In

Blazing Fast

Atlas is fast, really fast. We’ve trimmed 100ms and 50ms there to make sure that documents load instantly, search is speedy and there are keyboard shortcuts for everything.

Markdown Support

Documents are stored in Markdown and you can export them at any time. Markdown shortcuts are also built right into the editor so you can easily format using markdown syntax or our GUI.

Markdown Support

Documents are stored in Markdown and you can export them at any time. Markdown shortcuts are also built right into the editor so you can easily format using markdown syntax or our GUI.

Powerful Search

Built-in search makes that one document easy to find in a large knowledgebase.

API & Integrations

Atlas is built on it’s own API, treat Atlas as a CMS or automatically great documents from outside events.

Open Source

Want to contribute or host Atlas yourself? All of the code is on GitHub.

); }