WebApps

How can we help?

Search across all product documentation, or filter by product below.

VitalHub

Requirements

Requirement Minimum Recommended
WordPress 6.0 6.5+
PHP 7.4 8.1+
MySQL 5.7 8.0+
VitalHub Core Plugin Required
AI Provider API Key Required for AI features
HTTPS Strongly recommended
VitalHub

Installation

Important: VitalHub requires the VitalHub Core companion plugin. Both the theme and plugin are included in your download package.

Step 1 — Install the Plugin

1
Go to WordPress Admin → Plugins → Add New → Upload Plugin

2
Upload vitalhub-core.zip and click Install Now

3
Click Activate Plugin

Step 2 — Install the Theme

1
Go to Appearance → Themes → Add New → Upload Theme

2
Upload vitalhub-theme.zip and click Install Now

3
Click Activate

Step 3 — Configure

1
Go to VitalHub → Settings in your WordPress admin menu

2
Enter your app name, Anthropic API key, and digest email address

3
Optionally click Import Demo Data to populate the dashboard with sample records

VitalHub

Quick Setup

After activating the theme and plugin, visit your site’s homepage. You will see the Family Health Hub dashboard. The first time you open it:

  • Two default family members (Alex and Sam) are pre-configured — rename them in the app by clicking their name
  • All sections are empty until you add data or import demo records
  • AI features require an Anthropic API key (see below)
VitalHub

Setting Up Your AI Provider

VitalHub supports four AI providers. You choose which one to use in Appearance → Customize → AI Settings → AI Provider. All API keys are stored server-side only — never sent to the browser.

Supported Providers

Provider Model Where to get a key
Anthropic (Claude) claude-sonnet console.anthropic.com
OpenAI (GPT) gpt-4o platform.openai.com
Google Gemini gemini-1.5-pro aistudio.google.com
Groq llama-3.3-70b console.groq.com

Setup Steps

1
Create an account with your chosen AI provider and generate an API key

2
In WordPress admin, go to Appearance → Customize → AI Settings

3
Select your AI Provider from the dropdown

4
Paste your API key in the corresponding field and click Publish

Cost estimate: A typical family using the AI advisor a few times per week costs approximately $1–5/month in API usage, depending on the provider and usage volume. Groq offers a generous free tier suitable for light use.

VitalHub

Dashboard

The dashboard is the home screen. It shows:

  • Health Alerts — automatic warnings for abnormal lab values (D-Dimer, HDL, SpO2, etc.)
  • Medication banner — today’s medications with adherence percentage and Log Doses button
  • Appointment reminders — upcoming and unmarked past appointments
  • Lifestyle widgets — water intake, sleep hours, and BMI at a glance
  • Recent activity — latest log entries and health events
VitalHub

Organ Health

The central feature of VitalHub. Track test results for 14 organ systems:

❤️

Heart & Circulation

Blood pressure, cholesterol, heart rate, ECG notes

🩸

Blood & Clotting

CBC, D-Dimer, ESR, coagulation tests

🫁

Lungs

SpO2, peak flow, pulmonary function

🧠

Brain & Nervous System

Neurological assessments and cognitive notes

🫘

Kidneys

Creatinine, GFR, urea, electrolytes

🫀

Liver

ALT, AST, bilirubin, albumin

Each organ page lets you log test results with date, value, reference range, and status (Good / Watch / Concern). Results build a timeline you can review in the Trends tab.

VitalHub

Medications

The dedicated Medications tab provides:

  • Daily log — mark each medication as Taken or Skipped for any date (date picker for past days)
  • 30-day adherence calendar — colour-coded grid showing your medication consistency
  • Active / Inactive status — deactivate medications you’ve stopped without losing history
  • Add medications — with dose, frequency, related organ, start date, and notes
  • Medication history — all past medications with start and stop dates
VitalHub

AI Health Advisor

The AI Advisor uses your actual health data to generate personalized insights. It works with any of the four supported AI providers — configure your provider in Customizer. Available prompts:

Chip What it generates
Health Summary Plain-language overview of all results, what’s good, what needs attention
Active Concerns Deep analysis of abnormal results with explanations and recommended actions
Lifestyle Plan Diet, exercise, sleep, and supplement recommendations based on your labs
Family Report Summary for both family members side by side
Doctor Report Structured visit preparation report with values, dates, and questions to ask
Med Interactions Drug interaction analysis with timing recommendations
🍅 Nutrition Plan Personalized meal plan — saves directly to Meal Plans tab
🏋️ Fitness Plan Weekly workout schedule — saves directly to Fitness tab as templates

All responses can be saved to your Saved Responses panel or printed directly from the interface.

VitalHub

Smart Import

Upload any health document — the AI automatically identifies the content type and extracts structured data:

  • Lab reports (photo or PDF) → logged to Organ Health
  • Meal plans → saved to Meal Plans
  • Prescriptions → added to Medications
  • Appointment letters → added to Appointments
  • Grocery lists → added to Grocery List
  • Symptom notes → saved to Symptoms journal

You can also paste text directly — useful for copying meal plans, workout routines, or doctor notes.

VitalHub

Meal Plans & Grocery

Each family member can have their own meal plan. Generate one using the Nutrition Plan chip in the AI Advisor, or create meals manually. The Grocery List is shared across family members and includes category organization and checkbox completion tracking.

VitalHub

Fitness

Log workouts using built-in templates or generate a personalized plan via AI. Track sets, reps, weights, and duration. Weekly workout count and total minutes display on the Fitness page.

VitalHub

Lifestyle Tracking

  • Water — 8-glass daily goal (250ml each = 2L). Log for any past date. 7-day history chart.
  • Sleep — hours and quality rating. 14-day bar chart with 7-day average.
  • Weight & BMI — log in kg or lbs. Height stored for automatic BMI calculation. 30-day trend chart.
VitalHub

Emergency Health Card

Each family member has a digital emergency medical card containing blood type, organ donor status, known conditions, current medications, allergies, emergency contacts, and primary doctor. Download as a printable HTML file that renders as PDF via the browser print dialog.

VitalHub

Theme Settings

Go to VitalHub → Settings in WordPress admin:

Setting Description
App Name Displayed in the sidebar and browser tab
Tagline Subtitle shown under the app name
Access Password Optional password to protect the dashboard
Anthropic API Key Required for all AI features
Weekly Digest Email Receives Sunday health summary emails

Visual customization (colors, logo) is available via Appearance → Customize.

VitalHub

Managing Family Members

Click any member’s avatar in the sidebar to switch the active member. All tabs — Organ Health, Medications, Meals, Fitness, etc. — show data for the currently selected member. Click + Add member to add more family members.

VitalHub

Weekly Email Digest

VitalHub automatically sends a weekly health summary every Sunday at 8am to your configured digest email. The email includes:

  • 7-day medication adherence percentage for each member
  • Active health concerns (flagged lab results)
  • Upcoming appointments

Configure the recipient email in VitalHub → Settings → Weekly Digest Email.

VitalHub

WordPress Customizer

Go to Appearance → Customize to change:

  • Logo image
  • App name and tagline
  • Primary and accent colors
  • Show/hide tagline
VitalHub

Translation

VitalHub is fully translation-ready. A .pot template file is included at languages/vitalhub.pot.

To translate VitalHub:

  1. Open the .pot file in Poedit
  2. Translate all strings
  3. Save as vitalhub-fr_FR.po (replace fr_FR with your locale)
  4. Upload both .po and .mo files to the languages/ folder in the theme
  5. Set your WordPress language in Settings → General → Site Language

Note: The app interface labels (dashboard text, tab names, form labels) are managed via the Labels system in inc/labels.php and support the WordPress translation API.

VitalHub

Credits & Licenses

Resource License URL
WordPress GPL-2.0+ wordpress.org
Claude API (Anthropic) Commercial API anthropic.com
Google Fonts (Inter) SIL Open Font License fonts.google.com
SVG Icons Original — GPL-2.0+ Included in theme
VitalHub

