Metadata-Version: 2.4
Name: superpitch
Version: 0.2.1
Summary: AI screening agent for investor inbound. Processes pitch emails locally, learns from every decision.
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: specialist
Requires-Dist: mlx-lm; extra == "specialist"
Dynamic: license-file

# Superpitch

[![PyPI](https://img.shields.io/pypi/v/superpitch)](https://pypi.org/project/superpitch/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

AI screening agent for your inbound pitch emails.

---

## Install

```bash
curl -LsSf https://superpitch.dev/install.sh | sh
```

Then run `superpitch`.

---

## Setup

1. **Sign in** — run `superpitch`, type `/signin`. You get a private address like `a7f3k2@superpitch.dev`.
2. **Forward pitches** — set a Gmail or Outlook rule to copy inbound pitch emails to that address.
3. **Set your thesis** — `/thesis`. A short description of what you invest in.

That's it. Open `superpitch` and your inbox is ranked.

---

## What you see

```
  Superpitch  Logged in as you@email.com              2 min ago
  ──────────────────────────────────────────────────────────────

  Inbox
  ······························································
    DATE        COMPANY                  ACTION     CONF   STATUS
  ······························································

    2026-03-20  Mira Health              ESCALATE   91%       New
    2026-03-20  Stackwise                REVIEW     74%  Awaiting
    2026-03-19  LogiRoute                REVIEW     68%    Opened
    2026-03-18  Widget Co                PASS       31%  ✗ Rejected

  ──────────────────────────────────────────────────────────────
  ↑↓ move  ·  ↵ open  ·  a/r/v decide  ·  / commands  ·  q quit
```

Each pitch gets an **action** (ESCALATE / REVIEW / PASS), a **confidence score**, and a full evidence packet — company overview, founder background, traction, raise details, thesis fit, web research, and questions worth asking before a call.

---

## Automatic follow-up (optional)

When a pitch is promising but incomplete, the agent can email the founder directly with targeted follow-up questions. The founder replies, the agent reads the answer, and your evidence packet updates — all before you've looked at it. Capped at two rounds.

Turn this on or off with `/autoreply`.

---

## One-off analysis

```bash
superpitch pitch.pdf
```

Processes a file and prints the evidence packet. No email forwarding needed.

---

## Commands

| Key / command | Action |
|---|---|
| `↑ ↓` | Move selection |
| `enter` | Open pitch |
| `a / r / v` | Approve / reject / review |
| `/sync` | Process new emails now |
| `/thesis` | Update your thesis |
| `/autoreply` | Toggle automatic follow-up |
| `/subscription` | Manage billing |
| `/upgrade` | Upgrade to latest version |
| `q` | Quit |
