← Portal

Storyscape Design · Internal playbook

Deploy to Netlify

The step-by-step for putting a Storyscape site live on free static hosting — the Claude + Netlify model.

Storyscape shield

Before you start — have these ready

A free Netlify account The finished site file(s) Your domain login (for step 5) ~20 minutes, first time
1

Get the site as a self-contained file

Ask me to bundle the page into a single standalone HTML file (everything — images, fonts, code — baked in, works offline). You'll get one .html file per page. That's what goes to Netlify. For a multi-page site, you'll have a small folder of these plus an index.html as the front door.

Why: the design files use a small helper to render. Bundling flattens everything into plain HTML so any host can serve it with nothing else attached.

2

Create a free Netlify account

Go to app.netlify.com/signup and sign up (email or Google/GitHub). The free tier covers a site like this — free SSL, global speed, no credit card.

3

Drag and drop to deploy

In Netlify, open Sites → find the "deploy manually" drop zone (or "Add new site → Deploy manually"). Drag your file (or the site folder) onto it. In seconds it's live at a temporary address like random-name.netlify.app.

Updating later: drag the new file onto the same site to replace it. Netlify keeps every past version — one click rolls back if an edit goes wrong. That's your safety net.

4

Rename the site

Site configuration → Change site name. Pick something clean like clientname.netlify.app. Good enough to share even before a custom domain is attached.

5

Point the domain at it

Domain management → Add a domain. Type the domain (e.g. storyscapedesign.com). Netlify shows the DNS records to set. Log in where the domain is registered and add them. It can take a few hours to take effect; Netlify adds the free SSL automatically.

Keep the domain where it is. You don't have to transfer it — just point it. If it's currently at Wix, you leave it registered there and update its DNS to Netlify. Cancel Wix hosting only after the new site is confirmed live.

6

Turn on forms & (optional) a password

Forms: Netlify captures form submissions automatically once the form is set up in the page — that's how the diagnostic's "book a call / email results" leads reach your inbox. (Ask me to wire the forms before bundling.)
Private pages (like your Portal): Site configuration → Access & security → Visitor access → Password protection. This is real, server-side protection — use it on the Portal in addition to the built-in login screen.

What it costs

$0

Netlify hosting (free tier)

~$15/yr

Domain (wherever registered)

$0/mo

No platform fee — vs ~$400/yr Wix

Free-tier ceilings (rarely hit for small orgs)

~100 GB bandwidth/month and ~100 form submissions/month on free. Plenty for a church, nonprofit, or small business site. A high-traffic site may eventually need a paid tier (~$19/mo) — decide that per client, not by default.

© Storyscape Design · Internal reference · storyscapedesign.com