Skip to main content

AI-powered creator operations platform

Self-hosted, uncensored AI agent platform for adult content creators. Automate your workflows with MCP-first architecture, browser automation, and multi-platform management.

Genie Helper logo

Quick start

Get your self-hosted AI platform running in minutes

1

Clone and install dependencies

Clone the repository and install all required dependencies for the platform.
git clone https://github.com/Kismetkanceled/geniehelper.git
cd geniehelper
npm install
2

Configure environment variables

Set up your environment variables for Directus, AnythingLLM, and credential encryption.
# Required environment variables
DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_ADMIN_TOKEN=your-admin-token
CREDENTIALS_ENC_KEY_B64=your-base64-encoded-32-byte-key
Generate your encryption key with: node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"
3

Start all services

Launch all services using PM2 or your preferred process manager.
# Start all services
pm2 start anything-llm
pm2 start agentx-cms
pm2 start genie-dashboard
pm2 start media-worker
Your platform will be available at http://localhost:3100 with the API at http://localhost:3001.
4

Connect your first platform

Use the browser extension or manual cookie import to connect your creator platform accounts.
After successful connection, you’ll see your platform listed in the dashboard with scraping capabilities enabled.

Core features

Everything you need to automate your creator operations

MCP-first AI agent

29 tools across Directus, Ollama, and Stagehand for comprehensive automation

Browser automation

Automated platform scraping and content publishing with Playwright

Content classification

AI-powered taxonomy system with 6 concepts and 3,208 classified tags

Media processing

Watermarking, teaser generation, and video compression pipeline

Post scheduling

Cross-platform publishing with intelligent scheduling

Analytics & insights

Fan engagement tracking and performance metrics

Ready to automate your creator operations?

Deploy your own self-hosted AI platform and take control of your content workflow

Start building now