Feeef Developer Platform

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.

quickstart.ts
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