← Portfolio  ·  Demo · sample data, no client data
Run · Sourcing & Bundle Studio

Package Bundle Studio

What it does

Local-AI brand studio: generates positioning copy and image-model prompts from brand params. Cost engine prices a product bundle per-unit, all-in. Real app runs Ollama + local Stable Diffusion — no cloud, no API keys.

Inputs

Brand name, vibe description, product SKUs with unit costs, order quantity, packaging & branding choices.

Outputs

Brand positioning blurb, per-unit all-in cost sheet (product + branding + boxes + freight + tax), and a ready-to-paste image-model prompt with placeholder tiles.

1 Brand Identity
2 Cost Basis
$0.00 / unit all-in
0 units
$0
3 Brand Blurb
Enter brand details and click Generate.
Image Prompts
In the real app, Ollama writes this prompt locally, then local Stable Diffusion renders the hero. No cloud, no key. This demo uses the same-origin Groq proxy (offline fallback deterministic).
Click Generate to build the image prompt.
How the real app runs — SSRF-safe, local-only: Ollama (127.0.0.1:11434) writes prompts, local Stable Diffusion (127.0.0.1:7860) renders hero images. Zero outbound API calls. This portfolio demo replaces Ollama with the same-origin /api/groq proxy and falls back to deterministic sample text when offline.