How to Build a Printing Shop Website Without Code
How to Build a Printing Shop Website Without Code
To build a printing shop website without code, describe your products with their real options, say how customers send artwork, and let an AI builder generate the pages. On Zugo a single-page shop site takes about a minute to build, a multi-page catalogue takes a few minutes, and publishing is one click.
Print is an awkward category for generic website builders, because a printed product is never one thing. A business card is a paper stock, a size, a finish, a quantity and a turnaround. This guide covers how to describe that in a prompt without ending up with a form nobody can fill in.
What makes a printing shop site different from a normal shop?
A regular shop sells items. A print shop sells configurations, and the price depends on the combination. That single difference decides your whole page structure, because a product grid with one price per tile is a lie for most print work.
You have three honest options. Publish fixed-price packages for the most common configurations. Publish a price list as a readable table and take orders by form. Or take a quote request for anything custom and answer it by email within a stated window.
Most small shops need all three. Fixed prices for the top sellers, a table for everything else, and a quote form for jobs that need a human to look at the file. Say which of the three you want before you write the prompt, because the builder cannot guess your commercial model.
What should the prompt say?
Name your products, the options that change the price, and the way an order arrives. Vague prompts return a stock photo of a printing press and no way to buy anything.
Build a website for [shop name], a print shop in [city].
Products: business cards, flyers, posters, banners, stickers, booklets.
For each: sizes, paper stocks, finishes, quantity tiers, turnaround.
Show a price table for the five most common configurations.
Artwork: upload area accepting PDF, AI, PSD, TIFF, plus a file spec note
(CMYK, 3mm bleed, 300dpi, outlined fonts).
Quote form: name, email, phone, product, quantity, size, deadline, notes.
Sections: hero, products, price table, how to send artwork, turnaround
and delivery, FAQ, quote form, contact with address and opening hours.
Tone: practical, no marketing adjectives.
The file spec note is the line that saves you real money. Half the support time in a small print shop goes to files supplied in RGB with no bleed, and a visible spec on the page removes a slice of that before the job arrives.
If a blank prompt feels like too much, Zugo ships 25 ready templates. A shop or service template gives you a structure to rewrite, which is usually faster than describing a whole site from scratch. The general principles of writing a prompt a builder can act on are in how to build an app with AI.
Which pages does a print shop actually need?
Fewer than most print shop sites have. The table below maps each page to the question a customer arrives with, because a page that answers no question is a page nobody reads.
| Page | The question it answers | What to ask for in the prompt |
|---|---|---|
| Home | Do you print the thing I need? | Product tiles, turnaround promise, quote button |
| Products | What options and what price? | Option lists per product, price table by quantity tier |
| Send artwork | How do I get my file to you? | Upload area, file spec, what happens after upload |
| Turnaround and delivery | When will I have it? | Standard and rush times, collection and courier options |
| Contact | Can I talk to a human? | Address, hours, phone, quote form, map embed |
That is five pages, which on Zugo is billed as a platform: 12 credits flat for the first three pages, then 3 credits for each additional page. A single-page version with all of it stacked into sections is 6 credits and takes about a minute.
Start single-page if you are testing demand. Split into a real catalogue once you know which three products people actually ask for.
How do customers send artwork?
Artwork upload is the feature that turns a brochure site into a working shop, and it needs a real backend. Files are too large and too valuable to live in a browser tab.
Connect Supabase and you get file storage plus a database row for each submission: who sent it, which product, which options, when. That is your job queue. Ask for it directly in the builder rather than wiring it yourself, and then test it with a real 40 megabyte PDF, not a screenshot, because size limits are where upload flows break.
Add Resend so every upload also sends you an email. A queue you have to remember to check is a queue you will forget on a busy Friday. An email arriving in the inbox you already watch is the difference between a system and a hope.
If you sell fixed-price packages, Stripe takes the payment at the point of order and the customer uploads the file on the confirmation step. That flow is described in more detail in the guide to Stripe payments in an AI-built app.
How do you handle pricing that depends on five options?
Three approaches, in increasing order of effort.
A published table. Rows are quantity tiers, columns are the common sizes or stocks. This is honest, fast to build, and easy to keep current with one edit when paper prices move. It also works for the majority of walk-in trade.
Fixed packages. Name three or four configurations, price them, and sell them through checkout. "500 business cards, 400gsm matt laminated, next day, $X" converts better than a configurator, because the customer does not have to make five decisions to see a number.
A live calculator. Reachable, but through a series of edits rather than one prompt. You describe the rules, check the arithmetic, and correct it. Budget an evening. Editing is the cheapest action on the meter at 3 credits, which makes iterating this way affordable, but it is still iteration and not magic.
Whichever you choose, publish the turnaround next to the price. In print, deadline is half the buying decision, and a site that hides it forces a phone call that a competitor's site did not need.
What does it cost to build and keep running?
Zugo's Free tier gives you 5 credits to try the flow. Pro is $25 per month with 200 credits, which works out to 33 quick builds or 16 full platforms, and it includes connecting your own domain. Business is $99 per month for teams.
A realistic print shop project spends 12 credits on the platform build, 6 more for the two pages beyond the first three, and then a handful of 3 credit edits as you correct product names, prices and turnaround wording. Hi-Fi mode doubles both numbers, 12 for a build and 6 for an edit, and is worth spending on the home page rather than the whole catalogue.
Until you attach a domain the site lives at yourshop.zugo.run. Pointing your own domain at it takes a few minutes, and the mechanics are in the guide to connecting a custom domain.
Where does an AI builder stop for a print shop?
The honest boundaries, all of which are worth knowing before you start.
Prepress checking is not on the menu. No generated site will preflight a PDF, check bleed, flatten transparency or warn about a spot colour. Files land in your storage and a human opens them. Publishing the spec on the page reduces the bad ones, it does not eliminate them.
Live production integration is a development project. If you want the website to talk to your RIP, your MIS, or a courier's rate API, the builder makes the pages and a developer makes the pipe. GitHub export hands over a normal repository so that developer starts from your actual code.
Very specific pricing rules are reached by edits. Ganging, waste allowances, tiered courier rates by postcode, trade discounts by account: all buildable, none of them a one prompt job.
A large product does not replace a team. Zugo does not replace a development team on a complex product, and a full web-to-print portal with account management and reordering is that kind of product.
Before a build reaches you it is booted in a sandbox: it has to load and render, and a failure is reported as a failure rather than handed over as a blank page. That lowers the risk of publishing something broken and does not remove your own testing. Upload a real file, submit a real quote, and check both arrived before you print the address on a van.
Write down your five best-selling configurations with real prices and turnarounds, and describe them in plain language. You can start on the free credits at zugo.dev and have a working quote form the same afternoon.