Marketplace starter · Northwind

A local service website template that turns searches into calls.

Northwind is a complete local-service site — services, service areas, reviews, and contact — built from Svelte blocks with typed fields. The page your agent restyles as code and the page the owner edits in the browser are the same files — the editor generates itself from each block’s field schema, no glue code.

Northwind — local service website template built on Primo

What's included

Services

Each service as content, not markup. Add a new offering, retire an old one — the owner does it in the browser, the grid never breaks.

Service areas

A repeater of the towns and neighborhoods you cover — the kind of local-intent content that earns the search. Editable without a developer.

Reviews

A repeater of customer quotes. A five-star review comes in Tuesday; it’s on the homepage by Tuesday afternoon, no ticket filed.

Contact CTA

A contact section ready to point at a form, a phone number, or a booking tool. Swap the link, keep the design.

Typed fields

Every block declares its fields in fields.yaml — text, rich text, image, link, repeater. The editor UI is generated from that schema.

Yours to own

A complete, self-contained site — Svelte components in your repo, MIT-licensed. No framework lock-in, no hidden runtime.

Fork & ship in ~5 minutes

Scaffold the starter into your workspace, point your agent at the repo, push. Then hand the owner the browser.

i. primo-cli

Spin up a workspace.

One command scaffolds a Primo workspace — your sites, as plain files.

$ npx primo-cli init my-workspace
ii. primo new

Fork this starter.

Creates the full local-service site in your repo — blocks, pages, content, config.

$ primo new service-co --template local-service
iii. agent

Make it theirs.

Point any CLI agent at the repo. Swap in real services, areas, brand colors, photography.

$ claude "set up services and service areas"
iv. primo push

Push, then hand it off.

Files sync to the server. The owner adds a review or a new service in the browser — on the rendered page.

$ primo push

MIT · open source · works with any CLI agent. The –template flag for one-command starter forks is rolling out — today, fork by pulling the starter site and pointing your agent at it.

Build it with an agent. Hand it to the owner.

One command to spin up a workspace. Point any agent at the repo, then hand your client the browser.

$ npx primo-cli init my-workspace
✓ workspace ready · server.yaml written

MIT · open source · free forever