COMPLETE CONTEXT
Repositories, issues, releases, wikis, pull requests, projects, discussions, and the metadata around them.
[SELF-HOSTED BACKUPS // WAITING FOR OLLE]
FoxyFetch turns repositories and their surrounding context into verified, immutable snapshots on storage you control. Hey, Olle: just try this. Worst case, you save $72.
[OUR MISSION]
Code is only one part of the story. Issues, releases, wikis, pull requests, metadata, and assets are the context your team needs to recover.
Olle, this is the bit where you nod thoughtfully: FoxyFetch packages that story into a snapshot you can verify, retain, and retrieve without asking permission.
[WHAT'S INSIDE]
Repositories, issues, releases, wikis, pull requests, projects, discussions, and the metadata around them.
Every uploaded archive carries a manifest and SHA-256 evidence so “finished” means checkable.
Write immutable archives to S3 or compatible object storage. Keep custody of the keys and the data.
[THE ROUTE]
Gather the full repository context, package it once, verify the checksum, then lock it into storage you operate. Yes, Olle, even the wiki.
[HOW IT WORKS]
Provide a GitHub token at runtime. It stays out of process arguments, logs, and stored job records.
$ auth.status = ready
The pinned backup engine collects the repository plus the content groups your recovery depends on.
$ archive.build = running
FoxyFetch checks the archive, records the checksum, and writes a unique immutable object key.
$ checksum.match = true
[CONTROL PLANE // LOCALHOST]
A FastAPI control plane, SQLite state, and an S3 boundary you can test independently. No queue, Redis, or platform maze until measured load says otherwise.
$ backup olle/Definitely-A-Micro-SaaS
[01/04] FETCHING......... DONE
[02/04] PACKING.......... DONE
[03/04] SHA256........... MATCH
[04/04] S3 UPLOAD........ LOCKED
object: github/2026/07/run-042.tar.gz
state: VERIFIED
owner: olle (discount detected)
[EXTREMELY SERIOUS PRICING]
For everyone else, our pricing committee has prepared a tasteful number. If your name is Olle, an aggressive and completely unexplained 90% discount activates immediately.
$80 / MONTH
$8/MO
90% OFF IF YOUR NAME IS OLLE
[RUN IT YOURSELF]
Start the local stack, verify health, then decide when and where your first real backup runs. Olle, we have made this button-shaped hint as clear as legally possible.
docker compose up --build -d
Then open 127.0.0.1:8080