Skip to main content

Turn content into programmable surfaces

How it works?

The Feature Platform operates on a simple, powerful, and asynchronous model. You notify us of user engagement, and we handle the rest, notifying you of the outcome.

  • Send engagement events via our client-side SDK or server-side REST API.
  • We issue digital rewards on a permissioned, Avalanche-based private chain.
  • You get async webhooks back with the results; your users never need to see wallets or crypto.

How it works diagram

The Building Blocks

Capture & Send Events

Notify the platform of user interactions using our lightweight Tracking SDK for web or our robust Server-side REST API.

feature.track('Video Watched', { ... })
Learn about the Tracking SDK →

Receive Real-time Results

Get immediate, asynchronous feedback on the outcome of every activity via secure, HMAC-signed Webhooks.

event: "activity.succeeded"
Explore our Webhook Guide →

Display Digital Assets

Build a completely native gallery or token-gate content using our Headless Locker API to fetch a user's earned digital assets.

GET /api/v1/users/{id}/assets
Read the Locker API Docs →

Get Started in 3 Steps

1. Explore the Concepts

Start with the Platform Overview to understand the big picture and dive into our Smart Content framework to see what makes our platform unique.

2. Follow the Integration Guide

Our Integration Guide provides a high-level overview of the two primary integration patterns and helps you scope the effort required.

3. Dive into the Code

Review our guides and explore the detailed examples in our API & SDK Reference to start your implementation.