Skip to content

Latest commit

 

History

History
189 lines (172 loc) · 7.06 KB

index.md

File metadata and controls

189 lines (172 loc) · 7.06 KB
layout
default
The ablator logo, a space capsule screaming through the atmosphere

Roll out at your own pace

<p class="lead">
    Ablator is a Service that enables you to <strong>roll out functionalities in a controlled way</strong>,
    and perform <strong>good A/B testing</strong>.
</p>

<div class="card-deck">
    <div class="card">
        <div class="card-body">
            <h4 class="card-title">Controlled Rollout</h4>
            <p class="card-text">
                <strong>You have 40.000 users.</strong> Do you want all of them to hit your
                server at once after that new
                update? If not, consider carefully and systematically releasing your new
                functionality with ablator.
            </p>
        </div>
    </div>
    <div class="card">
        <div class="card-body">
            <h4 class="card-title">A/B Testing</h4>
            <p class="card-text">
                <strong>Your new app design could go two, three, many tasty ways.</strong>
                Want to distribute each variant
                among your users and see how they are doing? ablator keeps track which user
                gets which flavor.
            </p>
        </div>
    </div>
</div>

<p class="mt-3 mb-3">
    It works like this:
<ol>
    <li>You define your app's switchable functionalities in ablator.</li>
    <li>Your app asks ablator <strong>"User X wants Functionality Y. Which Flavor should
        they get, if any?"</strong>
    </li>
    <li>ablator takes care of rolling out the feature in a way that you define.</li>
</ol>

As an administrator, you'll get a nice overview of what percentage of users has a
functionality enabled. 😎
</p>
<p class="mb-5 pb-5 mt-2">
    <a href="http://ablator.space" class="btn btn-primary btn-lg mb-2">Register Now! It's free!</a>
    <br>
    <a href="/~https://github.com/ablator/ablator/" class="btn btn-outline-secondary">Check
        it out on GitHub</a>

    <a href="https://twitter.com/ablator_io"
       class="btn btn-outline-secondary">Follow <strong>@ablator_io</strong> on
        Twitter</a>
</p>

Try It Out BETA

For free even!

Ablator is in an extended Beta period where the service is fully usable, but the UI is a bit rough around the edges. To iron everything out, and to let you fearlessly try it without any commitment, you can use the hosted version of ablator completely free of charge.

The software will always be open-source, and you will always be able to self-host it for free.

If you choose to use hosted ablator in the beta period, and want to switch to self-hosted at a later point, we'll do our best to help you migrate your data.

Come to Space!

The hosted version of ablator is at ablator.space! You should try it out and then tell us how you like it! Your feedback is awesome!

Register at ablator.space BETA

It's free and quite stable, but please be advised that we take no responsibilty for lost data at this point.


You can access ablator from your App

Either use these libraries, or make a simple web request.

<div class="card-deck">
    <div class="card">
        <div class="card-body mb-0">
            <img class="img-fluid" src="img/python-logo.png"/>
        </div>
        <div class="card-footer">
        <h4 class="card-title">Python Library</h4>
            <a href="/~https://github.com/ablator/karman"
               class="btn btn-outline-secondary btn-block">Karman
                on GitHub</a>
        </div>
    </div>

Swift Library

Shepard on GitHub
    <div class="card">
    <div class="text-center mt-4">
        <img style="max-height: 4rem;" src="img/nodejs-logo.svg"/>
    </div>
    
<div class="card-body">
</div>
        <div class="card-footer">
            <h4 class="card-title">NodeJS Library</h4>
            <a href="/~https://github.com/ablator/herschel"
               class="btn btn-outline-secondary btn-block">Herschel
                on GitHub</a>
        </div>
    </div>

<div class="card">
            <img class="card-img-top" src="img/curl-logo.png"/>
            <div class="card-body"></div>
        <div class="card-footer">
        <h4 class="card-title">Roll Your Own</h4>
            <a href="/~https://github.com/ablator/ablator"
               class="btn btn-outline-secondary btn-block">Ablator
                on GitHub</a>
        </div>
    </div>
</div>

Some Screenshots, for your viewing pleasure:


List of Apps in Ablator
A Functionality Overview
A Functionality's Release List
Instructions on how to include a Functionality