Support

For support, bug reports, and feature requests, please use the Envato comments section on the item page or contact us via our support portal.

Before submitting a support request, please:

  • Check that both the theme and VitalHub Core plugin are active
  • Verify your Anthropic API key is correct (for AI feature issues)
  • Check the browser console for JavaScript errors
  • Try deactivating other plugins to rule out conflicts

VitalHub v1.0.0 — Documentation
© 2025 VitalHub. Released under GPL-2.0+

TeamHub

TeamHub Documentation

TeamHub turns your WordPress site into a complete, private operations workspace for a small team — projects & tasks, team timesheets with approvals, expense approvals, a client CRM, scheduling, leave management, a team password vault, invoicing, contracts, and an AI assistant. Everyone works in one place that you own and control, and each person sees exactly what their role allows.

No monthly per-seat SaaS fees. No data sold to anyone. Everything lives in your own WordPress database. Each team member logs in with their own account and gets a role-appropriate view of the workspace.

TeamHub is the multi-user, team edition of FreelanceHub. Where FreelanceHub is built for one freelancer, TeamHub is built for an owner who runs a team: it adds roles, invitations, and approval workflows on top of the same clean, fast interface.

TeamHub

Requirements

Requirement Minimum
WordPress 6.0 or higher
PHP 7.4 or higher (8.0+ recommended)
HTTPS Strongly recommended (required for the password vault to be meaningful)
Email (SMTP) Recommended — needed to send team invitation emails. See Inviting Your Team
AI provider key Optional — only for the AI Assistant. Anthropic (Claude) or OpenAI (ChatGPT)
TeamHub

Installation

1

Upload the theme

In WordPress admin go to Appearance → Themes → Add New → Upload Theme. Choose teamhub-theme.zip and click Install Now.

2

Activate

Click Activate. On activation, TeamHub automatically creates the database tables it needs. The WordPress administrator who activates the theme becomes the workspace Owner.

3

Visit your site

Open your site’s home page. You’ll land on your TeamHub dashboard. From there you can set business details, invite your team, and (optionally) add an AI key.

After installing any update, do a hard refresh — Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac) — so your browser loads the newest files instead of a cached copy. If you use a caching plugin, clear its cache too.

TeamHub

Roles & Permissions

TeamHub has three roles. Your WordPress administrator is always the Owner. The role controls how much of each module a person can see and do — not which buttons exist, but the scope behind them.

Role Sees Can do
Employee Only their own work — their tasks, their time, their expenses, their leave, their assigned clients. Log time, submit expenses and leave, work assigned tasks. Submissions go to a manager/owner for approval.
Manager The whole team’s operational data — everyone’s tasks, time, expenses, clients, schedule. Everything an employee can, plus assign work and approve others’ timesheets, expenses, and leave.
Owner Everything, including finances. Everything a manager can, plus Invoicing, Contracts, pay rates, AI settings, and managing team roles.

One rule is absolute: nobody can approve their own submission, regardless of role. A manager who logs their own time still needs an owner (or another manager) to approve it.

Employees and managers share the same sidebar; Invoicing and Contracts are simply hidden from anyone who isn’t the Owner. This keeps the interface consistent while quietly enforcing what each person is allowed to touch.

TeamHub

First Login

TeamHub is private by design. Anyone who isn’t logged in is sent to the login screen, so your data is never publicly visible. Log in with your WordPress account and you’ll land on a dashboard tailored to your role.

Each person’s workspace is tied to their WordPress account, so they can log in from a laptop, phone, or tablet and see the same data. Non-owner members are kept out of wp-admin and the admin toolbar is hidden for them — they only ever see the clean TeamHub interface. The Owner keeps full WordPress admin access.

TeamHub

Inviting Your Team

As the Owner, open Team and click Add team member. Enter their name, email, and role. TeamHub creates a WordPress user for them and sends an invitation email containing a secure, tokenized link where they set their own password and complete their profile.

Invitation emails need working email on your site. WordPress’s built-in mail is unreliable on many hosts. Install an SMTP plugin (for example WP Mail SMTP) and connect it to a real mailbox so invitations actually arrive. If an email doesn’t reach someone, you can copy the invite link from the Team screen and send it to them directly.

You can change a member’s role at any time from the Team module, and remove members who leave.

TeamHub

Business Details

Before sending invoices, set your company details once. Go to Invoicing and click Business details. These details are company-wide — TeamHub uses a single business identity for the whole workspace, not per-person. Fill in:

  • Business name — appears as the sender on every invoice
  • Email, phone, address
  • Default payment details — bank/transfer info that appears on any invoice without its own notes

The payment-details field accepts simple HTML. Use <br> for line breaks and <strong>…</strong> for bold labels.

Your invoice logo is pulled automatically from your WordPress site logo or site icon (set under Appearance → Customize → Site Identity).

TeamHub

AI Assistant Setup

The AI Assistant is optional and workspace-wide. The Owner supplies an API key from a supported provider; that one key powers the assistant for the whole team. Keys are stored server-side, encrypted, and are never exposed to the browser.

1

Get a key

Create an API key from Anthropic (for Claude) or OpenAI (for ChatGPT).

2

Add it (Owner only)

Open AI Assistant, go to its settings, and paste your key. Once saved, everyone on the team can use the assistant.

TeamHub

Dashboard

The dashboard adapts to your role. An Owner sees company-wide figures (revenue, outstanding invoices, team hours, active team). A Manager sees team hours, open tasks, and pending approvals. An Employee sees their own hours, tasks, and what’s due today. A Needs your attention panel surfaces what requires action — approvals waiting, overdue invoices, tasks due today — and Quick actions link to the modules each role uses most.

TeamHub

Projects & Tasks

Organize work into projects, each holding tasks with assignees, priorities, due dates, and status. Employees see the tasks assigned to them; managers and owners see and assign everything across the team. Progress on each project reflects its completed tasks.

TeamHub

Timesheets

Time is measured, not typed. Click Log time to reveal a built-in stopwatch: write what you’re working on, optionally tag a project and client, and press play. When you stop, the session is logged automatically as a draft. There is no manual duration field — this keeps recorded time honest.

How the stopwatch behaves: press play only when you actually start working; if you stop to do something else, press stop, then play again when you resume — the system sums your sessions. It is a live-tab timer, so it runs while the Timesheets tab is open; very short sessions (under a few seconds) are discarded.

Draft entries can be deleted while still drafts. Once you submit an entry for approval, it’s locked — no editing and no deleting — so the measured time stands as the record. Owners don’t log time; they approve it.

TeamHub

Expenses

Log business expenses with an amount, category, date, and optional client. Employees submit expenses for approval; managers and owners review and approve or reject them. Like timesheets, a submitted expense is locked pending a decision.

TeamHub

Clients & CRM

Keep client records with contacts, industry, status (active, lead, proposal, inactive), and revenue. Employees see only the clients assigned to them; managers and owners see all clients and can assign them. Filter chips and search make a large client list easy to navigate, and a pipeline view groups clients by stage.

TeamHub

Scheduling

Book meetings in a calendar or list view. Employees see their own meetings; managers and owners see the whole team’s schedule, which makes coordination straightforward.

TeamHub

Leave

Members request time off (vacation, sick, personal) with dates and a note. Managers and owners approve or decline. The dashboard flags pending leave requests so they don’t get lost.

TeamHub

Password Vault

A secure place for credentials, protected by a 4-digit PIN you set on first use and enter once per session. Stored values are encrypted in the database.

Personal items are truly private. A vault item saved with personal scope is visible only to the person who created it — not to managers, not to the Owner, not even to the WordPress administrator. Only items explicitly marked shared are visible to the team (and manageable by their creator or a manager). This lets anyone safely keep personal logins alongside shared team credentials.

