--- layout: default title: Jekyll • Simple, blog-aware, static sites overview: true ---

N1

An extensible, open-source mail client built on the modern web.

Explore the Docs
Download

Legible & Beautiful

Meticulous design that supports your actual handling of email. With a subdued visual style and highly refined typography, N1 is easily the most uniquely designed and beautiful mail client available.

Works everywhere.
Supports everyone.

N1 is a proper desktop client that runs on all major operating systems. It isn't bound to live in a web browser, gets proper desktop notifications and integrates well with your system. Email shouldn't simply live in one of your browser tabs.

Designed for Extensibility.

In N1, plugins are first-class citizens - many of them make up core parts of the experience. We've exposed rich, powerful APIs that let you build everything from the simplest workflow enhancements to entirely new views of your personal data.

Welcome Developers.

Innovate on top of email with JavaScript, NodeJS and React.

See Examples
Get Started
render: =>
          <Popover ref="popover"
                   className="translate-language-picker pull-right"
                   buttonComponent={@_renderButton()}>
            <Menu items={ Object.keys(YandexLanguages) }
                  itemKey={ (item) -> item }
                  itemContent={ (item) -> item }
                  onSelect={@_onTranslate}
                  />
          </Popover>