Settings

The Settings page (Supercharger → Settings) contains all global configuration options for the plugin. Settings are organized into tabs.

API Integration

Configure your AI provider connections.

SettingDescription
Generation ProviderThe AI provider used for all text generation tasks (OpenAI, Anthropic, DeepSeek, OpenRouter).
API KeyThe API key for the selected generation provider.
ModelOptionally specify a model name. Leave blank to use the provider’s default.
OpenAI API KeyRequired for embeddings (vector indexing and all recommendation modules). Separate from the generation provider key.
Embedding ModelWhich OpenAI embedding model to use: text-embedding-3-large (recommended), text-embedding-3-small (lower cost), or text-embedding-ada-002 (legacy). Changing this requires a full re-index.
Daily Spending LimitSet a maximum daily API spend to prevent unexpected charges.
Dry Run ModeWhen enabled, logs what API calls would be made without actually sending them. Useful for testing.

Content & Indexing

Control which content Supercharger processes and how background tasks run.

SettingDescription
Post TypesWhich post types are indexed and processed.
Post StatusesWhich post statuses are eligible for processing (e.g., Published only).
Cron FrequencyHow often the background indexing/generation cron runs: every 15, 30, or 45 minutes; hourly; twice daily; daily; or weekly.
Batch SizeHow many posts to process per cron run.

Styles

Global design tokens that apply to all modules by default. Individual modules can override these in their own Settings → Styles tab.

SettingDescription
ColorsPrimary, accent color, background, surface, text, and border colors.
Border RadiusCorner rounding for widgets, cards, thumbnails, buttons, and badges.
SpacingPadding and gap values used across module layouts.
Borders & ShadowsBorder width, shadow offset, blur, spread, and color.

Performance

SettingDescription
Combine AssetsMerge all module CSS and JS into single files to reduce HTTP requests.
Style PresetSelect a global preset that adjusts visual styling across all modules. See [Style Presets](#style-presets) below.

Style Presets

Presets are a quick way to change the visual character of all modules at once. They work by overriding specific CSS variables globally. Individual modules inherit the active preset but can still be customized further.

PresetWhat it changes
StandardThe full default appearance — backgrounds, borders, shadows, colors, and rounded corners. Starting point for all customization.
FlatRemoves all drop shadows. Everything else remains unchanged.
MinimalReplaces all accent and gradient colors with a neutral black/white/gray palette. No brand colors, no gradients.
OutlineRemoves widget and card backgrounds (transparent), keeping only borders. Modules appear as outlined boxes that inherit your page background.
SharpRemoves all border radius (square corners everywhere) and drops all shadows.
EmbeddedThe most stripped-back preset. Removes padding, borders, backgrounds, and shadows entirely. Module content blends directly into the article text with no visible container.

> Note: In the Embedded preset, the Badge type option for AI-generated labels is not available. The Badge type positions the label absolutely at the edge of the module container, but in Embedded mode there is no visible container edge, so the label would float without context.

Caching & Cleanup

SettingDescriptionDefault
Statistics RetentionHow many days to keep engagement stats before auto-deletion.90 days
Log RetentionHow many days to keep activity log entries.7 days
Cache ExpiryHow long cached AI-generated results are kept.1 day

Admin Interface

SettingDescription
Post List Status ColumnShow a Supercharger status column in the WordPress Posts list screen.
Gutenberg SidebarEnable the Supercharger panel in the block editor.

Advanced

System-level settings for debugging and diagnostics.

SettingDescriptionDefault
Log LevelMinimum severity to log: Success, Info, Notice, Warning, Error, System, Debug.Error
Max Log EntriesMaximum number of entries to keep in the log (100–100,000).10,000

Activity logs can be reviewed in Supercharger → Tools → Recent Activity.

Privacy

Contains information about data handling and any privacy-related toggles (e.g., anonymizing collected analytics data).

Import / Export

Back up your current plugin configuration to a JSON file or restore it from a previously exported file. Useful for migrating settings between environments.

License _(Pro only)_

Enter and activate your Pro license key here. A valid active license is required for Pro modules to function. You can also re-verify your license if it shows as invalid after a recent purchase.