2bttns
  • Getting Started
    • What is 2bttns?
    • Quick Start
    • 🆕You Asked We Listened
  • HOW TO
    • Set up your Console
    • Use the API
    • Build a game
    • Manage game data
    • Integrate game via API
    • Retrieve scores via API
  • References
    • APIs
      • Authentication
      • Generate Game URL
      • Games
      • Game Objects
      • Tags
      • Players
      • Admin
      • Export/Import
    • Command Line Interface (CLI)
      • Install
      • Usage
      • Configuration
  • TUTORIALS
    • ✨Personalize profiles with 2bttns and Next.js
Powered by GitBook
On this page
  • Collect user data
  • How is 2bttns ethical?
  • Game results = data
  • Customize everything
  • What will you build?

Was this helpful?

  1. Getting Started

What is 2bttns?

If data is the new oil, then 2bttns is solar panels for every app.

NextQuick Start

Last updated 1 year ago

Was this helpful?

Collect user data

2bttns (pronounced as two buttons) makes data collection an ethical and enjoyable experience by having users play a fun two-button game connected to your app. Easily integrate 2bttns into your applications to gather data seamlessly.

Watch: demo app using 2bttns

Leave the user experience to us, so you can concentrate on the crucial elements of your app. 2bttns is not only powerful, but really, really fun to play.

🤔 Don't believe us? Try it out for yourself by clicking Play here.

How is 2bttns ethical?

The past: Standard personalization systems are based on user surveillance and inferring preferences through behavioral usage data; however, engagement isn't always a proxy for well-being, or preference.

The future: Why not just ask them? 2bttns adopts human-in-the-loop design principles, directly engaging users with algorithms for content, recommendations, and personalizations. 2bttns not only minimizes bias but also enhances the transparency and explainability of your app to end users.

How'd 2bttns know that?

2bttns gathers lots of information easily, even without showing everything to users during the game. This means you get more data with less work from the users. Oh, and there's also a whole field dedicated to this.

Game results = data

Users only need to play once to generate data, but can always play more to fine-tune their preferences. 2bttns comes with a comprehensive RESTful API for querying game results. With the API, you can easily fetch specific game results, global scores, and much more directly from your backend.

Game results
{
  "scores": [
    {
      "gameObject": {
        "id": "76as67f6as78f67asf",
        "name": "Romance-Comedy"
      },
      "score": .976625
    },
    {
      "gameObject": {
        "id": "12312dsf76as267f6as78f67asf",
        "name": "Action/Adventure"
      },
      "score": .825111
    },
    ...
  ]
}

Everything is stored in your database. 2bttns seamlessly connects to your database to store all things related to 2bttns.

Customize everything

Build everything in the 2bttns Console, and use the Console's API for everything else.

When configuring a game, you can set the prompt (question), inputs, round length, and optional CSS styling. Essentially, games are built upon Game Modes. Game Modes can feature custom interactions and processing mechanisms .

Classic Mode

Click here to explore the open-source ranking function behind Classic Mode.

Out of the box, 2bttns includes the Classic Mode. This game mode offers a simple user interface paired with a powerful backend processing system that ranks items based on user preferences, from most to least favored.

At 2bttns, we provide a comprehensive open-source platform equipped with everything required to develop your own unique Game Modes. Strapped for time? Worry not. Our soon-to-be-launched Game Shop will feature a vast collection of custom, ready-to-implement game modes by our developer community.

What will you build?

2bttns being used to collect data in this app's onboarding
Tracked and traced: the hidden cost of surveillance capitalism.
Users generate data by playing a 2bttns game. That data is then used for recommendations. Figure from WeBuildAI: Participatory Framework for Algorithmic Governance
Classic Mode (default game) will score items between 0 and 1, indicating strength
Game configuration page within the 2bttns Console
Game Modes come with custom configuration parameters. Develop your own Game Modes and custom configurations.
Classic Mode's results (https://www.2bttns.com > Show Ranked Game Objects)
Page cover image