Forgot your PIN? Because you’re already logged in, you can reset it from the vault and set a new one — your saved passwords are not affected.

TeamHub

Team

Everyone can view the team roster. Only the Owner manages members and sets pay rates — and pay rate is stripped from the data entirely for anyone who isn’t the Owner, so it can’t be seen even by inspecting the page. Owners aren’t assignable to work (they oversee rather than execute).

TeamHub

Messages

TeamHub includes built-in internal communication so your team can talk without leaving the workspace. The Messages module has two tabs:

  • Direct — private one-to-one conversations between any two team members. A thread is visible only to its two participants; nobody else can read it, not even the owner (the same absolute privacy as personal vault items). Conversations show an unread count, and the sidebar shows a badge when you have unread messages.
  • Announcements — a team-wide notice board. Managers and owners post announcements; everyone reads them. Good for reminders, updates, and anything the whole team should see.

Messages refresh automatically every few seconds while you’re viewing the module, and the refresh pauses when the browser tab is hidden to keep things light. This uses simple polling rather than websockets, which is reliable on ordinary WordPress hosting.

TeamHub

Invoicing

Owner only. Create and send invoices with line items, track their status (draft, pending, paid, overdue), and print or save them as PDF. Invoicing is company-wide and uses your one business identity. Pending and overdue totals feed the Owner dashboard.

TeamHub

Contracts

Owner only. Draft contracts and proposals, track their status, and keep them alongside the rest of the business in one place.

TeamHub

AI Assistant

Everyone can use the AI Assistant; the quick-prompts are tuned to each role. Switch between Claude and ChatGPT (whichever keys the Owner has added). Only the Owner can change the integration and keys.

TeamHub

Approval Workflow

Timesheets, expenses, and leave all share the same flow:

  1. A member creates an entry (a draft) — they can still edit or delete it.
  2. They submit it for approval — it locks.
  3. A manager or owner approves or rejects it. A rejected entry can carry a reason and be reworked.

No one can approve their own submission. The check is enforced on the server, not just hidden in the interface.

TeamHub

Per-Member Filters

On Timesheets and Expenses, owners and managers get a filter bar to review any individual’s totals. Pick a member and a period — This week, This month, This year, All time, or a custom date range — and the list narrows while the stat cards re-total to match. When a single member is selected, a summary banner shows exactly whose numbers you’re viewing (for example, “Showing — Jane Doe · this month — 34h 20m across 12 entries”). Employees don’t see the filter; they only ever have their own data.

TeamHub

Color Themes

Each person picks their own color theme — like WordPress’s admin color schemes. Open your profile (click your avatar at the bottom of the sidebar) and choose from nine curated palettes under Appearance: Default, Dark, Midnight, Ocean, Forest, Slate, Rose, Sunset, and Grape. The choice applies instantly, saves to your account, and follows you across devices. Themes are curated rather than freeform, so every combination stays readable.

TeamHub

Languages

TeamHub is translation-ready. The interface follows your WordPress Site Language (Settings → General → Site Language), and a per-user language under each profile is also respected.

French (fr_FR) and Spanish (es_ES) translations are included. For any other language, a translation template (teamhub.pot) ships in the theme’s /languages folder — translate it with a tool like Loco Translate or any PO editor, save the resulting .mo file as teamhub-{locale}.mo in that folder, and set your Site Language to match.

Coverage note: the translations cover the interface you work in day to day — navigation, dashboard, labels, buttons, and notifications. A small number of less-common, module-specific strings remain in English; they appear in English within an otherwise translated interface. The included .pot lists every translatable string, and coverage can be extended at any time by translating more of it.

TeamHub

Custom Login

TeamHub gives WordPress’s login screen a clean, branded look: your site favicon appears in a round badge in place of the WordPress logo, the extra links are removed, and a note reminds members that if they forget their password they should ask the workspace Owner to send a reset link (since members don’t manage their own accounts through wp-admin). Set your favicon under Appearance → Customize → Site Identity → Site Icon — the same icon also appears as the brand mark in the TeamHub sidebar.

TeamHub

Privacy & Security

  • Private by default — the whole workspace requires login; nothing is public.
  • Role-scoped data — what each person can read and change is enforced on the server, not just hidden in the UI.
  • Personal vault items are visible only to their creator — never to managers, owners, or the admin.
  • Pay rates are removed from data for everyone but the Owner.
  • AI and vault secrets are stored encrypted, server-side, and never sent to the browser.
  • You own the data — it all lives in your WordPress database.
TeamHub

Troubleshooting

Something won’t save, or a list won’t load

Do a hard refresh (Ctrl/Cmd+Shift+R) and clear any caching plugin. Most “it didn’t update” issues are a browser serving old cached files.

A change to colors or layout doesn’t appear

Same cause — cached CSS. Hard-refresh; the theme version changes on each update specifically to bust the cache.

Invitation emails aren’t arriving

Your site needs working email. Install and configure an SMTP plugin. In the meantime, copy the invite link from the Team screen and send it directly.

The interface is still in English after changing language

Make sure you changed Site Language under Settings → General (the front-end follows this), not only your admin profile language. Confirm a matching teamhub-{locale}.mo file exists in /languages.

The AI Assistant returns an error

Check that the Owner has added a valid API key in the AI Assistant settings and that the chosen provider matches the key.

TeamHub

FAQ

Is there a per-seat fee?

No. TeamHub runs on your own WordPress site. You can add as many team members as your hosting supports, with no per-seat charge from the theme.

Can a manager approve their own timesheet?

No. No one can approve their own submission — it always needs a different approver.

Can the Owner see an employee’s personal vault passwords?

No. Personal vault items are private to their creator, full stop. Only shared items are visible to the team.

Do I need an AI key?

Only if you want the AI Assistant. Everything else works without one.

What’s the difference between TeamHub and FreelanceHub?

FreelanceHub is built for a single freelancer. TeamHub is the team edition — it adds roles, invitations, and approval workflows so an owner can run a team in the same workspace.

FreelanceHub

FreelanceHub Documentation

FreelanceHub turns your WordPress site into a complete, private workspace for running a freelance business — invoicing, expenses, time tracking, contracts, a password vault, CRM, projects, scheduling, and an AI assistant, all in one place that you own and control.

No monthly SaaS fees. No data sold to anyone. Everything lives in your own WordPress database, accessible from any device after you log in.

FreelanceHub

Requirements

Requirement Minimum
WordPress 6.0 or higher
PHP 7.4 or higher (8.0+ recommended)
HTTPS Strongly recommended (required for the password vault to be meaningful)
AI provider key Optional — only needed for the AI Assistant. Anthropic (Claude) or OpenAI (ChatGPT)
FreelanceHub

Installation

1

Upload the theme

In WordPress admin go to Appearance → Themes → Add New → Upload Theme. Choose freelancehub-theme.zip and click Install Now.

2

Activate

Click Activate. On activation, FreelanceHub automatically creates the database tables it needs to store your data.

3

Visit your site

Open your site’s home page. You’ll be taken to your FreelanceHub dashboard. That’s it — no separate plugin or configuration required to start.

After installing any update, do a hard refresh — Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac) — so your browser loads the newest files instead of a cached copy. If you use a caching plugin, clear its cache too.

FreelanceHub

First Login

FreelanceHub is private by design. Anyone who isn’t logged in is redirected to the WordPress login screen, so your data is never publicly visible. Log in with your WordPress account and you’ll land on the dashboard.

Your workspace is tied to your WordPress user account, which means you can access the same data from your laptop, phone, or tablet — just log in.

FreelanceHub

Business Details

Before sending invoices, set your business details once. Go to Invoicing and click Business details in the top bar. Fill in:

  • Your name / business name — appears as the sender on every invoice
  • Email and phone
  • Address — shown under your name on the invoice
  • Default payment details — bank/transfer info that automatically appears on any invoice that doesn’t have its own notes

