Your own gig market

Put a gig market on your site. Two lines. Your people earn.

The market you see on gigapoo.com runs on an engine, and the engine will run on your site too. Paste two lines and your website has verified people offering work, people asking for it, payment and payout — all handled. You bring the people and say what the market is for. Nothing up front: every six months Gigapoo bills a small percentage of the sales on your site — that is what keeps the engine alive.

The whole install
<!-- anywhere on the page -->
<script src="https://gigapoo.com/gigs.js"
        data-site="your-key"></script>
<div id="gigs"></div>

Then: the market draws itself into that div, in your site’s colours, on your domain. Wanted and Offered, the seller’s page, the request, the bid, the checkout. No programmer needed — the directions are below.

It is an engine.Gigapoo runs the market on gigapoo.com, and the same engine runs yours — on your pages, under your name.
Your people, verified once.Each site brings its own sellers and buyers. The engine verifies them — and a person verified on one site is verified on every site, so the ones you recruit who are already on the engine can sell the same day.
Your market, your purpose.Readers and audio opinions on finance, adults only — that is Warrant Wire’s. Opportunities for youth, seniors and everyone — that is gigapoo.com’s. You say what yours is for and who it is for; the engine enforces it.
How it works

Three steps, and the first two take an afternoon.

Register your site

Your name, a real telephone, the domain. We call you — nobody on the engine is anonymous, and that includes the site owners. You get a key.

Paste the two lines

One script tag and one div. The market renders in your page’s own fonts and colours. Nothing to host, nothing to build, no database of yours. Click-by-click directions for cPanel, WordPress, Wix, Squarespace, Shopify and GitHub.

Bring your people

Your sellers enrol through the widget on your site and the engine verifies them; your visitors post what they need. The engine keeps your site’s books — every sale, dated — and every six months sends you one bill on them.

What your site gets

Everything a gig market needs, and the parts Craigslist never had.

Gigs, jobs and events, on one page

Offered and Wanted side by side, jobs at a rate, and events with a price on the door — $5 at least — with a map of each. Free has no value here.

Events with faces at them

Attendees register once with a name, telephone, hometown, present location and a picture; the host sees it all, lets them in or bars them, and reaches them by text or email from their own phone. Approval opens a credit line, settled by ACH through achpay.com, no interest. Everyone is reviewed — 140 characters.

Nobody anonymous

Every seller: full name, telephone, a photo, a phone call before they can sell. Every buyer of in-place work: the same. Real names on everything.

Remote or in-place, told apart

Work done over the wire needs a verified seller. Work done at an address needs both sides verified, the address confirmed, the money held until done, and a meeting record both can see.

Payment and payout handled

A gig is paid by card through Stripe, up front, and held; the seller is paid by ACH through achpay.com after the buyer’s two-day window and absorbs Stripe’s fee. Event credit settles by ACH. Money never touches your site.

A public record

Every piece of work is dated, every seller carries their ratings with them. A seller you recruit who has sold elsewhere on the engine arrives with a record — and provably so.

Your look, your domain

The widget reads your page’s CSS. Your visitors never leave your site and never see our name unless you want them to.

The terms

Nothing up front. Every six months, a small percentage of your site’s sales.

The engine records every sale on your site. At the end of each half-year — June and December — Gigapoo sends you one bill on those books: 10% of the half’s sales, or 5% once the half’s sales pass $1,000. The more your market does, the lower the rate.

5%once a half-year passes $1,000 in sales · 10% below that

Event tickets are on the same books at a flat 5%. Due 30 days after the bill. A bill unpaid 180 days after it was issued switches the market on your site off — it comes back the day the bill is paid. That is the whole agreement; it is what keeps the engine alive for everyone on it.

A half-year on your siteAmount
Sales recorded January–June, say$800
Your bill in July — under $1,000, so 10%$80
Sales recorded July–December, say$4,200
Your bill in January — over $1,000, so 5%$210

Sellers and buyers pay flat fees on each sale ($10 from the buyer, $25 from the seller on written work, more for voice or a licensed opinion) — never a percentage of the seller’s price. Those go to the engine for the verification calls, the card, the payout and the record; they are not on your bill.

Your market, your purpose

Say what your market is for and who it is for. The engine holds the line.

Every site on the engine is a different market with the same rules underneath. You set the purpose — a headline and a line under it — what kinds of work it takes, and the age floor. The widget dresses itself for it; the engine refuses what does not fit.

