Website Handoff · Prepared by Vivere Web Development

SOL Everyday Bullshit

Everything you own, what is in it, and how to run it yourself — on Cloudflare or anywhere else.

Live sitesoleverydaybs.com
PreparedAugust 16, 2026
Hosting projectsol-everydaybullshit
Codebase167 files · 67.0 MB

01 What you own

This document accompanies the complete source code for SOL Everyday Bullshit. The code, the content, the images and the design are yours. Nothing here depends on Vivere Web Development continuing to be involved.

31web pages
167total files
67.0 MBcodebase size
46recorded changes

The codebase is under Git version control — 46 recorded changes on branch master. Every change is reversible, and the full history can be handed to you or to any developer you hire.

Scope of these figures. The counts above describe your website. Our own working material for this project — drafts, research, marketing files and archives, 2 files in _docs — sits alongside it in our system and is deliberately excluded here and from the code archive. It is not part of your site and does not need to travel with it.

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.

02 What is in the codebase

The top-level folders:

FolderContains
.github\Supporting files for the site
_preview\Supporting files for the site
archive\Supporting files for the site
articles\Supporting files for the site
assets\Images, video and downloadable files used by the site
backend\Supporting files for the site
everyday-review\Supporting files for the site

By file type

TypeWhat it isFilesSize
.mdDocumentation31611 KB
.htmlWeb pages31757 KB
.woff2Fonts26747 KB
.pngImages2031.3 MB
.webpImages (modern format)171.1 MB
.jpegImages621.6 MB
.jsonData / config63.1 MB
.cssStyling5364 KB
.gitkeepOther384 bytes
.ps1Deploy scripts24 KB
(none)Other25 KB
.txtText211 KB
.mp4Video27.2 MB
.jsBrowser code217 KB
.svgVector graphics2574 bytes

03 How it is hosted today

The site runs on Cloudflare Pages, a website hosting service. The project is named sol-everydaybullshit and answers on soleverydaybs.com.

How updates reach the site: A deploy script copies the project minus an exclusion list. Anything new that is not on the exclusion list will be published.

Host-specific files

04 This site is fully portable

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.

05 Taking over the hosting on Cloudflare

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.

  1. Create a free Cloudflare account at dash.cloudflare.com/sign-up.
  2. Have the project transferred to you, or create a new Pages project under your own account and upload the site. Transferring keeps the existing address and settings; a fresh project is a clean start under your own billing.
  3. Publish the site. Install Node.js, then from inside the project folder:
    npx wrangler login
    npx wrangler pages deploy . --project-name sol-everydaybullshit
    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.
  4. Point your domain at it. In the Pages project open Custom domains and add soleverydaybs.com. Cloudflare walks you through the DNS records.
  5. Confirm it works — load the site, click through the navigation, and submit any forms before considering the move done.

06 Moving to a different host

You are not tied to Cloudflare. Because this site is fully static, moving is straightforward.

HostGood forWhat to know
NetlifyClosest equivalentReads _headers and _redirects the same way. Drag-and-drop deploy works.
VercelStrong developer toolingUses its own configuration format. Static upload works as-is.
GitHub PagesFree and simple, static onlyWorks well. No server-side support, which this site does not need.
Traditional web hostingBundling with existing servicesUpload 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.

07 Your domain

Your site answers on soleverydaybs.com. The domain is registered and paid for separately from the hosting — they are two different things, and you can change one without touching the other.

Confirm you are the registered owner. Whoever controls the domain registration controls the address. If it is not currently in an account you own, have it transferred before anything else — it is the one piece that is genuinely hard to replace.

08 Keeping it running

09 What is not included

The code is complete. These sit outside it and need their own handover: