ChatToMarket
Turn your Cursor AI chat sessions into viral social media posts — with one command.
ChatToMarket reads your latest Cursor chat, redacts sensitive data, and uses GPT-4o to generate ready-to-publish content for X (Twitter), LinkedIn, Reddit, and newsletters.
Features
- One-command generation — Open the Command Palette, run
ChatToMarket: Generate Posts, and get polished content in seconds.
- Multi-platform output — Generate single tweets, full threads, hooks, build updates, LinkedIn posts, Reddit posts, and newsletter intros all at once.
- Smart redaction — API keys, tokens, emails, file paths, and base64 strings are stripped before anything leaves your machine.
- Voice profiles — Choose from built-in tones (Technical, Casual, Hype) or create your own custom voice profiles in the web dashboard.
- WebView panel — Browse results in a tabbed panel with character counts, one-click copy, and export to
marketing/x-drafts.md.
- Freemium model — 2 free generations per day. Upgrade to Pro for unlimited 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 Cursor's local
state.vscdb SQLite database (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+ or Cursor (latest)
- A ChatToMarket account (free to create)
License
MIT
| |