A finance site — readers and audio opinions, 18 and older

How Warrant Wire and 8K10Q run it: named people read filings and say what they see, in writing or in their own voice. Written, voice and own-voice work only. Sellers and buyers 18 or older; the engine checks the date of birth.

A community site — opportunities for youth, seniors and everyone

How gigapoo.com runs it: any task except illegal or dangerous, remote or in person. Sellers from 13 up; anyone under 18 has a parent or guardian on file, and we telephone them too.

Tell us the purpose on the form below. It can be changed later with one call to the desk.

The rules every site inherits

Short, and they are the product.

Nobody is anonymous.Sellers, in-place buyers, and site owners: real name, real telephone, a call. Enforced in the engine, not written on a page.
Sellers say what they can do.The tasks come from the people, in their own words, at their price. The engine does not hand out a list of categories — it groups what people offer.
Any task, except illegal or dangerous.A short published refusal list. Everything else is allowed. Flags are reviewed; posts are not pre-screened.
Opinion is not advice.Work is labelled as a named person’s opinion unless the seller holds a licence on file — then, and only then, may it be marked advice.
Nothing is deleted.Work, ratings and disputes are dated and kept. A revision gets a new date under the old one. The record is the asset.
Money never touches the site.The engine takes payment, holds it, pays the seller, and keeps the books. A site owner never handles a buyer’s card or a seller’s bank; every six months the site gets one bill on its sales.
Each market has a purpose and an age.The site says what it is for and who it is for. An 18+ site checks the date of birth; a community site puts a parent or guardian on file for anyone under 18.
Each site brings its own people.The engine verifies; it does not recruit. Your market is as big as the sellers and buyers you bring to it — and it is yours.
The API

The widget is one client of it. Build your own.

Everything the widget does, it does through the same endpoints your own code can call — a native app, a page you designed yourself, a back office. Public reads need no key. A seller acts with the token issued at verification. A site acts with its key. JSON in, JSON out.

The full reference, with every field, is published with the engine at gigapoo.com/api.

Public — no key GET ?sellers=1&site=key  the verified roster on a site
GET ?listings=1&site=key  what is offered
GET ?requests=1&site=key  what is wanted
GET ?seller=id  one profile, ratings, dated work
Seller — by token POST action=offer  what I can do, price, remote or in-place
POST action=bid  answer a request
GET action=me  my work, my money
Site — by key POST action=request  a visitor asks for work
POST action=sale  put a sale on the books
GET action=ledger  your site’s sales, this half’s bill, your invoices
GET ?site=key  your market’s purpose, kinds, age floor
POST action=hide&seller=id  keep someone off your site
Who runs on it

The first four sites are ours. Yours is next.

The engine was built for these first. Every rule above came from running them.

Put it on your page

The directions. Ten minutes, no programmer.

You are going to open the page on your website where you want the market to appear, paste two lines into it, and save. That is the whole job. Here it is click by click, whatever your website is built with.

First, get your key

  1. Fill in the short form at the bottom of this page.

    Your name, email, telephone, and your website’s address. Nothing else.

  2. We telephone you.

    Every site owner gets a call before a key is issued — the same rule as for sellers. It takes a few minutes and usually happens the same day.

  3. Your key arrives by email.

    It looks like yoursite-com-4f9a2c1e. It is not a password; it just tells the market which site it is on. Keep the email — you will paste the key in a moment.

Second, copy the two lines

Put your key where it says YOUR-KEY
<script src="https://gigapoo.com/gigs.js" data-site="YOUR-KEY"></script>
<div id="gigs"></div>
The first line fetches the market. The second says where on the page to draw it. They go together, in that order.
Where do they go? Wherever you want the market to appear — under a heading, at the bottom, on its own page called “Market”. If in doubt, put them right before the line that says </body>: that is the bottom of the page and it always works.

Third, open your page and paste

Not sure what your website is built with? Log in wherever you normally go to change it. If that place has a File Manager, you are on cPanel. If it has Posts and Pages down the left, it is WordPress. If you drag things around on a canvas, it is Wix or Squarespace.

