Sell Gild app templates
Templates are ready-made products you can put on sale in the time it takes to make coffee.
View all appsJoin the next wave of independent operators building a real business on Gild's all-in-one platform.
Gild app templates are pre-built products, so anyone can launch the business they keep sketching on napkins.
Templates are ready-made products you can put on sale in the time it takes to make coffee.
View all appsDrop Gild's payment, membership and fulfilment calls into your own software with a handful of lines.
Read the docsimport { GildApp } from '@gild-apps/sdk' const result = await GildApp .inAppPurchase({ line_item_id: 'li_XXX', }); if (result.status === 'ok') { submitReceipt(result.data.receipt) }
I can't find an app template that fits my dog-walking business
Have an idea for a template? Tell us about it and we may build the whole thing for you, on the house.
Schedule a callOur developer community ships new apps every week. Have a good idea for a fitness app, a local news app or a niche marketplace of your own? Browse the store and bring it to life.
Get startedEvery tool your business needs in one place. Sellers on Gild can tap straight into the app store, which hosts a shelf of third-party tools built to level up how you operate.
View your business app storeSend text blasts to every customer straight from your dashboard.
Run all your paid social from one place with pixel tracking built in.
Dig into where your customers are, what they use and when they buy.
Collect information from members before or after they check out.
Bring products, customers and orders over from another platform.
Automatically test prices on your product page to find the best one.
Gild handles user authentication, payment processing and customer management, so the backend work you would normally spend a quarter on is a single afternoon. Bring the idea; the platform brings the rest.
Read the docs1import { GildAPI, validateToken, hasAccess } from "@gild-apps/sdk"; 2 3export async function GET(req: Request) { 4 const { userId } = await validateToken({ req }); 5 const access = await hasAccess({ 6 to: "prod_a7k2Xq", 7 headers: req.headers, 8 }); 9 const user = await GildAPI.app().GET("/app/users/{id}", { 10 params: { path: { id: userId } }, 11 }); 12 13 if (access) { 14 return new Response(`Hello ${user.name}`); 15 } else { 16 return new Response("Hello stranger"); 17 } 18}
Build the applications or software you want and sell them straight to your customers. Ship a SaaS product in an afternoon.
No idea of your own yet? Build and sell the tools other sellers need — a scheduling app, a dispute-fighting app, anything.
Sellers on Gild are always hunting for development help. Get hired as a contractor by them directly from the dashboard.
From resale bots in a bedroom to the most capable version of Gild yet, we have stayed pointed at the same thing: making a business of your own actually reachable.
We were 14, trading in the same thread. The first business we ran together sold restock alerts.
That year we sold just over $1.2M of software to customers on our own site, Halide Supply.
We built an arbitrage bot for a market almost nobody was watching, then sold it on.
After five businesses of our own, we started helping other founders get theirs off the ground.
Running a business is hard enough. We are here at every hour of the week for whatever support you need.