docs: update features table to reflect BYOK tier policy
AI features (cover letter gen, research, interview prep, survey assistant) are now correctly shown as unlockable at the free tier with any local LLM or user-supplied API key. Paid tier value prop is managed cloud inference + integrations + email sync, not AI feature gating. Also fixes circuitforge.io → circuitforge.tech throughout.
This commit is contained in:
parent
af0ea560b7
commit
ec39c3882e
1 changed files with 24 additions and 13 deletions
37
README.md
37
README.md
|
|
@ -5,7 +5,7 @@
|
||||||
[](./LICENSE-BSL)
|
[](./LICENSE-BSL)
|
||||||
[](https://github.com/CircuitForge/peregrine/actions/workflows/ci.yml)
|
[](https://github.com/CircuitForge/peregrine/actions/workflows/ci.yml)
|
||||||
|
|
||||||
**AI-powered job search pipeline — by [Circuit Forge LLC](https://circuitforge.io)**
|
**AI-powered job search pipeline — by [Circuit Forge LLC](https://circuitforge.tech)**
|
||||||
|
|
||||||
> *"Don't be evil, for real and forever."*
|
> *"Don't be evil, for real and forever."*
|
||||||
|
|
||||||
|
|
@ -122,17 +122,28 @@ Re-enter the wizard any time via **Settings → Developer → Reset wizard**.
|
||||||
| Feature | Tier |
|
| Feature | Tier |
|
||||||
|---------|------|
|
|---------|------|
|
||||||
| Job discovery (JobSpy + custom boards) | Free |
|
| Job discovery (JobSpy + custom boards) | Free |
|
||||||
| Resume keyword matching | Free |
|
| Resume keyword matching & gap analysis | Free |
|
||||||
| Cover letter generation | Paid |
|
| Document storage sync (Google Drive, Dropbox, OneDrive, MEGA, Nextcloud) | Free |
|
||||||
| Company research briefs | Paid |
|
| Webhook notifications (Discord, Home Assistant) | Free |
|
||||||
| Interview prep & practice Q&A | Paid |
|
| **Cover letter generation** | Free with LLM¹ |
|
||||||
|
| **Company research briefs** | Free with LLM¹ |
|
||||||
|
| **Interview prep & practice Q&A** | Free with LLM¹ |
|
||||||
|
| **Survey assistant** (culture-fit Q&A, screenshot analysis) | Free with LLM¹ |
|
||||||
|
| **AI wizard helpers** (career summary, bullet expansion, skill suggestions) | Free with LLM¹ |
|
||||||
|
| Managed cloud LLM (no API key needed) | Paid |
|
||||||
| Email sync & auto-classification | Paid |
|
| Email sync & auto-classification | Paid |
|
||||||
| Survey assistant (culture-fit Q&A) | Paid |
|
| Job tracking integrations (Notion, Airtable, Google Sheets) | Paid |
|
||||||
| Integration connectors (Notion, Airtable, Google Sheets, etc.) | Paid |
|
|
||||||
| Calendar sync (Google, Apple) | Paid |
|
| Calendar sync (Google, Apple) | Paid |
|
||||||
| Cover letter model fine-tuning | Premium |
|
| Slack notifications | Paid |
|
||||||
|
| CircuitForge shared cover-letter model | Paid |
|
||||||
|
| Cover letter model fine-tuning (your writing, your model) | Premium |
|
||||||
| Multi-user support | Premium |
|
| Multi-user support | Premium |
|
||||||
|
|
||||||
|
¹ **BYOK unlock:** configure any LLM backend — a local [Ollama](https://ollama.com) or vLLM instance,
|
||||||
|
or your own API key (Anthropic, OpenAI-compatible) — and all AI features marked **Free with LLM**
|
||||||
|
unlock at no charge. The paid tier earns its price by providing managed cloud inference so you
|
||||||
|
don't need a key at all, plus integrations and email sync.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Email Sync
|
## Email Sync
|
||||||
|
|
@ -178,12 +189,12 @@ Connect external services in **Settings → Integrations**:
|
||||||
|
|
||||||
## Developer Docs
|
## Developer Docs
|
||||||
|
|
||||||
Full documentation at: https://docs.circuitforge.io/peregrine
|
Full documentation at: https://docs.circuitforge.tech/peregrine
|
||||||
|
|
||||||
- [Installation guide](https://docs.circuitforge.io/peregrine/getting-started/installation/)
|
- [Installation guide](https://docs.circuitforge.tech/peregrine/getting-started/installation/)
|
||||||
- [Adding a custom job board scraper](https://docs.circuitforge.io/peregrine/developer-guide/adding-scrapers/)
|
- [Adding a custom job board scraper](https://docs.circuitforge.tech/peregrine/developer-guide/adding-scrapers/)
|
||||||
- [Adding an integration](https://docs.circuitforge.io/peregrine/developer-guide/adding-integrations/)
|
- [Adding an integration](https://docs.circuitforge.tech/peregrine/developer-guide/adding-integrations/)
|
||||||
- [Contributing](https://docs.circuitforge.io/peregrine/developer-guide/contributing/)
|
- [Contributing](https://docs.circuitforge.tech/peregrine/developer-guide/contributing/)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue