lastsaas CLAUDE.md

lastsaas CLAUDE.md is an instructions file for coding agents from jonradoff/lastsaas. It costs 556 tokens per session, scanned A, original, MIT.

Project instructions for developing LastSaaS, including validation, logging, build checks, and deployment rules for projects based on it. MongoDB is the database system used for its data schemas.

In plain words
What is it for?
Use them when changing models, database collections, system logging, backend or frontend code, or any project built from the LastSaaS boilerplate.
Why use it?
They keep validation rules in the Go code and MongoDB synchronized, while making required checks and dependent-project deployments explicit.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/jonradoff/lastsaas/claude-md
Clone the repo
git clone --depth 1 https://github.com/jonradoff/lastsaas

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lastsaas CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jonradoff/lastsaas/claude-md.svg)](https://agentmods.dev/instructions/jonradoff/lastsaas/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jonradoff/lastsaas/claude-md"><img src="https://agentmods.dev/badge/instructions/jonradoff/lastsaas/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 556 This file is loaded in full into every session.
When invoked 556 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00556 $0.00556
Opus 5 $0.00278 $0.00278
Sonnet 5 $0.00111 $0.00111
Haiku 4.5 $0.00056 $0.00056

Measured 4d ago against content hash b947a7b5e5e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lastsaas CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LastSaaS Development Rules

Validation

LastSaaS uses hybrid validation: Go-side (validate struct tags via go-playground/validator) and MongoDB JSON Schema (internal/db/schema.go).

When modifying model structs in internal/models/:

  1. Update validate struct tags on the model
  2. Update the corresponding MongoDB JSON Schema in internal/db/schema.go
  3. Keep both in sync — the Go tags and MongoDB schema must enforce the same constraints
  4. Run cd backend && go test ./internal/validation/... to verify

When adding a new collection that accepts user/API writes:

  1. Add validate tags to the model struct
  2. Add a schema function to internal/db/schema.go and include it in AllSchemas()
  3. Add tests in internal/validation/validate_test.go

System Logging

Use syslog.Logger for all significant system events. Severity levels: critical, high, medium, low, debug.

Build Verification

Always verify after changes:

cd backend && go build ./...
cd frontend && npx tsc --noEmit

Dependent Project Deployment (CRITICAL)

Any project built on the LastSaaS boilerplate — whether using it as a Git submodule, fork, or copy — MUST deploy using the SaaS Dockerfile (Dockerfile.saas) and the corresponding Fly config (fly.saas.toml). Never use bare fly deploy on a project that depends on LastSaaS.

Why this matters: The SaaS Dockerfile runs both the product backend AND the LastSaaS backend behind Caddy (via supervisord). The LastSaaS backend serves all auth endpoints (/api/auth/*), bootstrap status (/api/bootstrap/status), OAuth providers (Google, etc.), billing, and admin APIs. Without it, login breaks silently — the product backend has no auth routes, so API calls return HTML from the SPA catch-all, causing mysterious redirects to /setup or broken login forms with missing OAuth buttons.

Correct deploy command:

fly deploy -c fly.saas.toml

Propagation rule: When setting up or working on any dependent project, ensure:

  1. The project has a deploy.md at its root with full deployment instructions and the "why" behind the multi-process architecture
  2. The project's Claude Code memory (MEMORY.md or CLAUDE.md) contains a cross-reference: "See deploy.md — never bare fly deploy"
  3. If the project doesn't have these yet, create them before the first deployment

Read the full file on GitHub · 45 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 45 lines · 556 tokens per session scan A b947a7b5e5e4

Subscribe to this mod's changes

lastsaas CLAUDE.md is an instructions file published in the GitHub repository jonradoff/lastsaas (165 stars, last pushed 6mo ago), licensed MIT. It adds 556 tokens to every session, about $0.0028 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.