---
layout: base

front_page: true
---

<header class="section hero">
    <div class="row">
        <div class="hero__content">
            <svg class="logo logo--full logo--white" aria-labelledby="title">
                <title>Logo</title>
                <use xlink:href="/assets/img/sprite.svg#logo"></use>
            </svg>
            <h1 class="section-title">The world’s most scalable blockchain. Coming soon.</h1>

            <a href="#benchmarks" class="btn btn-link btn-sm">Learn More <svg class="icon">
                <use xlink:href="/assets/img/sprite.svg#icon-caret"></use>
            </svg></a>
        </div>
    </div>
</header>

<section id="benchmarks" class="section section-benchmarks">
    <div class="row">
        <header class="section-header">
            <h1 class="section-title">This is BigchainDB. 100K writes/s, sustained.</h1>
        </header>

        <figure>
            <img class="img__responsive" src="/assets/img/graph.png" width="672" height="226">
        </figure>

        <div class="grid grid--full grid-small--fit grid--gutters">
            <p class="grid__col">
                <svg class="icon">
                    <use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
                </svg>
                100,000 writes per second and climbing
            </p>
            <p class="grid__col">
                <svg class="icon">
                    <use xlink:href="/assets/img/sprite.svg#icon-servers"></use>
                </svg>
                Petabyte Capacity
            </p>
            <p class="grid__col">
                <svg class="icon">
                    <use xlink:href="/assets/img/sprite.svg#icon-tree"></use>
                </svg>
                Open Source
            </p>
        </div>
    </div>
</section>

<section class="section section-whitepaper">
    <div class="row">
        <header class="section-header">
            <h1 class="section-title">Whitepaper</h1>
        </header>

        <svg class="icon">
            <use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
        </svg>
        <p class="text-center comingsoon">Coming soon</p>
    </div>
</section>

<section id="earlyaccess" class="section section-earlyaccess background--gray">
    <div class="row">
        <header class="section-header">
            <h1 class="section-title">Early Access</h1>
            <p class="section-description">For early access and inquiries, enter your contact information below</p>
        </header>

        {% include/form-earlyaccess.html %}
    </div>
</section>