Skip to content

Tuitbot Documentation

Tuitbot is an autonomous X growth assistant that operates across three distinct architectures:

  • Desktop App: A beautiful Tauri+Svelte visual dashboard for editing and approving content visually.
  • Docker Self-Hosted: 24/7 web-based dashboard driven natively through a persistent remote container.
  • headless CLI: The foundational CLI, suitable for cron execution (tuitbot tick) or background daemons (tuitbot run).

This documentation is the source of truth for setup, operations, release, and publishing.

Documentation Map

Versioning Policy

  • GitHub release tags for CLI binaries: tuitbot-cli-vX.Y.Z
  • Crate tags for registry releases:
  • tuitbot-core-vX.Y.Z
  • tuitbot-mcp-vX.Y.Z
  • tuitbot-cli-vX.Y.Z

Support