- What does kensasocial start do?
- It boots the local dashboard (localhost:3456), spawns the background dispatch daemon, and runs the MCP server in your terminal. Your IDE connects to MCP while that session is open.
- I pressed Ctrl+C — will posts still publish?
- Yes. The dispatch daemon runs detached in the background. Ctrl+C stops the dashboard and MCP in that terminal, but scheduled posts keep publishing until you run kensasocial daemon stop.
- How do I stop scheduled publishing?
- Run kensasocial daemon stop. Check status with kensasocial daemon status or the dashboard header — Dispatch · Running / Dispatch · Stopped.
- How do I connect social accounts?
- CLI: kensasocial connect reddit (or twitter, linkedin, threads, bluesky, discord, telegram). Dashboard: open the Accounts tab and click Connect. Verify with kensasocial status.
- How do I schedule posts from my IDE?
- Run kensasocial install to register MCP with Cursor, VS Code, Claude Desktop, or Windsurf. Ask your agent to use schedule_social_post — drafts land in your local vault and publish when due.
- How does the free trial work?
- Launch is $39/month with a 7-day free trial, processed through Lemon Squeezy. Your license key arrives in the receipt email. Activate with kensasocial login <KEY>. Cancel anytime from your Lemon Squeezy customer area.
- What is X (Beta) fair use?
- Twitter/X publishing is a beta feature. It is intended for typical individual or small-team volume — approximately 100 posts per calendar month per license — not high-volume automation. See our Terms for details.
- Something is not working — what should I run?
- kensasocial doctor checks Node, your local vault, license activation, relay connectivity, dashboard, and dispatch daemon status. Email [email protected] with the output.
- Where is my data stored?
- Drafts, schedules, and settings live in a local SQLite file (kensa.db) on your machine — typically under ~/.kensasocial/ when installed globally. Nothing is synced to our cloud until a post is due to publish.