A local-first web app for building, managing, and generating AI influencers. React + Vite frontend, Higgsfield for image & video generation, your own Higgsfield account, your data lives in your browser.
The whole app was built using Claude Code; using it to install is the zero-friction path.
-
Install Claude Code from claude.com/claude-code (use the native installer — no separate Node.js install needed).
-
Sign in with your Anthropic account.
-
In Claude Code, paste this prompt:
Clone https://github.com/YOUR_USER/ai-influencer to my Desktop, install dependencies, and start the dev server.
-
Open http://localhost:5173 in Chrome.
-
Go to Settings → Connect Higgsfield (uses your own Higgsfield credits).
That's it. To edit anything, just ask Claude Code: "change the homepage headline," "add a new vibe option," etc.
git clone https://github.com/YOUR_USER/ai-influencer.git
cd ai-influencer
npm install
npm run devThen open http://localhost:5173.
Requires Node.js 18+ (see package.json engines).
- Via Claude Code: "pull the latest changes."
- Manually:
git pull && npm install
Your saved data (influencers, brand deals, inspiration boards) stays in browser localStorage and survives updates.
src/
pages/ Routes: Landing, Influencers, Inspiration, BrandDeals, Create, Settings
components/ Reusable UI: Nav, ImageGrid, MasonryGrid, Lightbox
context/ React contexts (theme)
utils/ Higgsfield API, OAuth, prompt builders, image helpers
store.jsx localStorage-backed React contexts
api/ Vercel serverless functions (proxies + image proxy)
docs/ Prompt engineering reference docs
The repo is Vercel-ready. Connect the GitHub repo at vercel.com → it
auto-detects Vite + the api/ folder and deploys in ~60 seconds. End
users still bring their own Higgsfield account.
Made by Dan Kieft.