Configuration

Settings

Configure your content studio.

AI Configuration
Set your OpenAI API key to enable all AI generation features.

Stored locally in SQLite. Also set OPENAI_API_KEY in .env for server-side calls.

Higgsfield API Key
Used later for Higgsfield image and video generation.

Stored locally in SQLite as HIGGSFIELD_API_KEY.

Higgsfield Token Balance
Track and manually adjust the local Higgsfield token balance.
Current balanceLoading…

Loading…

No models configured.

AI Test
Select a template, fill in variables, and run a live generation against OpenAI.

Loading templates…

Google Drive Export
Connect Google Drive to upload exported content calendars directly from the app.

Not connected

To enable Google Drive export, add these environment variables to your .env file and implement the OAuth callback:

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_REDIRECT_URI

Once authorized, store the access token as GOOGLE_ACCESS_TOKEN in the Settings table.

Storage
Local file storage locations.
Brand uploadspublic/uploads/[brandId]/[purpose]/
About
VersionMVP v0.1
DatabaseSQLite
FrameworkNext.js App Router
AIOpenAI gpt-4o