Metadata-Version: 2.4
Name: superpitch
Version: 0.5.0
Summary: AI screening agent for investor inbound pitches.
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
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)

Headless AI screening agent for inbound pitch emails.

One Gmail filter. One message at 8am. Three pitches worth your time.

---

## Install

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

Then:

```bash
superpitch signin
superpitch thesis "early-stage B2B SaaS, US and EU, seed to A"
```

Optional — get your daily digest in Slack instead of (or alongside) email:

```bash
superpitch slack https://hooks.slack.com/services/T000/B000/xxxx
```

That's the entire setup. No app to open, no dashboard to check.

---

## How it works

1. You add one Gmail filter that forwards pitches to your dedicated address (`a7f3k2@superpitch.dev`).
2. Every night, two agents process the day's forwards:
   - **Analyst** — Sonnet 4.6 with web search and PDF-deck vision, plus an Opus 4.7 advisor on the hard calls. Covers team, traction, market, thesis fit, risks.
   - **Verdict** — Sonnet 4.6 with Opus 4.7 advisor. Pass / review / strong, with confidence and 3 first-call questions.
3. At 8am local time, you get one message — email and/or Slack — with:
   - 3-5 pitches worth looking at, ranked, one-line reasoning
   - Passed pitches collapsed with one-line reasons (inspectable, not hidden)
   - A link to the full analysis page for any pitch
4. That's it. Ignore anything you don't want to open.

### Urgent pitches

Prefix the forward subject with `urgent:` to skip the overnight queue and get a verdict in ~5 minutes.

---

## Commands

```
superpitch                 Show status
superpitch signin          Sign in with Google
superpitch signout         Sign out
superpitch thesis [text]   Set your investor thesis
superpitch slack <url>     Route daily digest to Slack (or `slack off` to disable)
superpitch analyze <file>  One-off analysis of a local PDF or text file
superpitch help            Show help
```

---

## One-off analysis

```bash
superpitch analyze pitch.pdf
```

Prints the full analysis and verdict inline. No email forwarding needed.

---

## Pricing

**$299/month** or **$249/month billed yearly**.

Everything included — AI screening, web research, PDF deck reading, daily digest, Slack delivery, report pages.

---

## Privacy

Superpitch only sees what you forward. We never read your inbox, never access attached accounts, and never email founders on your behalf. Every pitch is attributable to a paying user — there is no public ingestion endpoint.
