Build commerce apps on Feeef
One platform, every surface: a REST API with OAuth 2.0, JavaScript and Dart SDKs, a storefront template engine, webhooks and a CLI. Register an app and ship your first integration today.
import { FeeeF } from 'feeef'
const feeef = new FeeeF({
apiKey: process.env.FEEEF_TOKEN!,
baseURL: 'https://api.feeef.org/v1',
})
const { data: products } = await feeef.products.list({
storeId: 'your-store-id',
limit: 10,
})Everything in the platform
Apps & OAuth 2.0
Register apps, run the authorization-code flow with PKCE, and access the API with scoped tokens.
ExploreJavaScript SDK
The feeef npm package — typed repositories for stores, products, orders, auth, realtime and more.
ExploreDart SDK
The feeef Dart package powering the merchant app — repositories, freezed models and realtime.
ExploreStorefront templates
Build Lithium themes: TemplateData, custom components, the template kit and the marketplace.
ExploreFeeef CLI
The @feeef.dev/cli tool — sign in with OAuth, scaffold themes, live-preview drafts and publish releases.
ExploreWebhooks
Order events pushed to your endpoints, signed with HMAC-SHA256 and fully auditable.
Explore