fleet ledger / Vol. 01 / 2026

A small, working fleet of 29 curious projects, forged by one builder.

This is the dossier of everything I've built and kept running — desktop apps, AI experiments, live services — plus Foundry, the open-source operating layer that holds them together.

Open the catalog View source on GitHub
Projects
29
Operators
1 + agents
Origin
MMXXIV
License
MIT
§ 01 The Fleet

29 distinct projects,
one shared operating layer.

No mockups. No fake screenshots. Each card below is a real repository, color-coded by its place in the fleet, ordered by how much I'm still actively shipping it.

Cv
№ 001 Desktop · core

CodeVetter

AI code review platform. Desktop-first, works offline.

View repository
HS
№ 002 Editorial · core

High Signal

A public signal log for AI infrastructure and semiconductors.

View repository
Ag
№ 003 Simulation · core

AI Game

A persistent AI world simulator — interactive, multi-agent, RPG-shaped.

View repository
Rt
№ 004 AI · core

RolePatch

AI-powered resume tailoring for a specific role and a specific story.

View repository
TR
№ 005 P1 · product

TrueHire

AI-powered candidate vetting platform.

View repository
OH
№ 006 P1 · product

Open Historia

Interactive historical timeline platform.

View repository
KN
№ 007 P1 · product

Knowledgebase

Private Agent Search — Exa-style search and cited query APIs for private project corpora.

View repository
PA
№ 008 P1 · product

Pace

Pace — local-only macOS menu-bar voice agent, formerly Clicky Local / Space candidate.

View repository
RP
№ 009 Automation · core

Reel Pipeline

AI reel generation and autopost orchestration for fleet marketing.

View repository
RE
№ 010 P1 · product

ResearchPapers

Academic-paper intelligence platform with ClickHouse-backed search, ranking, and research dashboards.

View repository
Tg
№ 011 Research · core

TinyGPT

A small language model, built from the ground up.

View repository
§ 01.02 Helper systems 2 helpers
§ 01.03 Also running 16 more
§ 02 The Foundry

One backend
for the entire workshop.

Every project on this page hits the same API. Same registry, same feedback boards, same changelog, same task queue. New product, day one: it's already integrated.

SPECIFICATION
Operator
Sarthak Agrawal
Runtime
Cloudflare Workers · D1 · KV · R2
Interfaces
REST · CLI · TypeScript SDK · Widgets
Primitives
registry · feedback · changelog · tasks · audits · waitlist
Projects
29
Helper systems
2
Origin
2024 →
License
MIT
Source
github.com/sarthak-fleet/saas-maker
END · FOLIO 01
~/fleet — fnd CLI
$ npm i -g @saas-maker/cli
$ fnd login
   ✓ authenticated as @sarthakagrawal927

$ fnd projects list
   001  Foundry          core   operating layer
   002  CodeVetter       core   desktop-first AI review
   003  Reel Pipeline    core   marketing automation
   004  High Signal      core   editorial signal log
   005  AI Game          core   multi-agent simulator
   ... 15 more

$ fnd api POST /v1/feedback \
    --body '{"project":"high-signal","title":"add RSS"}'
   → feedback #142 created
An invitation

Take the operating layer.
Or just read the source.

The whole thing is open. Fork it, deploy it on your own Cloudflare account, or just look at how one person runs twenty things.