Everything you own, what is in it, and how to run it yourself — on Cloudflare or anywhere else.
This document accompanies the complete source code for TruVue. The code, the content, the images and the design are yours. Nothing here depends on Vivere Web Development continuing to be involved.
The codebase is under Git version control — 1 recorded change on branch master. Every change is reversible, and the full history can be handed to you or to any developer you hire.
You do not need permission to move it, change it, hire someone else to work on it, or host it somewhere else. Sections 5 and 6 explain exactly how.
The top-level folders:
| Folder | Contains |
|---|---|
assets\ | Images, video and downloadable files used by the site |
pilot\ | Demo or pilot version of the site |
reports\ | Reports produced for you |
| Type | What it is | Files | Size |
|---|---|---|---|
.webp | Images (modern format) | 12 | 801 KB |
.jpg | Images | 11 | 1.9 MB |
.html | Web pages | 10 | 174 KB |
.avif | Other | 3 | 407 KB |
.css | Styling | 2 | 31 KB |
The site runs on Cloudflare Pages, a website hosting
service. The project is named truvu-pilot.
How updates reach the site: The folder is uploaded as-is. Every file in it becomes publicly reachable.
Every file here is static — HTML, CSS, images and browser JavaScript. There is no server-side code and no database.
It will run on any static host, unchanged. Cloudflare Pages, Netlify, Vercel, GitHub Pages, Amazon S3, or ordinary shared hosting over FTP. Upload the files and it works. You are not locked in to any provider.
This is the simplest option, and it keeps every feature working. Cloudflare Pages has a free tier that covers a site of this size comfortably.
the project folder:
npx wrangler login
npx wrangler pages deploy . --project-name truvu-pilot
Cloudflare returns a one-off preview address. Check that one first — the main
address can take a minute to catch up, and checking it too early shows you the old version.You are not tied to Cloudflare. Because this site is fully static, moving is straightforward.
| Host | Good for | What to know |
|---|---|---|
| Netlify | Closest equivalent | Reads _headers and _redirects the same way. Drag-and-drop deploy works. |
| Vercel | Strong developer tooling | Uses its own configuration format. Static upload works as-is. |
| GitHub Pages | Free and simple, static only | Works well. No server-side support, which this site does not need. |
| Traditional web hosting | Bundling with existing services | Upload the files over FTP. Works — it is ordinary HTML. |
Whatever you choose, keep a copy of the code somewhere you control — a private GitHub repository or a backup drive. The host is replaceable. The code is the asset.
This site answers on truvu-pilot.pages.dev, a free Cloudflare address. To use your own domain, buy one from any registrar and add it under Custom domains in the Pages project.
Register it in an account you own, not a developer’s. Whoever controls the registration controls the address.
The code is complete. These sit outside it and need their own handover: