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.
Start here
Bitfield docs.
Bitfield is a plug-in runtime and database for founders who want their product to get huge and cannot afford to slow down when plans change.
Bitfield gives your product one durable place to store what happened and one runtime that can load the pieces you plug in around it. You can start small, add more later, and keep the structure from turning into a pile of direct dependencies.Understand Bitfield
Concept docs explain the database, runtime, active devices, keys, and why the structure stays fast.
Use Runtime Kit
Runtime Kit gives app code one read hook and one request function. Packages and slots can keep growing behind that surface.
Copy a workflow
Workflow examples show complete package files and app calls without pulling old product internals into public docs.
Read the proof
Speed claims show the measured category. A warm local read, a hash lookup, and a durable batch write are different jobs.
Own your account flow
Trial, billing, active-device ranges, key delivery, and legal links all stay in one visible checkout story.
Where to go first
- New to Bitfield: What is Bitfield?
- Ready to try it: Quickstart
- Want a complete example: Workflow examples
- Need to understand pricing words: Active devices
- Need the speed mechanism: Storage shape
- Learning package shape: Package boundary
- Building another app surface: Build your own surface
- Checking the speed claim: How Bitfield is this fast
- Looking for the app surface: Runtime Kit API