The payment-details field accepts simple HTML for formatting. Use <br> for line breaks and <strong>…</strong> for bold labels. Example:

<strong>Bank:</strong> Your Bank Name<br>
<strong>Account:</strong> 0000000000<br>
<strong>IBAN:</strong> XX00 0000 0000 0000

Your business logo on invoices is pulled automatically from your WordPress site logo or site icon (set under Appearance → Customize → Site Identity).

FreelanceHub

AI Assistant Setup

The AI Assistant is optional. To use it, you supply your own API key from a supported provider. Keys are stored server-side only and are never exposed to the browser.

Provider Get a key at Model used
Anthropic (Claude) console.anthropic.com Claude Sonnet
OpenAI (ChatGPT) platform.openai.com GPT-4o

1

Open the AI Assistant module and click the settings (gear) icon.

2

Paste your API key and save. You can switch between Claude and ChatGPT at any time using the toggle at the top of the assistant.

AI usage is billed by your provider, not by FreelanceHub. Typical light use costs a few dollars a month. You stay in full control of your own key and spending.

FreelanceHub

Dashboard

The home dashboard is your daily command center. It shows quick stats (active clients, pending invoice value, hours logged this week) and a Needs your attention section that surfaces what’s urgent — overdue invoices with totals, meetings today, invoices awaiting payment, and upcoming meetings. Each item links straight to the relevant module. When nothing’s urgent, the section stays hidden to keep things clean.

The module cards below let you jump into any area in one click.

FreelanceHub

Invoicing

Create professional invoices, track their status, and produce client-ready PDFs.

🧾

Create & edit

Add line items with quantity and rate (decimals supported for fractional hours). Edit any invoice later — it updates in place.

📄

Download PDF

The eye icon opens a clean printable invoice. Use your browser’s “Save as PDF” to download a real PDF — no plugins needed.

📋

Duplicate

Copy any invoice as a new draft — ideal for recurring monthly billing.

Auto-overdue

Invoices marked “due” automatically flip to “overdue” once the due date passes.

Status labels (Draft, Pending, Overdue, Paid) are for your own tracking and are hidden from the client-facing PDF — except a green PAID stamp, which shows when an invoice is marked paid.

FreelanceHub

Expenses

Log business expenses, mark which are tax-deductible, and see a category breakdown. Filter by category, attach each expense to a client or project, and edit any entry. Amounts support decimals. Expenses you flag as deductible feed directly into the Tax module’s profit and deduction calculations.

FreelanceHub

Tax

The Tax module turns the numbers you already record into a year-round tax plan. It estimates what you’ll owe, helps you set money aside, and keeps your filing deadlines in view. Everything here is an estimate to help you plan — it is clearly labelled as such and is not a substitute for advice from a qualified accountant.

How the estimate is built

  • Income is the total of your paid invoices for the selected tax year.
  • Deductible expenses are the expenses you marked deductible in that year.
  • Net taxable profit = income − deductible expenses. This is the figure your tax is estimated on.
  • Estimated tax applies your configured rate (or your own tax brackets) to that profit.

The tax savings pot

Rather than just showing a number, the module tracks money you actually set aside. Click Log a transfer to savings whenever you move money to your tax savings, and the progress bar shows how close you are to your target (your set-aside percentage of estimated profit). This turns a passive estimate into an active habit, so the bill is never a surprise.

Deductions by category

Your deductible expenses are grouped by category so you can see where your write-offs come from and spot anything you may have missed.

Deadlines & schedule

By default FreelanceHub assumes annual filing and shows your annual return as the main deadline. If you pay quarterly estimates, switch the filing schedule to Annual + quarterly estimates in settings to reveal a quarterly set-aside plan and quarterly reminders.

Settings — make it fit your country

FreelanceHub doesn’t assume any one country’s tax system. In Tax settings you control:

  • Currency symbol shown throughout the module.
  • Income tax rate and an optional separate self-employment / social rate — the layer freelancers most often forget.
  • Set-aside % — how much of profit to save for tax.
  • Filing schedule (annual, annual + quarterly, or custom) and your annual filing date.
  • Country / region note — a free-text note that gives the AI assistant context about your situation.
  • Tax brackets (advanced) — instead of a flat rate, enable brackets and enter your own bands. FreelanceHub does the maths; you supply the numbers, so it’s always correct for your country and never out of date.

Ask the AI assistant about your taxes

The Ask about my taxes button hands your current snapshot — profit, deductions by category, your rates, set-aside status, and your region note — to the AI Assistant, pre-filled in the chat. It can then explain your estimate in plain language, point out deductions you may be missing, and walk you through preparing to file. It explains and organizes; it does not give formal tax advice. (Requires an AI key — see AI Assistant Setup.)

FreelanceHub

Time Tracker

Track billable time with a live start/stop timer or manual entries. Assign each entry to a project and client, see your week at a glance, and edit entries to fix descriptions or reassign projects. Logged hours can be pulled directly into an invoice (see How Modules Connect).

FreelanceHub

Contracts & Proposals

Draft contracts and proposals with client details, scope, value, and payment terms. Mark documents as signed, edit them anytime, and track totals across all documents.

FreelanceHub

Password Vault

A secure place to store client and account credentials. Passwords are encrypted (AES-256) before being saved to the database. The vault is protected by a 4-digit PIN.

  • Set once, works everywhere — your PIN is stored server-side (hashed), so it follows your account across devices.
  • Unlocks per session — enter the PIN once; it stays unlocked as you navigate, until you click Lock or close the browser.
  • Forgot PIN? — because you’re already logged into WordPress, you can reset it from the unlock screen. Your saved passwords aren’t affected by a reset.
  • Strength meter and a built-in strong-password generator.

The PIN is an on-screen convenience lock to stop passwords being revealed casually. Your real security boundary is your WordPress login — anyone who can log into your WordPress account can reach this data. Always use a strong WordPress password and HTTPS.

FreelanceHub

Clients & CRM

Keep a directory of clients and leads with contact details, industry, status, and value. Click any client to open a detail view showing their linked invoices, projects, contracts, meetings, and logged time — plus quick-action buttons to create any of those pre-filled for that client. Edit clients anytime.

FreelanceHub

Projects & Tasks

Organize work into projects with status, priority, deadline, and budget. The dashboard counts active projects and flags overdue ones. From a project’s detail view you can edit it, change status, or generate an invoice pre-filled with that client and project.

FreelanceHub

Scheduling

Book meetings and calls with clients, view them in a calendar or list, and edit any entry. The dashboard surfaces meetings happening today and coming up.

FreelanceHub

AI Assistant

A built-in chat assistant powered by your choice of Claude or ChatGPT. Use the one-click shortcuts to draft client emails, write proposals, compose payment reminders, plan a rate increase, brainstorm services, or improve your writing — or just type any question.

FreelanceHub

How Modules Connect

FreelanceHub isn’t ten separate tools — the modules share data:

  • Client picker everywhere — start typing a client’s name in Invoicing, Contracts, Projects, Scheduling, Time Tracker, or Expenses and it autocompletes from your CRM, pulling in their email automatically.
  • Project picker — Time Tracker and Expenses let you pick from your live project list.
  • Time → invoice — pull logged hours into an invoice as line items, grouped by project.
  • Project → invoice — generate an invoice straight from a project, pre-filled with client and project.
  • Client detail hub — one screen shows everything linked to a client, with quick actions to create new records pre-filled for them.
  • Invoices & expenses → tax — the Tax module reads your paid invoices as income and your deductible expenses as write-offs, so your tax estimate stays current with no extra data entry.
  • Tax → AI assistant — send your tax snapshot to the AI assistant in one click for a plain-language explanation.
FreelanceHub

Backup & Export

