Initial commit: SharkTank proposal review platform

This commit is contained in:
ippadmin
2026-08-07 21:53:45 -04:00
commit 1a46c90ea1
2 changed files with 69 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# SharkTank — Changelog
## 2026-08-07
### Added
- Project inception — SharkTank product proposal created
- Business proposal deployed to proposals.iamgmb.com/sharktank (11 sections, red accent, pipeline diagram)
- Mockup landing page deployed to mockup.iamgmb.com/sharktank/ (dark theme, upload form, pipeline visual)
- Added to proposals index with red left border
- Shark Tank pipeline skill finalized: Sonar → Sonnet → Opus+GPT+Gemini (3-judge majority)
- Domain research: verdicttank.com (free), tankshark.ai (free), sharkreview.io (free)
- Project repo initialized at /root/projects/sharktank/
### Pending
- sharktank.iamgmb.com Caddy config
- FastAPI backend with job queue
- WeasyPrint PDF generation
- Email delivery via MXroute
- LiteLLM virtual key creation
+50
View File
@@ -0,0 +1,50 @@
# SharkTank
AI-powered business proposal review platform. Five models, three judges, majority-rules verdict.
**Status:** INNER CIRCLE BETA
**Owner:** Germaine Brown
**Built by:** Sho'Nuff (Hermes Agent)
## Access
| Resource | URL | Access |
|---|---|---|
| Mockup (landing page) | https://mockup.iamgmb.com/sharktank/ | Public (inner circle invite-only functionally) |
| Proposal | https://proposals.iamgmb.com/sharktank | Public |
| Domain (inner circle) | sharktank.iamgmb.com | TBD — Caddy not yet configured |
| Domain (public launch) | verdicttank.com | Available, not registered |
| AI Costs | admin-ai key: `sharktank-prod` | TBD — create virtual key |
## Pipeline
```
Phase 1 → Sonar Reasoning Pro (Perplexity) — Citation-backed research
Phase 2 → Claude Sonnet 5 (Anthropic) — Brutal 10-dimension critic
Phase 3 → Three judges in parallel (majority rules):
Claude Opus 4.8 (Anthropic)
GPT-5.6 Luna (OpenAI)
Gemini 2.5 Pro (Google)
→ PDF verdict delivered by email
```
**Cost per review:** $0.46 AI fees
**Turnaround:** ~3-5 minutes
## Pricing
| Tier | Price | Details |
|---|---|---|
| Inner Circle | Free | Invite-only, 1/day, full pipeline |
| Pro | $29/mo | Unlimited, priority-ranked actions, research appendix |
| Pay-per-review | $9.99 | Single review, no subscription |
## Current State
- Pipeline skill (`shark-tank-review`) fully built and tested
- Proposal page live at proposals.iamgmb.com/sharktank
- Mockup landing page live at mockup.iamgmb.com/sharktank
- Backend API (FastAPI) — to build
- PDF generation (WeasyPrint) — to build
- Email delivery — to build
- sharktank.iamgmb.com DNS/Caddy — to configure