Skip to main content
GenieHelper is invite-gated and self-hosted. You need an invite code before you can register. Once you’re in, your data lives on our dedicated server — not in anyone else’s cloud.
GenieHelper runs on an IONOS dedicated server (Ubuntu 24, 16GB RAM, 1TB NVMe). Your credentials, fan data, and AI interactions never leave that infrastructure.

Prerequisites

Before you begin, make sure you have:
  • An invite code — GenieHelper registration is closed to the public. Get a code from the team or a referring creator.
  • A subscription tier selected — you can start on the free Starter tier and upgrade at any time. See Pricing for a full comparison.
  • A supported platform account — OnlyFans, Fansly, Instagram, or TikTok. You’ll connect one during setup.

Starter — Free

Try the platform at no cost. Limited platform connections and queue size.

Creator — $49/mo

Solo creators. Full AI drafting, scheduling, and fan CRM.

Pro — $149/mo

Power users. Advanced fan CRM with all 71 engagement fields, automation rules.

Studio — $499/mo

Agencies and multi-account operations. Full access, team management.

Getting started

1

Register your account

Registration is invite-gated. Send a POST request to the registration endpoint with your invite code:
POST https://geniehelper.com/api/register
Content-Type: application/json

{
  "email": "[email protected]",
  "password": "your-password",
  "invite_code": "GENIE-XXXX"
}
On success, you receive a Directus JWT that authenticates you across the entire platform — the dashboard, the AI chat endpoint, and all API calls.
The registration endpoint is rate-limited to 10 requests per 15 minutes per IP. If you’re testing, don’t hammer it.
After registering, navigate to geniehelper.com and log in with your email and password. Your account is provisioned with:
  • A dedicated AI workspace (row-isolated — no data bleeds between creators)
  • A creator profile ready for onboarding
  • Usage quota initialized at your selected tier
2

Complete the onboarding flow

When you first log in, the Center Stage switches to onboarding mode. The AI guides you through setup — you don’t navigate menus, the interface adapts to where you are in the process.The onboarding flow collects:
  • Your creator persona — writing voice, tone preferences, banned phrases, content style. This is what the AI uses to sound like you, not a generic chatbot.
  • Content boundaries — what you will and won’t create, mapped to your pricing tiers.
  • Platform credentials — encrypted and stored locally using AES-256-GCM. GenieHelper never transmits these off the server.
Onboarding is a state machine: EXTENSION_INSTALL → DATA_COLLECTION → PROCESSING → COMPLETE. You can pause and resume at any step — your progress is saved.
3

Connect your first platform

Once onboarding completes, open the Left Wing and select Platform Dock (platform-dock panel) from the nav rail.GenieHelper supports four platforms for connection:
PlatformWhat it does
OnlyFansScrapes stats, tracks engagement, manages fan messages, monitors subscriptions
FanslySame capabilities as OnlyFans — fan CRM, earnings data, messaging
InstagramFollower growth tracking, post performance, content scheduling
TikTokEngagement metrics, video performance, audience analytics
To connect a platform:
  1. Click Add Platform in the Platform Dock panel.
  2. Select your platform (OnlyFans, Fansly, Instagram, or TikTok).
  3. Enter your platform credentials. These are encrypted immediately with AES-256-GCM and stored in the server’s PostgreSQL vault — they are never logged or transmitted in plaintext.
  4. GenieHelper uses browser automation (Stagehand + Playwright) to verify the connection. If the platform requires an interactive login (CAPTCHA, 2FA), the Center Stage switches to scrape_alert mode and prompts you to complete the login manually.
Some platforms actively block headless browsers. If you see a Scrape Alert appear in the Center Stage, follow the on-screen prompt to complete the login in the browser session GenieHelper opens for you. This is normal — it’s the Human-in-the-Loop (HITL) flow.
After a successful connection, the Top Rail shows the platform health status. Green means your session is active and data is flowing.
4

Trigger your first scrape

With a platform connected, tell GenieHelper to pull your stats. Type in the AI chat (the Center Stage in chat mode):
Scrape my OnlyFans stats
The agent handles everything without a single click:
  1. The Top Rail updates to show Scraping OnlyFans... in active (amber) mode.
  2. The Right Wing opens the Live Scrape Feed panel automatically — you can watch posts, subscriber counts, and engagement metrics arrive in real time.
  3. When complete, the Top Rail goes green: ✓ 47 posts scraped (or however many you have).
Your data is now in the platform. Fan profiles are created, content is tagged against GenieHelper’s 3,205-node content taxonomy, and earnings history is initialized.
5

Send your first AI-drafted fan message

This is where GenieHelper earns its keep. Navigate to the AI chat and type:
Draft a re-engagement message for fans who haven't interacted in 30 days
The agent:
  1. Queries your fan CRM for inactive fans using your subscription tier’s access level.
  2. Pulls relevant fan memory — stored preferences, past conversation facts, key dates — and injects them into the prompt context.
  3. Drafts a message in your voice, using the persona you defined during onboarding.
  4. Switches the Center Stage to fan_reply mode, showing you the draft before anything is sent.
Review the draft. If it sounds right, approve it. If not, tell the agent what to change:
Make it warmer and mention their subscription anniversary
Once you approve, the message is queued for delivery. Every action is auditable — you can see the full trace from fan segment → draft → approval → send in the automation log.
Pro and Studio tier subscribers have access to per-fan voice personas — you can assign a distinct tone, vocabulary, and response style to individual fans. The AI writes “in character” for that specific relationship.

What happens next

After your first message, explore what the platform can do from the Center Stage chat. Some useful starting points:

Schedule a post

Ask the agent to draft a caption and add it to your posting queue. AI-suggested timing included.

Explore your fan CRM

Open the Fan Dossier panel to see per-fan engagement scores, purchase history, and churn risk.

Set up automation rules

Create trigger → condition → action chains: win-back messages, birthday greetings, upsell prompts after PPV purchases.

Review your analytics

Open the Analytics panel to see earnings history, subscriber growth curves, and campaign ROI.
The AI drives the interface — you don’t navigate to panels. Ask the agent to show you something and the relevant panel opens automatically. The more you work in the chat, the more context the AI builds about your business.

Build docs developers (and LLMs) love