Open Backup & Export from the bottom of the sidebar (above your name). Options:

  • Full backup (JSON) — downloads everything in one file you can keep safe or re-import later.
  • Backup incl. passwords — same, but decrypts passwords into the file (with a warning — keep that file secure).
  • Per-module CSV — export Clients, Invoices, Expenses, Time, Contracts, Projects, or Meetings as a spreadsheet for Excel.

Make backups a habit. Your data lives only in your WordPress database, so a regular export is your safety net.

FreelanceHub

Privacy & Security

  • All data is stored in your own WordPress database — nothing is sent to FreelanceHub or any third party.
  • The only external connection is to your chosen AI provider, and only when you explicitly ask the AI Assistant something — and only the text you submit is sent.
  • AI API keys and the vault PIN are stored server-side only, never exposed to the browser.
  • Stored passwords are encrypted with AES-256.
  • Logged-out visitors are redirected to login — your workspace is never public.
FreelanceHub

Troubleshooting

Something won’t save, or a list won’t load

This is almost always a stale browser cache or session. First, hard-refresh with Ctrl+Shift+R / Cmd+Shift+R. If you use a caching plugin, clear its cache. Then confirm you’re still logged into WordPress.

Check your connection status

Visit /wp-json/freelancehub/v1/status on your site while logged in. You should see logged_in: true and all tables marked ok. If logged_in is false, log out and back in.

The AI Assistant returns an error

Check that your API key is entered correctly in the AI Assistant settings, that the key is active in your provider’s console, and that your provider account has credit.

Invoice PDF doesn’t open

The PDF opens in a new browser tab. If nothing happens, your browser is blocking pop-ups — allow pop-ups for your site and try again.

FreelanceHub

FAQ

Do I need the AI features to use FreelanceHub?

No. Every module works without an AI key. The AI Assistant is an optional extra you enable by adding your own key.

Can I use this on my phone?

Yes. The interface is fully responsive. On mobile, a collapsible sidebar (tap the panel icon top-left) gives you the full navigation.

Where is my data stored?

In your WordPress database, on your own hosting. You can export it any time from Backup & Export.

Is my client data private?

Yes. The workspace requires login and is never shown to public visitors.

Does the Tax module file my taxes or give tax advice?

No. It’s a planning aid that estimates your tax from your own records and the rates you set, helps you set money aside, and tracks deadlines. The figures are estimates and are labelled as such. Always confirm your actual liability and filing requirements with a qualified accountant for your country.

Can I use the Tax module outside the US?

Yes. It’s country-neutral. You set your own currency, tax rate (or your own tax brackets), set-aside percentage, and filing dates, so it works wherever you are. FreelanceHub doesn’t ship any country’s tax tables — you supply the numbers and it does the maths, which keeps it accurate and never out of date.

FreelanceHub is a business-management tool. For legal, tax, or financial decisions, consult a qualified professional.

Creative Intelligence OS

Editions

Creative Intelligence OS ships in three editions. They share an identical codebase and data structure, so upgrading is a simple in-place reinstall that preserves everything.

Edition Workspaces Managing users Read-only users
Basic 1 Admins & editors Unlimited
Pro 3 Admins & editors Unlimited
Unlimited Unlimited Admins & editors Unlimited

A workspace is one brand — its own products, voice, angles, integrations, and creative library. A managing user (any WordPress administrator or editor) can change settings and generate creatives; everyone else has full read-only visibility but cannot make changes.

Each edition is a separate download with its tier built in. The folder name is identical across editions, so installing a higher tier over a lower one upgrades in place and keeps all your data, creatives, and settings.

Creative Intelligence OS

Requirements

Requirement Minimum
WordPress 6.0 or higher
PHP 7.4 or higher (8.0+ recommended)
HTTPS Required — for secure sign-in and license activation
AI provider key At least one: Anthropic (Claude), OpenAI, or Google Gemini for text; OpenAI, Ideogram, or Gemini for images
License key Provided with your purchase — activates the install for one domain
Creative Intelligence OS

Installation

1

Upload the theme

In WordPress admin go to Appearance → Themes → Add New → Upload Theme. Choose your edition’s zip (for example creative-intelligence-os-pro.zip) and click Install Now.

2

Activate the theme

Click Activate. On activation the theme registers its custom content types, creates the rewrite rules for its app screens, and sets up everything it needs — no pages to create.

3

Visit your site

Open your site’s front page. You’ll be taken straight into the app — the license screen first, then the setup wizard.

Zero page setup. Unlike most themes, you never create or assign pages. The dashboard, wizard, library, and every other screen are delivered automatically by the theme’s routing. Your home page becomes the app.

Creative Intelligence OS

License Activation

A fresh install shows a clean activation screen before anything else. Enter the license key from your purchase (format CIO-XXXX-XXXX-XXXX-XXXX) and click Activate. The key locks to your domain.

  • One key, one domain. Each key activates a set number of domains (usually one). Moving to a new domain? Open Workspace → License on the old site, click Deactivate to free the slot, then activate on the new domain.
  • Edition-matched. A Pro key only activates a Pro install. If they don’t match, the screen tells you which edition your key is for.
  • Offline-tolerant. The license re-checks weekly in the background. If the license server is briefly unreachable, your install keeps working for 21 days, so an outage never locks you out.

Only a WordPress administrator can activate or deactivate a license. Keep your key somewhere safe; if you lose it, contact the seller with your purchase email.

Creative Intelligence OS

First Run

After activation, if no workspace exists yet, you land on the Setup Wizard. Complete it once to create your first brand. From then on, your front page opens the Dashboard, and the wizard is only used to add additional workspaces (on Pro and Unlimited).

Creative Intelligence OS

Workspaces

A workspace is a complete, self-contained brand environment. Everything is scoped to the active workspace: its products, brand documents, angles, zones, output recipes, integrations, AI assignments, and creative library. Switch between workspaces using the brand switcher at the top of the sidebar.

Workspace configuration lives under Settings → Workspace, organized into sections: Brand, Products & Services, Angles & Zones, Output, Data & Export, AI Assignments, License, and a Danger zone for deletion. Changes are saved with the Save changes bar, which appears the moment you edit anything.

Creative Intelligence OS

The Setup Wizard

The wizard walks you through creating a workspace in seven steps. Each step is optional to perfect later — you can change everything afterward in Workspace Settings.

  1. Brand — name, website, industry, market, description.
  2. Products & Services — what you sell. Add products manually or import them from Shopify in one click. Each carries a name, type, description, and images.
  3. Angles & Zones — the emotional entry points and intensity zones your brand uses.
  4. Output — choose which creative categories you produce, then configure each one’s types, formats, and output recipe.
  5. Brand Documents — upload the materials that teach the AI your voice (avatar, voice audit, guidelines, winning ads, and more).
  6. Data Sources & Export — select the platforms you use, to be connected later in Integrations.
  7. AI Assignments — choose which AI handles each task.

Shopify import needs no account access. Enter your store’s website in the Brand step, then click Import from Shopify in the Products step. The theme reads your public product feed and brings in names, descriptions, and images automatically.

Creative Intelligence OS

Output Recipes

An output recipe defines exactly what one generation produces for a category. You toggle components on or off and set how many of each. The recipe drives both the AI’s output schema and the tabs you see on a finished creative.

Available components include visual briefs, headlines, short copies, story scripts, video scripts, hooks, CTA variations, and carousel frames. Each category ships with proven defaults you can adjust. For story and video scripts you also choose a structure — for example, independent scripts versus several hooks sharing one body.

Category Default recipe
Native Ad 4 briefs, 3 headlines, 3 stories
Static Ad 4 briefs, 3 headlines, 3 copies
Video Ad 4 scripts, 3 headlines, 3 copies
Carousel Ad 6 frames, 3 headlines, 3 copies
Creative Intelligence OS

Brand Brain

Brand Brain is where you upload the documents that teach the AI your brand. The more it has, the sharper its avatars, angles, and copy. Each document type shows whether you’ve uploaded it, with a readiness meter at the top.

