Introducing the Pocketsflow startup program: Win $100K if you are a startupWin $100K if you are a startup

CustomizeCreator Page

Your page. Your products. One link.

Put links, posts, and products on a single creator page: then share one URL from Instagram, TikTok, or YouTube.

Pocketsflow creator page editor with links and products
Edit once, share everywhereLinks, products, and a live preview: one page for every bio.
  • One link

    Bio ready URL for every profile that only gives you one slot.

  • Products included

    Not just links: sell downloads and memberships from the page.

  • Your domain optional

    Keep the Pocketsflow URL or connect a custom domain.

import { Pocketsflow } from "pocketsflow";

const pf = new Pocketsflow({
  apiKey: process.env.POCKETSFLOW_API_KEY,
});

// A one time product. Use subscriptionOffers.create() for plans.
const product = await pf.products.create({
  name: "Pro license",
  price: 49,
});

// A hosted checkout for that product.
const session = await pf.checkout.create({
  productId: product._id,
  successUrl: "https://example.com/welcome",
  customerEmail: "buyer@example.com",
});

// Send the buyer to session.url. Payment, tax, and delivery
// are handled; order.completed fires to your webhook.
redirect(session.url);

Open checkouts from anywhere.

Create a checkout, attach a product, and let Pocketsflow handle the transaction lifecycle: payment, tax, delivery, and the receipt.

Every resource is an HTTPS endpoint under one base URL with Bearer API keys. Live and test keys are scoped to their own data; the OpenAPI spec is served at /docs.json.

npm install pocketsflow

How it works.

  1. Pick a layout

    Start from a creator page template and add your brand.

  2. Add links and products

    Feature what you sell alongside social and content links.

  3. Share one URL

    Drop it in every bio; visitors land on your page, not a pile of tabs.

  4. Checkout stays on platform

    Buyers purchase without bouncing to a disconnected storefront.

Common questions.

Is this just a link list?

No. It is a creator page with products and checkout: not only outbound links.

Can I use my own domain?

Yes. Connect a custom domain when you want a branded URL.

Does it work for Instagram and TikTok bios?

Yes. Share one URL anywhere you get a single link.

What does it cost?

Starting is free. When you sell, you pay a itemized transaction cost (~$5.00 on $100).

Start accepting payments today.

Start accepting payments without building the infrastructure around them.