Storyscape Design · Internal playbook
The step-by-step for putting a Storyscape site live on free static hosting — the Claude + Netlify model.
Before you start — have these ready
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.
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.
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.
Site configuration → Change site name. Pick something clean like clientname.netlify.app. Good enough to share even before a custom domain is attached.
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.
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