Document types include Customer Avatar, Customer Voice Audit, Survey Responses, Product Documentation, Brand Guidelines, Winning Ads, Losing Ads, and Competitor Research. Upload what you have; the AI uses whatever’s present and works fine with a subset.

5
Brand Brain Readiness — Strong
Upload missing documents to sharpen avatars and angle discovery.
5
UPLOADED
3
MISSING

CORE DOCUMENTS

Customer Avatar
Avatar_V8.docx · 124 KB

Customer Voice Audit
Voice_Audit.pdf · 87 KB

PRODUCT & BRAND

Winning Ads
Missing — upload to mirror winners

↑ Upload

Competitor Research
Missing
Brand Brain — a readiness meter and real upload state per document type.

Brand Brain reflects the real documents uploaded for the active workspace. A new workspace starts empty and fills in as you add materials.

Creative Intelligence OS

Angles & Zones

Angles are the emotional or strategic entry points of an ad — for example “Wrong Shade / Size / Fit,” “Partner Noticed,” or “Sceptic Proven Wrong.” Choose from the standard set, and add your own custom angles with descriptions.

Zones are emotional intensity quadrants (Z1–Z4, from low-positive to high-negative) that tune how strongly a creative leans into its angle. Together, angle and zone give every creative a precise emotional coordinate.

Creative Intelligence OS

Create Creative

The Create Creative screen is where a creative is born. You choose a category, optionally a product, an angle (or let the AI pick), formats, and optionally a reference image. Then you click Analyse.

BRIEF
CREATIVE CATEGORY

Native

Static

Video
PRODUCT

Areliaa Signature Lipstick
REFERENCE (optional)

Upload a winning ad to mirror

Analyse


Ready to analyse
The AI will tell you what it plans
to create before generating.
Choose category, product, and an optional reference, then Analyse.

Creative Intelligence OS

The Analysis Step

This is the discipline at the heart of the system. Before any copy or visual is produced, the AI returns its analysis: the type, angle, zone, target avatar, and dominant story moment it intends to use, each with its reasoning. You review it, adjust your inputs if needed, and only then approve. Generation happens after approval — never before.

Creative Intelligence OS

Winning-Ad References

When you upload a reference image, the system treats it as a winning ad you want to replicate. The analysis includes a forensic blueprint of the reference: its exact layout, composition, text placement, colour direction, and mood. That blueprint is then enforced during generation so every brief mirrors the reference’s design — changing only your brand content (your product, avatar, claims, and offer).

Reference mirroring means you can take an ad that’s already proven to convert and reproduce its winning structure with your own product and message, instead of guessing at a new design.

Creative Intelligence OS

Generating Visuals

Each brief is one ad. From its card you generate visuals in the formats you need. The system sends your real product image as a reference so your actual product appears in the visual, not an invented one. Generate a master ratio first, then derive the other ratios from it — they reproduce the same design, recomposed for each aspect ratio.

  • Exact ratios. Visuals are produced at true 1:1, 4:5, 9:16, and 16:9 — center-cropped to the exact ratio with a safe margin so nothing important is clipped.
  • Real downloads. Download buttons save an actual file to your device with a sensible filename; they never navigate away and lose your work.
  • Editable briefs. If a brief needs a small tweak, edit it in place before generating — no need to regenerate the whole creative.
Creative Intelligence OS

Creative Library

Every creative you generate is saved automatically as a Draft the moment it’s produced — nothing is ever lost to a closed tab or back button. The library lists all creatives for the active workspace with their status, type, angle, zone, and visual thumbnails.

From a creative’s detail view you can rename it, approve a draft (or move an approved one back to draft), duplicate it, delete it, export it, and generate additional visuals per brief. Recipe-driven tabs show exactly the components that creative produced.

All

Static

STATIC · JUN 13

Approved
Before/After · Offer · Z2

STATIC FAMILY · CREATED JUN 13
Before/After · Offer · Z2

Approved
4 ads · 3 headlines · 3 copies

Overview
Design Briefs (4)
Headlines (3)

TYPE
Before/After
The Creative Library — list with status pills and thumbnails, detail with recipe-driven tabs.

Creative Intelligence OS

AI Providers

You bring your own API keys — Creative Intelligence OS never charges per generation. Keys are stored server-side in your WordPress database and are never exposed to the browser. You assign which provider handles each of the four AI tasks under Workspace → AI Assignments, so you control the speed, quality, and cost trade-off for every task independently.

The four AI tasks

Task What it does Eligible providers
Script generation Writes all ad copy — scripts, stories, headlines, briefs. Anthropic, OpenAI, Google Gemini
Angle analysis Reads your brand documents to discover angles and patterns. Anthropic, OpenAI, Google Gemini, Manus
Image generation Generates visuals from approved briefs, using your product as reference. OpenAI (gpt-image-1), Ideogram, Google Gemini, Midjourney
Video generation Generates video from approved scripts. Seedance

Every supported provider

Provider Role Notes Get a key
Anthropic (Claude) Text · Analysis High-quality copy and reasoning. console.anthropic.com/settings/keys
OpenAI Text · Images Copy plus gpt-image-1 image generation with product reference. platform.openai.com/api-keys
Google Gemini Text · Images Copy plus Nano Banana / Nano Banana Pro images with native aspect ratios. aistudio.google.com/apikey
Ideogram Images Strong typography rendering; product reference via remix. ideogram.ai/manage-api
Midjourney Images Selectable for image generation. No official public API — used via supported bridges.
Seedance Video Generates video from approved scripts. console.byteplus.com
Manus Analysis Alternative provider for angle analysis. manus.im

Mix and match. You might use Claude for copy, Gemini for analysis, Ideogram for images, and Seedance for video — all in the same workspace. Only the providers you assign to a task appear in Integrations for credential entry, keeping that screen focused on what you actually use.

AI Assignments

Script generation
Writes all ad copy — scripts, headlines, briefs.

Anthropic (Claude)

Angle analysis
Reads brand docs to discover angles.

Google Gemini

Image generation
Generates visuals from approved briefs.

Ideogram

Video generation
Generates video from approved scripts.

Seedance

AI Assignments — one provider per task, chosen independently.

Creative Intelligence OS

Integrations

Integrations is your single credentials hub. Every provider and platform you’ve enabled — AI providers, data sources, and export tools — appears here as a card you expand to enter its API key or token. Each card includes a direct “Get your API key” link to the exact page on that provider’s site where the key is generated, so you’re never hunting through dashboards.

The screen only shows what you actually use: the AI providers you’ve assigned to tasks, the data sources you selected in the wizard, and the export tools you enabled. Saved keys are stored server-side and never sent to the browser.

Integrations

AI PROVIDERS
DATA SOURCES
EXPORT TOOLS

Anthropic (Claude)

Ideogram

Seedance

Trustpilot

Shopify

Klaviyo

Trello

Notion

Asana

↗ Each card links directly to where you generate that provider’s API key.
Integrations — AI providers, data sources, and export tools, each with a direct key link. Green dot = connected.

Creative Intelligence OS

Data Sources

Data sources are the platforms Creative Intelligence OS can pull real customer signal from to sharpen angle discovery and avatar accuracy. You select which ones you use in the wizard (or under Workspace → Data & Export), then connect them in Integrations. Connected sources feed the Brand Brain.

Source What it contributes
Trustpilot Public reviews & ratings — a primary source for angle discovery.
Loox Photo reviews & UGC — strong for avatar validation.
Judge.me Product reviews and verified buyer feedback.
Help Scout Support tickets that reveal pre-purchase objections.
Gorgias E-commerce support tickets.
Shopify Orders, customers, AOV — ties creatives to purchase data, and powers one-click product import.
Klaviyo Email replies and survey responses.
Meta Ads CTR, CPA, ROAS per creative — trains angle intelligence.

Selecting a source is just a selection — no credentials are needed at that point. You enter API keys later in Integrations, and only your selected sources appear there.

