product directory / Vol. 01 / 2026

A clear, living directory of 19 curious projects, forged by one builder.

A public map of the products I maintain: what each one does, where it lives, what changed, and what comes next.

Open the catalog Browse packages
Projects
19
Spotlight
4
Origin
MMXXIV
Directory
PUBLIC
§ 01 The Product

19 maintained products,
one precise public directory.

The four spotlight products are the public front door. The full catalog preserves the canonical product, source, changelog, and roadmap links without pretending the projects share one runtime or release boundary.

§ 01.00 Spotlight products 4 public anchors

The concise product story: CodeVetter, Post-train LLM, HeyPace, and HiSignal. SaaS Maker is the directory for everything around them.

§ 01.01 Public product sites 19 maintained

Every maintained product in the public directory, with its canonical product or source URL, changelog, and roadmap.

CO
№ 001 build · public-ready

CodeVetter

AI code review platform — desktop-first, works offline.

View repository
PO
№ 002 build · public-ready

PostTrainLLM

A local factory for training, evaluating, and running specialist language models.

View repository
HE
№ 003 build · public-ready

HeyPace

Local-only macOS voice agent that can understand what is on your screen.

View repository
HS
№ 004 learn · public-ready

High Signal

Evidence-backed daily intelligence across technology, startups, finance, and public markets.

View repository
§ 01.02 Supporting repositories 13 support
§ 02 The Package

One focused way
to collect feedback.

SaaS Maker publishes a small React widget for bugs, feature requests, screenshots, and page-specific feedback. Product operations stay in their own repositories; the feedback inbox does one job.

PACKAGE NOTES
Package
@saas-maker/feedback
Runtime
React 19
Inputs
Project key · optional user context
Feedback
Bug · feature request · general
Attachments
JPEG · PNG · GIF · WebP
Inbox
app.sassmaker.com
Docs
saas-maker-packages.pages.dev
END · FOLIO 01
feedback-widget.tsx
$ pnpm add @saas-maker/feedback

import { FeedbackWidget } from '@saas-maker/feedback'

export function App() {
  return <FeedbackWidget projectId="pk_your_project_key" />
}
An invitation

Add feedback to a product.
Or just read the source.

The feedback package is the one reusable SaaS Maker runtime. Install it, connect a project key, and keep product feedback in one focused inbox.

§ 03 Field Notes

Frequently asked,
straight answers.

The boundary is intentionally small: directory, package docs, and feedback.

01 What is SaaS Maker?

SaaS Maker is a public directory for Sarthak Agrawal’s maintained products and the home of the @saas-maker/feedback package. It links each product to its canonical site, repository, changelog, and roadmap without merging their identities or release boundaries.

02 What does the feedback package do?

The React package collects bugs, feature requests, general feedback, screenshots, and optional page-element context. Each installation uses a public project key, while submissions are reviewed in the private feedback inbox at app.sassmaker.com.

03 Does SaaS Maker run the product fleet?

No. Internal automation, marketing pipelines, schedules, skills, and host operations live in the separate private Fleet Workspace. SaaS Maker receives only an allowlisted public product projection for the directory.

04 Are CodeVetter and App Health part of SaaS Maker?

No. CodeVetter and App Health are independent products with their own repositories, interfaces, and release boundaries. SaaS Maker may link to them in the directory, but it does not contain or operate their runtimes.

05 Where are the package docs?

The Blume documentation site at saas-maker-packages.pages.dev covers installation, project keys, widget options, the feedback API, and submission handling. It is the canonical technical reference for the published feedback package.