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.

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.
How it works.
Pick a layout
Start from a creator page template and add your brand.
Add links and products
Feature what you sell alongside social and content links.
Share one URL
Drop it in every bio; visitors land on your page, not a pile of tabs.
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).
Keep exploring.
Start accepting payments today.
Start accepting payments without building the infrastructure around them.