Creative Intelligence OS

Export to Tools

Finished creatives don’t have to live only in the library. Export sends a creative — or just the parts you choose — straight into the project-management tool your team already uses, so briefs become actionable cards and tasks.

Destination What it creates
Trello A card per creative brief.
Notion A database entry / page per brief.
Asana A task per brief.
ClickUp A task per brief.
Monday An item per brief.
Clipboard Copies the selected content for pasting anywhere.

Choosing what to include

When you export, you pick the destination and toggle exactly which parts of the creative to include — headlines, ad copies, image briefs, the creative ID, and angle metadata. Toggle anything off you don’t want sent; the rest goes across cleanly.

Export creative
×
DESTINATION

T
Trello

N
Notion

A
Asana
INCLUDE IN EXPORT

Headlines

Ad copies

Image briefs

Creative ID

Angle metadata

Export to Trello
The export modal — pick a destination, toggle exactly what to include, and send.

Creative Intelligence OS

Products & Services

Your products are the subjects of your creatives. Each has a name, a type (physical product or service), a description the AI quotes, and images that become generation inputs so your real product appears in visuals. Manage them in the wizard or under Workspace → Products & Services, including one-click Shopify import.

When you create a creative, you select which product it’s for (single-product brands auto-select). The product’s name, description, and primary image flow into the analysis, the generated copy, and the image generation as a faithful reference.

Creative Intelligence OS

Users & Permissions

Permissions follow WordPress roles. Administrators and editors are managing users — they can change settings and generate creatives. All other roles have full read-only access: they see every workspace, creative, and setting but cannot make changes. This lets you give clients or teammates visibility without risk.

Workspace limits are enforced by edition: Basic allows one workspace, Pro three, Unlimited any number. Read-only users are always unlimited.

Creative Intelligence OS

Dark Mode

A light/dark toggle lives in the sidebar footer. Your choice is remembered across sessions and applied instantly with no flash on reload. Dark mode is a full, considered theme — surfaces, text, borders, buttons, inputs, and hover states are all tuned for contrast and legibility.

Creative Intelligence OS

Troubleshooting

The app shows the activation screen and won’t let me in

Your license isn’t active for this domain. Enter your key, or if you’ve moved domains, deactivate on the old one first (Workspace → License) to free the slot.

Image generation says a provider isn’t available

Confirm you’ve saved that provider’s API key in Integrations and assigned it to Image generation under Workspace → AI Assignments. For Gemini, ensure your key has access to the image models at aistudio.google.com.

A visual downloads as a page instead of a file

This is handled automatically — download buttons fetch the image and save a real file. If a download ever fails, it opens in a new tab so you never lose your work.

A style change doesn’t appear

Hard-refresh your browser (Ctrl/Cmd+Shift+R) and clear any caching plugin. The theme bumps its asset version each release to bust caches.

I created a new workspace but see old data

Make sure the brand switcher (top of the sidebar) is set to the new workspace. All data is scoped to the active workspace.

Creative Intelligence OS

FAQ

Do I need to create any WordPress pages?

No. Every screen is delivered automatically by the theme. Install, activate, and your front page becomes the app.

Does my data leave my server?

Only the text and images needed for a generation are sent to the AI provider you configured. Everything else — brands, products, creatives, documents — stays in your WordPress database.

Can I move my license to a new site?

Yes. Deactivate on the old domain (Workspace → License), then activate on the new one.

What happens if I upgrade from Basic to Pro?

Install the Pro zip over your existing theme. The folder name is identical, so it upgrades in place and keeps all your data; only the workspace limit increases.

Will the AI invent product details?

No — it’s instructed to use your product’s exact name and description, and your real product image is used as a visual reference. Accuracy of your product description matters because the AI quotes it.

Is there a per-creative fee?

Not from the theme. You only pay your AI providers for the API usage of the creatives you generate.

Can it generate video, not just images?

Yes. Assign Seedance to the Video generation task, and approved video scripts can be turned into video.

Can I push creatives into my project tool?

Yes. Export a creative to Trello, Notion, Asana, ClickUp, or Monday — choosing exactly which parts (headlines, copies, briefs, IDs, metadata) to include — or copy them to the clipboard.

Which data sources can feed the AI?

Trustpilot, Loox, Judge.me, Help Scout, Gorgias, Shopify, Klaviyo, and Meta Ads. Select the ones you use and connect them in Integrations.

WooBPO

What WooBPO does

Beautiful Product Offers for WooCommerce (WooBPO) lets you present a group of products as a single, attractive offer on a product page — pre-built bundles, build-your-own kits, and upsell stacks. Shoppers pick the items they want, see the price update live, and add everything to the cart in one click.

The free plugin handles the offer mechanics and presentation. Pro adds the things that turn a nice-looking offer into a higher-revenue one: discounts that are actually enforced at checkout, multi-variant selection, full styling, trust/persuasion content, analytics, and one-click starter templates.

WooBPO

Requirements

  • WordPress (tested up to 7.0)
  • WooCommerce (tested up to 10.9.1)
  • PHP 7.2+ (Pro: 7.4+)

If WooCommerce is not active, the plugin shows an admin notice and stays dormant rather than causing errors.

WooBPO

Installing the free plugin

  1. In wp-admin go to Plugins → Add New → Upload Plugin.
  2. Upload beautiful-product-offers-for-woocommerce.zip and click Install Now, then Activate.
  3. A new Woo BPO menu appears in the admin sidebar.

If you already run the version from WordPress.org, upload this zip and choose Replace current with uploaded — it updates in place. Do not keep two copies of the plugin active in different folders.

WooBPO

Installing Pro

Pro is unlocked simply by being installed — there is no licence key to enter.

  1. Make sure the free plugin is installed and active first.
  2. Go to Plugins → Add New → Upload Plugin, upload bpo-woo-pro.zip, Install Now, then Activate.
  3. The Pro features switch on automatically. The Styling tab unlocks, and Analytics and Templates appear under the Woo BPO menu.

To move Pro to another site, deactivate it on the first site and activate it on the second. Because the unlock is “the plugin is active,” keep the file only on sites you own.

WooBPO

Core concept: the offer product

WooBPO adds a custom WooCommerce product type called Woo BPO. A Woo BPO product is an offer — a wrapper that references other products in your catalogue (the “lines” of the offer).

  • The offer product is what the customer lands on. Its page shows the offer box.
  • Each line points to a real product you already sell (simple or variable).
  • When the customer adds the offer to the cart, WooBPO adds the selected line products to the cart and (by default) removes the wrapper, so the cart contains the real products.

This means your inventory, taxes, and reporting all run on your real products — the offer is just the presentation and the rules around them.

WooBPO

Quick start: your first offer in 5 minutes

  1. Create or identify the products you want to bundle (e.g., three simple products).
  2. Go to Products → Add New.
  3. Give the offer a name (the page title customers see, e.g. The Starter Set).
  4. In the Product data dropdown, choose Woo BPO.
  5. Open the Woo BPO tab in the Product data panel and add your products as lines.
  6. Set a price on the offer so it is purchasable.
  7. Publish, then click View product to see the offer box on the storefront.

The fastest way to see a complete, polished example is Pro → Woo BPO → Templates, which builds a finished offer for you in one click.

WooBPO

Building the offer group

Inside the Woo BPO product-data tab you add one line per product. Each line has:

  • Product — the catalogue product this line represents (simple or variable).
  • Quantity — default quantity added for this line.
  • Tag — a short badge shown on the line, e.g. 50% OFF or 2 + 1 Free.
  • Offer text — the line’s call to action.
  • Below-offer text — a small line under the offer text, e.g. Best Choice or Only 80 left.
  • Above-variation text — helper text shown above a variable product’s options, e.g. Choose your colors.

The order of lines is the order shown on the page. A line can point to a variable product; the customer then picks a variation as part of the offer.

WooBPO