cPanel GoDaddy, Bluehost, HostGator, SiteGround, Namecheap and most others

  1. Log in to your hosting account and open cPanel.

    On GoDaddy it is under My Products → Web Hosting → Manage; on most hosts it is a button that says cPanel. It opens a page full of icons.

  2. Click the icon called File Manager.

    It is in the “Files” section, usually near the top. A window opens that looks like the folders on your computer.

  3. Double-click the folder called public_html.

    That folder is your website. Everything the world sees is in here.

  4. Find the page you want the market on.

    Your home page is index.html (or index.php). A page called “About” is usually about.html. If your pages are in a folder, open the folder.

    See wp-admin, wp-content, wp-includes in here? Then your site is WordPress — close this and follow the WordPress steps instead; they are easier.

  5. Right-click the page → Edit.

    A box may pop up about character encoding — just click Edit again. The page opens as text.

  6. Find the spot.

    Press Ctrl+F (Mac: +F), type </body>, and you will be taken to the bottom of the page. Click on the empty line just above </body>. (Or click wherever on the page you want the market to appear.)

  7. Paste the two lines

    Ctrl+V, with your key in place of YOUR-KEY.

  8. Click Save Changes

    Top right. Then Close.

  9. Open your website in a new tab and reload it.

    The market is on the page. If you see the old page, hold Shift and click reload — your browser was showing you the old copy.

WordPress the block editor, or Elementor / Divi / any builder

  1. Log in

    At yoursite.com/wp-admin.

  2. Open the page you want the market on.

    Pages → All Pages → click its name. Or Pages → Add New and call it “Market”.

  3. Add a block where you want the market.

    Click the +, type custom html, and choose Custom HTML. (In Elementor or Divi, drag in the HTML / Code widget instead.)

  4. Paste the two lines

    Into the box, with your key in place of YOUR-KEY.

  5. Click Update

    (or Publish) at the top right.

  6. Click View page.

    The market is there. If WordPress stripped the lines (some plans do), install the free plugin “WPCode” and paste them into a snippet set to Site-wide footer instead.

Wix

  1. Open the editor

    For your site, and go to the page you want.

  2. Click Add Elements (the +) → Embed CodeEmbed HTML.

    A box lands on the page.

  3. Click the box → Enter Code

    Paste the two lines with your key, click Update.

  4. Drag the box where you want it and make it tall

    The market needs room. Then Publish.

Squarespace

  1. Edit the page

    Click an insert point (the blue line), and choose Code.

  2. Paste the two lines with your key.

    Leave the type as HTML. Click outside the box.

  3. Save.

    The market is on the page. (Code blocks need the Business plan or above.)

Shopify

  1. Online Store → Pages → Add page

    Call it “Market”, or open an existing page.

  2. In the content box click the <> button

    (Show HTML), paste the two lines with your key, click <> again.

  3. Save.

    Add the page to your menu under Navigation so people can find it.

GitHub a site that deploys from a repository — Cloudflare Pages, Netlify, Vercel, GitHub Pages

  1. Open your repository on github.com

    Click the page file — index.html, or whichever page you want the market on.

  2. Click the pencil

    Top right of the file: “Edit this file”.

  3. Find </body> near the bottom

    Ctrl+F. Put the cursor on the line above it and paste the two lines with your key.

  4. Click Commit changes

    Green button, top right; then Commit changes again in the box that appears. You can leave the message as it is.

  5. Wait a minute.

    Your host rebuilds the site from the repository on its own — Cloudflare Pages, Netlify and Vercel all do. Then open your site and reload.

Google Sites

  1. Edit the site

    In the right panel choose EmbedEmbed code.

  2. Paste the two lines with your key

    Click Next, then Insert. Stretch the box tall.

  3. Publish.

What you should see

A light-blue panel with a yellow shield: “Real people, real names.” Under it, four buttons — Offered, Wanted, I need someone, Sell here. On a brand-new site the first two say nobody has posted yet; that is right — you bring the people. It looks exactly like the market on gigapoo.com, in your colours.

If something is off

Nothing appears.

Nine times in ten the second line is missing or the two lines got separated. Both lines, first line first. Then hold Shift and reload.

It shows nothing when people try to post.

The key is mistyped, or a space crept in. Copy it again from the email — no spaces, quotes exactly as in the two lines.

The page shows the two lines as text instead of the market.

You pasted into a normal text box, not an HTML/code box. Every platform above has a code box; use that one.

It appears, but squeezed into a narrow strip.

The box you put it in has a fixed height (Wix and Google Sites do this). Drag the box taller, or set its height to “auto”.

Still stuck? Email [email protected] with your website’s address and the platform. A person answers, and if it is easier, we do it with you on the telephone.