ChatToMarket
Turn your coding sessions into your build story — one chapter at a time.
ChatToMarket reads your latest chat from Cursor, Claude Code, or GitHub Copilot Chat, redacts sensitive data, and uses GPT-4o to generate first-person story content for X (Twitter), LinkedIn, Reddit, and newsletters. Every session becomes a chapter in your public build journey.
Features
- One-command generation — Open the Command Palette, run
ChatToMarket: Generate Posts, and get your next chapter in seconds.
- Story-first output — Story updates, a narrative thread, chapter hooks, a build diary entry, LinkedIn, Reddit, and newsletter content — all from one session.
- Smart redaction — API keys, tokens, emails, file paths, and base64 strings are stripped before anything leaves your machine.
- Narrator voices — Choose from built-in voices (Technical, Founder, Educator) or create your own in the web dashboard.
- WebView panel — Browse results in a tabbed panel with character counts, one-click copy, and export to
marketing/build-story.md.
- Freemium model — 2 free chapters per day. Upgrade to Pro for 200/day and full platform access.
Getting Started
- Install the extension from the VS Code / Cursor marketplace.
- Open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P).
- Run ChatToMarket: Sign Up and create an account with your email.
- Run ChatToMarket: Log In and enter your credentials.
- Run ChatToMarket: Generate Posts to convert your latest chat session into social content.
For a full step-by-step walkthrough, visit the Getting Started Guide.
Commands
| Command |
Description |
ChatToMarket: Generate Posts |
Select a chat session and generate posts |
ChatToMarket: Sign Up |
Create a new account |
ChatToMarket: Log In |
Authenticate with your email |
ChatToMarket: Upgrade to Pro |
Open the Stripe checkout page |
Settings
| Setting |
Default |
Description |
chattomarket.backendUrl |
Production API |
URL of the ChatToMarket backend (change only for self-hosting) |
How It Works
- The extension reads your IDE's local chat storage (Cursor, Claude Code, or GitHub Copilot Chat — read-only).
- You pick a conversation from a quick-pick menu.
- The transcript is parsed, redacted of all sensitive data, and sent to the backend.
- GPT-4o generates structured social content based on your selected voice profile and platforms.
- Results appear in a WebView panel where you can copy, save, or regenerate.
Web Dashboard
Manage your account, view generation history, analytics, custom voice profiles, and settings at:
chattomarket.app
Privacy & Security
- Your code and full workspace are never sent anywhere.
- Only the chat transcript (after redaction) is sent to the backend API.
- API keys, tokens, emails, file paths, and base64 blobs are automatically stripped.
- Your session token is stored in the OS keychain via
SecretStorage.
- Read our full Privacy Policy.
Requirements
- VS Code 1.85+, Cursor, or Antigravity (latest)
- A ChatToMarket account (free to create)
License
MIT
| |