Global settings reference

Found under Woo BPO → Settings. These apply to every offer unless a specific offer overrides them.

General tab

  • Offer Position — show the offer box above or below the Add to Cart button.
  • Offer Type — Multiple Selections (checkboxes) or Single Selection (radio). Overridable per offer.
  • Product Title On-Click Action — nothing, open in new tab, or same tab.
  • Show Thumbnail / Variation Change Image / Show Short Description / Show Price / Price Change — presentation toggles.
  • Custom Price Selector — CSS selector for themes that don’t use the default .price.
  • Add Main Product in Cart — keep the wrapper in the cart. Leave off for most bundles.
  • Trust Badge (Pro) — upload a badge image under the Add to Cart button.

Labels tab

Shop/archive button labels for purchasable and unavailable offers.

Search tab

Controls the admin product search: search limit, by ID/SKU, allow same product, exact/sentence matching.

Styling tab (Pro)

In the free version this tab is visible but locked — you can preview the controls; clicking one takes you to the Pro page.

WooBPO

Per-offer settings reference

Each Woo BPO offer can override the global defaults from its own Woo BPO product-data tab — selection type (single/multiple), offer position, the offer’s lines, the discount on each line (Pro), and the offer’s Design and Layout (Pro). Anything not set on the offer falls back to the global Settings.

WooBPO

How pricing works in the cart

Free plugin: the tag and offer text you write (e.g. “50% OFF”) are presentation. The cart charges each line product’s normal price. The free plugin does not change what the customer actually pays — if you advertise a discount you must also set that price on the product yourself.

Pro plugin: the Enforced discounts feature closes that gap. The discount you configure on a line is applied to that line’s items in the cart, so the price the customer pays matches the offer you advertised — without you maintaining sale prices by hand.

When the offer is added to the cart, the selected line products are added and (unless Add Main Product in Cart is on) the wrapper is removed, so the cart shows the real products at the enforced prices.

WooBPO

Pro: styling

Woo BPO → Settings → Styling. With Pro active, every control here applies to your live shop.

  • Design — Basic / Rounded / Rectangle treatments for the offer box.
  • Layout — Horizontal or Vertical arrangement of lines.
  • Font weight and a full set of colours — background, borders, box shadow, hover/active states, titles, prices, sale prices, variation selectors, tags, offer text, and the Add to Cart button (normal and hover).

Styling is scoped to WooBPO’s own elements and applied with high priority, so it works consistently across themes without leaking into the rest of your shop. Each offer can override the global Design and Layout from its own product-data tab.

WooBPO

Pro: enforced discounts

Configured per line inside the offer’s Woo BPO tab. Three types:

Percentage

Takes a percent off each unit of the line. Example: 50% off a $40.50 pack → charged $20.25.

Fixed price (per unit)

Sets an exact per-unit price regardless of the product’s normal price.

BOGO / “Buy X get Y free”

Works across all units of the line — including across different variants of a variable line. You set Buy and Get values: Buy 2, Get 1 on a 3-unit line makes the cheapest unit in each cycle free.

Enforced prices are applied when cart totals are calculated and are based on the product’s stored original price, so recalculations stay correct.

WooBPO

Pro: multi-variant offers

For a line that points to a variable product, set the number of units for that line (e.g. 3). On the storefront the customer gets that many variation pickers — Choose Color 1 / 2 / 3 — and all of them are added in a single click.

This powers offers like “Buy 3, mix any colours, get one free.” The picker reuses the product’s own variation options, validates that every pick is in stock, and appends the chosen variations to the offer when the customer adds to cart.

Lines whose variations load over AJAX (very large variable products) are skipped by the multi-unit picker; use it on products whose variations are available on the page.

WooBPO

Pro: trust badge, custom content & title replacement

  • Trust badge — upload an image (General tab) shown under the Add to Cart button.
  • Custom content under Add to Cart — per-offer HTML/shortcode area for guarantees, urgency, payment icons, secure-checkout rows.
  • Title replacement — replace the offer’s plain title with custom HTML/shortcodes: a testimonial quote, a styled product name, a feature line, and a “what’s inside” swatch row.

Together these let a single offer page look like a purpose-built landing page.

WooBPO

Pro: analytics

Woo BPO → Analytics. A per-offer performance table:

  • Impressions — times the offer was shown on a product page (counted once per visit).
  • Orders — orders that contained items added through this offer.
  • Conv. rate — orders ÷ impressions.
  • Units — units sold through the offer.
  • Revenue — revenue attributed to the offer.
  • AOV — average order value for the offer (revenue ÷ orders).

Items added through an offer are tagged and carried through to the order, so attribution is independent of which discount (if any) was used. A Reset data button clears the figures.

WooBPO

Pro: templates (Start from a template)

Woo BPO → Templates. A gallery of ready-made offers you can install in one click — the fastest way to see Pro working and a strong starting point for your own offers.

  • BOGO — Buy 2 Get 1 Free: a single-selection offer with a half-price single pack vs. a multi-variant “2 + 1 Free” pick-your-colours bundle, plus testimonial, urgency and secure-checkout content.
  • Composite — Build a Kit: a multi-select “build your routine” bundle where every item added is discounted.
  • Digital — Downloadable Bundle: three virtual, downloadable products at a bundle price, with a working sample download.

Each template creates demo products and a fully configured offer, sets only per-offer options (no global settings are changed), and can be removed again from the same screen.

WooBPO

Recipes: common offers step by step

A simple bundle (buy these 3 together)

  1. New product → type Woo BPO, multiple selection.
  2. Add three lines, quantity 1 each.
  3. (Pro) Give each line a percentage discount and a “Save X%” tag.
  4. Turn Add Main Product in Cart off.

A “2 + 1 free” on one product

  1. New product → type Woo BPO, single selection.
  2. Add one line pointing to the product, with tag 2 + 1 Free.
  3. (Pro) Set the line to BOGO Buy 2 Get 1; if it’s variable, set units to 3 for mix-and-match.

A tripwire upsell under the Add to Cart button

  1. Set Offer Position to below ATC.
  2. Add one or two lines with a strong tag and offer text.
  3. (Pro) Add urgency in the custom under-ATC content.
WooBPO

Compatibility notes

  • WooCommerce HPOS (High-Performance Order Storage) and cart/checkout blocks are declared compatible by Pro.
  • Themes: styling targets WooBPO’s own classes, so it’s resilient to theme markup. If your theme uses a non-standard price selector, set Custom Price Selector in General settings.
  • Translations: the text domain is woo-bpo; translation files load from the plugin’s languages folder.
WooBPO

Troubleshooting

The plugin caused a fatal error on activation. Make sure you don’t have two copies of the free plugin active in different folders. Two copies declare the same code and collide. Keep one.

Advertised discount doesn’t match the cart. In the free plugin, tags are display-only. Use Pro’s Enforced discounts, or set sale prices on the products yourself.

Styling changes don’t show. Confirm Pro is active (the Styling tab is unlocked). Clear any page/CDN cache.

A template didn’t create products. Confirm WooCommerce is active and you have permission to manage products, then try again from Woo BPO → Templates.

The multi-variant picker doesn’t appear. It only shows when a line’s units is greater than 1 and the variable product’s variations are available on the page (not AJAX-only).

WooBPO

FAQ

Do I need a licence key for Pro? No. Installing and activating the Pro plugin unlocks everything.

Will updating the free plugin wipe my offers and settings? No. Offers are products and settings live in the database; updating the plugin files doesn’t touch them.

Can one offer use single selection while another uses multiple? Yes — set the Selection type per offer; it overrides the global default.

Does the offer wrapper get charged to the customer? Only if Add Main Product in Cart is on. Otherwise the wrapper is removed and only the real line products are charged.

Where do I get help or report a problem? Visit the product page: gnkwebapps.com/product/woobpo.

No results found

Try a different term, or contact support if you can't find what you need.