Components
A library of drop-in building blocks for the most common Flynet surfaces, so you can wire up auth, profile, discovery, and FLY payments without rebuilding the same UI every time. Every component reads from the endpoints documented in the API reference and follows the credential rules in Authentication. Secrets stay server-side; the access token stays in memory.Components are in active development. This page fills in as each one
lands. In the meantime, the Cookbook recipes show the same
flows in plain code you can copy today.
First to land
Connect with Blackbird
The OAuth entry point. One button that runs the full PKCE flow.
Wallet Badge
A member’s FLY balance, read from
/users/me/wallets.Restaurant List
Browse the Discovery graph: restaurants and locations.
Pay with FLY
A checkout button backed by Flynet Payment Intents.
While you wait
Get started
How components fit into a Flynet project.