Documentation Index
Fetch the complete documentation index at: https://docs.bitfield.so/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Get from key to first call.
This is the short path. Get your key, activate a device, add Runtime Kit, then use the public app-facing surface.
1. Get your key
Start at Get your key. Your account portal is where you confirm your email, get access, manage active devices, and replace a device when you need to move a spot.2. Add Runtime Kit
Runtime Kit is the customer-facing package that app code talks to. Your account portal gives the current install instructions for your account and environment.The public JavaScript surface is intentionally small:3. Read data in React
useBitfieldData(...) reads materialized data that Runtime Kit has already made available to your app.4. Send a request
sendRequestToBitfieldTarget(...) sends opaque request data to a Bitfield target and returns the reply. Your app does not need to know how the target is mounted.The app surface stays boring on purpose. The product can gain new storage paths, packages, devices, or slots without making every React component learn a new API.