Skip to main content
ClaudeWave

A form backend that routes. Every submission stored durably, delivered by rules to email, Telegram and webhooks. Self-hostable, agent-native (CLI, MCP, llms.txt).

SubagentsOfficial Registry0 stars0 forksTypeScriptAGPL-3.0Updated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (AGPL-3.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/22/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/faahim/postbag && cp postbag/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

# Postbag

[![CI](https://github.com/faahim/postbag/actions/workflows/ci.yml/badge.svg)](https://github.com/faahim/postbag/actions/workflows/ci.yml)
[![npm: postbag](https://img.shields.io/npm/v/postbag?label=postbag%20CLI)](https://www.npmjs.com/package/postbag)
[![npm: @postbag/sdk](https://img.shields.io/npm/v/%40postbag%2Fsdk?label=%40postbag%2Fsdk)](https://www.npmjs.com/package/@postbag/sdk)
[![npm: @postbag/mcp](https://img.shields.io/npm/v/%40postbag%2Fmcp?label=%40postbag%2Fmcp)](https://www.npmjs.com/package/@postbag/mcp)
[![License: AGPL-3.0](https://img.shields.io/badge/license-AGPL--3.0-blue)](./LICENSE)

**A form backend that routes.** Point any HTML form at a Postbag endpoint and it
lands in your inbox — then goes wherever it should: email, Telegram, a webhook, a
partner, your CRM. Built for people who run many sites, and for the AI agents that
build them.

```html
<form action="https://api.postbag.dev/s/fm_8f3kq2" method="POST">
  <input name="email" type="email" required>
  <textarea name="message"></textarea>
  <button>Send</button>
</form>
```

That's the whole integration for one form. Everything else — grouping forty forms
into one stream, mapping their different fields onto one shape, sending that shape
to a partner between two dates, a daily digest, never losing a submission — is there
when you need it and invisible when you don't.

> **New here (human or AI agent)? Read [`CLAUDE.md`](./CLAUDE.md) first.**

## Why it exists

Every website has forms. Every form needs somewhere to go. Formspree and friends
solve "somewhere" for one site; they fall over when you have fifteen sites feeding
one partner with fifteen slightly different forms. Postbag is the **source of truth**
for what each form collects, what each downstream system receives, and the versioned
contract between them.

## The one idea

> **The database makes it correct; events make it fast.**

A submission is accepted the instant it is a row. Delivery is a durable outbox that a
worker drains with retries. Realtime nudges are an accelerator, never a transport.
If every event stream in the system died, every submission would still arrive — late,
never lost. (Inherited from the lead pipeline this generalises; see
[`docs/ARCHITECTURE.md`](./docs/ARCHITECTURE.md).)

## Status

**Phase 1 — MVP live** at [postbag.dev](https://postbag.dev) (site, docs, dashboard at
`/app`, API at `/v1`). See [`PROGRESS.md`](./PROGRESS.md) for the live blueprint and
[`docs/ROADMAP.md`](./docs/ROADMAP.md) for phases.

## Documentation

Start at [`docs/README.md`](./docs/README.md).

## License

The server, dashboard, site and domain packages (`apps/*`, `packages/core`, `packages/db`,
`packages/auth`) are licensed under [AGPL-3.0](./LICENSE). The client packages that run
inside your own code — `@postbag/sdk`, the `postbag` CLI and `@postbag/mcp` — are
[MIT](./packages/sdk/LICENSE). Rationale in [ADR-006](./docs/decisions/ADR-006-license-and-business-model.md).
ai-agentsform-backendformshonomcppostgresself-hostedtypescriptwebhooks

What people ask about postbag

What is faahim/postbag?

+

faahim/postbag is subagents for the Claude AI ecosystem. A form backend that routes. Every submission stored durably, delivered by rules to email, Telegram and webhooks. Self-hostable, agent-native (CLI, MCP, llms.txt). It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install postbag?

+

You can install postbag by cloning the repository (https://github.com/faahim/postbag) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is faahim/postbag safe to use?

+

Our security agent has analyzed faahim/postbag and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains faahim/postbag?

+

faahim/postbag is maintained by faahim. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to postbag?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy postbag to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: faahim/postbag
[![Featured on ClaudeWave](https://claudewave.com/api/badge/faahim-postbag)](https://claudewave.com/repo/faahim-postbag)
<a href="https://claudewave.com/repo/faahim-postbag"><img src="https://claudewave.com/api/badge/faahim-postbag" alt="Featured on ClaudeWave: faahim/postbag" width="320" height="64" /></a>

More Subagents

postbag alternatives