Add C2B (Chat2Business) console at /c2b/ + dock launcher - #2
Open
captkernel wants to merge 1 commit into
Open
Conversation
A self-contained, client-side Chat2Business tool hosted on captkernel.com. Visitors bring their own Anthropic API key (stored only in their browser, sent only to api.anthropic.com); the page loads no third-party scripts. It runs the C2B pipeline entirely in the browser via the Anthropic Messages API with direct browser access: structure (idea brief) -> research dossier -> 5-persona Council in parallel -> Chair verdict with a parsed 0-100 score + tier badge -> MVP spec (or a Don't-Build report). A 'special instructions' box is injected into every stage so users can steer and iterate; a live token/cost meter and model selector (Sonnet 5 / Opus 5 / Haiku 4.5) are included. Homepage: adds one dock tile (data-link="c2b") that navigates to /c2b/, matching the existing github/x launcher pattern. Two small, reversible hunks; no changes to the window/desktop system. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A self-contained Chat2Business (C2B) console hosted on captkernel.com at
/c2b/, plus a dock launcher on the homepage. It lets visitors run the C2B pipeline on their own idea, iterate with special instructions, and get a scored verdict + MVP spec — all in the browser.How it works (BYOK, client-side)
api.anthropic.com. The page loads no third-party scripts or fonts — nothing else can see the key. Visitors pay Anthropic for their own usage.anthropic-dangerous-direct-browser-access: true), streaming each stage.The pipeline
structure(idea brief) →researchdossier → Council: 5 personas in parallel (Contrarian, First-Principles, Optimist, Outsider, Executor) → Chair verdict with a parsed 0–100 score + tier badge (Launch / Showcase / Prototype / Hangar / Don't Build) → MVP spec (or a Don't-Build report).Homepage change (minimal, reversible)
Two small hunks in
index.html:<div class="app" data-link="c2b">◆…— matching the existing github/x launcher pattern.data-linkmap withc2b:'/c2b/'and navigates same-tab for it.No changes to the window/desktop system.
Notes / review points
captkernel.comon merge (GitHub Pages) — opened as a PR for review rather than pushed tomaster.web_searchserver tool./c2b/, paste a key, enter an idea, Run — watch the five personas stream in parallel and the score/tier badge populate.🤖 Generated with Claude Code
Generated by Claude Code