Pomelli AI - The Inside-Look at Google's Free AI Marketing Agent
By the Frontier Desk - Investigative Technology Editor
---
What it is & why it matters
Pomelli AI is Google's free, AI-powered marketing assistant that lives inside the Gemini AI Studio ecosystem. It is bundled with the same Electron-based desktop client that also hosts Google's Gemini large-language model, AI Studio, Jules (code-assistant) and Stitch (workflow orchestrator).
In practice, Pomelli lets you generate copy, visual assets, brand guidelines, and even a quick website audit without leaving a single window. The tool is positioned as a "one-stop shop" for small-to-medium teams that need high-quality marketing output but lack the budget for paid SaaS platforms.
Why it matters right now:
| Reason | Impact |
|---|---|
| Zero cost - Google markets Pomelli as 100 % free, undercutting paid competitors that charge $30-$200 / month per user. | |
| Tight Google integration - Uses the same authentication flow as Gmail, Drive, and the broader Gemini suite, so you never have to juggle separate logins. | |
| Unified UI - The Electron client merges Pomelli with Gemini, Jules and Stitch, letting you bounce between marketing copy, code generation, and workflow automation without opening another app. | |
| MCP-ready - Pomelli can be hooked into the Model Context Protocol (MCP) registry, meaning developers can expose custom tools (e.g., a CRM API) to the agent without writing a new integration from scratch. | |
| Rapid adoption - Community videos (see "What the community says" below) show thousands of creators trying Pomelli within days of its public launch, indicating strong organic traction. |
If you've ever felt the pinch of paying for AI copy-writing tools or struggled with fragmented workflows, Pomelli's promise is a single-click, Google-backed alternative that could reshape how marketing teams prototype campaigns.
---
What's new / key features (detailed breakdown)
The current public release (the "latest release" on the GitHub repo) adds a handful of capabilities that differentiate Pomelli from earlier Google AI experiments:
| Feature | Description | How it works |
|---|---|---|
| AI-generated marketing assets | From taglines to full-page landing-page copy, Pomelli can spin up headlines, meta-descriptions, ad-copy, and even suggest image concepts. | You feed a brief (e.g., "Eco-friendly water bottle for millennials") and Pomelli returns a structured JSON with copy blocks and style suggestions. |
| Free website scanner | A built-in audit tool crawls a URL, flags SEO gaps, broken links, and accessibility issues, then proposes fixes. | Behind the scenes Pomelli calls Google's internal site-analysis APIs (the same tech that powers Search Console) and formats the results for human consumption. |
| Brand-tone conditioning | You can upload a "brand guide" (PDF or plain text) and Pomelli will align its output to the specified voice (e.g., "playful", "authoritative"). | The model stores the guide in the session context; subsequent prompts are weighted toward the supplied tone. |
| One-click export to Google Docs/Sheets | Generated copy can be sent directly to a new Google Doc or a pre-existing Sheet for collaboration. | Uses the Google Drive API under the hood; the Electron client asks for the usual OAuth scopes on first use. |
| MCP registry integration | Developers can register external tools (e.g., a CRM, analytics dashboard) in the MCP Registry and call them from within Pomelli prompts. | The UI exposes a "Tools" dropdown where registered services appear; selecting one injects a tool-specific function call into the model's context. |
| Cross-tool window | The same window hosts Gemini chat, Jules code suggestions, Stitch workflow builder, and Pomelli marketing flow, with a shared Google session. | Electron's multi-tab layout lets you switch panels without re-authenticating. |
| Live-preview mode | As you edit copy, a side pane renders a mock-up of a landing page using a lightweight HTML template. | The preview updates on each model response, letting you iterate visually. |
> Note: The official documentation does not list a version number or a full changelog. For any feature you can't locate, double-check the repository's README.md and the "Releases" page, or contact the maintainers via the GitHub Issues tab.
---
Installation -- every OS
Pomelli ships as part of the Gemini AI Studio Electron client. The repo is open-source, so you can either download a pre-built binary (when available) or compile it yourself. Below are step-by-step instructions for Windows, macOS, and Linux.
> Prerequisites (all platforms) > - A Google account (personal or Workspace) for OAuth sign-in. > - Node.js (v18+ recommended) and npm (or yarn) installed. > - Git for cloning the repository. > - An internet connection for downloading dependencies and the Gemini model files.
Windows
- Download the installer (if provided)
- Visit the repo's Releases page. Look for
Pomelli-Setup-x64.exe. - Run the installer and follow the wizard (accept defaults).
If no binary is published, build from source:
- Open PowerShell (run as Administrator).
- Clone the repo:
git clone https://github.com/VuDube/Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-.git
cd Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-
- Install dependencies:
npm ci # installs exact versions from package-lock.json
- Build the Electron app:
npm run build # usually maps to electron-builder or electron-packager
- Launch the client:
npm start
The first launch will prompt you to sign in with your Google account.
macOS
- Homebrew is the easiest way to get prerequisites:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install node git
- Clone the repository:
git clone https://github.com/VuDube/Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-.git
cd Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-
- Install Node dependencies:
npm ci
- Build & run:
npm run build # creates the .app bundle
npm start
If a pre-built .dmg is posted in Releases, you can simply drag the app to /Applications and open it.
Linux (Ubuntu/Debian-based)
- Install system packages:
sudo apt update
sudo apt install -y git curl build-essential libgtk-3-dev
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs
- Clone the repo:
git clone https://github.com/VuDube/Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-.git
cd Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-
- Install dependencies:
npm ci
- Build and launch:
npm run build
npm start
Linux users may also find an AppImage or Snap package on the Releases page; those can be installed with sudo apt install ./pomelli-x86_64.AppImage.
---
First run / quick start (a few clicks)
- Sign in - The Electron client opens a Google OAuth window. Choose the account you want Pomelli to operate under. Grant the requested scopes (Drive, Docs, Sheets, and optional "Web-site scanner" if you plan to audit URLs).
- Select Pomelli - On the left-hand navigation bar you'll see tabs for Gemini, Jules, Stitch, and Pomelli. Click Pomelli.
- Create a brief - In the main pane, you'll find a simple form:
- Project name - e.g., "Spring-Launch Campaign".
- Target audience - free-text.
- Key messages - bullet list.
- Tone - dropdown (Playful, Professional, etc.).
Fill it out and press Generate.
- Review output - Pomelli returns a JSON block with sections:
headlinesubheadbodyCopy(multiple paragraphs)cta(call-to-action)imagePrompt(description for a visual asset)
The UI renders the copy in a rich-text editor; you can edit in-place.
- Export - Click Send to Google Docs (or Sheets) to create a collaborative document. The file appears in your Drive, ready for teammates to comment.
That's it. You now have a full marketing draft ready for refinement, all without leaving the Pomelli window.
---
Examples (several varied, concrete, with snippets)
Below are three realistic scenarios that illustrate Pomelli's breadth. The JSON snippets are taken from community demos; the exact field names may evolve, so verify against the latest UI.
1. Quick ad-copy for a new SaaS product
Prompt (entered in the brief form):
Product: CloudSync - real-time file sync for remote teams
Audience: Mid-size tech startups (30-200 employees)
Key messages: Security, Zero-lag sync, Easy onboarding
Tone: Professional
Pomelli response (excerpt):
{
"headline": "Sync Smarter, Work Faster - Meet CloudSync",
"subhead": "Your files, everywhere, instantly, with enterprise-grade security.",
"bodyCopy": [
"Remote collaboration shouldn't feel like a juggling act. CloudSync encrypts every byte and delivers zero-latency syncing across continents.",
"Onboard new hires in minutes - no complex configuration, no IT tickets."
],
"cta": "Start your free trial today ->",
"imagePrompt": "A sleek laptop screen showing a file sync progress bar, with a globe icon representing global collaboration."
}
You can copy the headline and cta directly into a Google Ads campaign, or push the imagePrompt to a text-to-image model for a banner.
---
2. Full-page landing-page draft for an eco-friendly product
Prompt:
Product: AquaPure - reusable stainless-steel water bottle
Audience: Environment-conscious millennials (18-35)
Key messages: Reduce plastic waste, Keep drinks cold 24h, Stylish design
Tone: Playful
Pomelli response (excerpt):
{
"headline": "Sip Sustainably with AquaPure",
"subhead": "Your new favorite bottle that keeps drinks cold & the planet happy.",
"bodyCopy": [
"Every AquaPure bottle replaces up to 300 single-use plastics a year. Made from 100 % recyclable stainless steel, it's built to last.",
"Stay refreshed all day - our double-wall vacuum keeps drinks icy cold for 24 hours or steaming hot for 12."
],
"features": [
{"icon":"❄️","title":"24-Hour Chill","desc":"Cold drinks stay cold for a full day."},
{"icon":"♻️","title":"Zero Plastic","desc":"Replace hundreds of disposable bottles."},
{"icon":"✨","title":"Sleek Design","desc":"Minimalist look that fits any lifestyle."}
],
"cta": "Grab yours now and get 15 % off your first order!",
"imagePrompt": "A minimalist flat-lay of a stainless-steel bottle beside a pine tree, sunlight filtering through leaves."
}
The UI's Live-preview pane instantly renders a mock HTML page using these fields, letting you see how the final site would look.
---
3. Website audit for a small e-commerce shop
Prompt:
URL: https://www.naturalskincare.co
Goal: Identify SEO gaps and accessibility issues before a product launch.
Pomelli response (excerpt):
{
"summary": "Overall health: Good, but several quick wins available.",
"seoIssues": [
{"page":"/", "issue":"Missing meta description (recommended length: 150-160 chars)"},
{"page":"/products/face-serum", "issue":"Duplicate H1 tags"},
{"page":"/blog", "issue":"Low word count (<300) on 5 articles"}
],
"accessibility": [
{"page":"/checkout", "issue":"Buttons lack accessible name attribute"},
{"page":"/", "issue":"Insufficient color contrast on CTA button"}
],
"recommendations": [
"Add unique meta descriptions for each product page.",
"Consolidate H1 tags; use H2 for sub-headings.",
"Run an automated Lighthouse audit for deeper accessibility insights."
]
}
You can export this JSON to a Google Sheet, assign tasks to your dev team, or feed it directly into a Stitch workflow that opens a ticket in GitHub Issues.
---
Benefits & best use-cases
| Benefit | Ideal Scenario |
|---|---|
| Zero-cost generation | A bootstrapped startup needs ad copy for a launch but cannot afford a paid AI writer. |
| One-click Google integration | Marketing teams already collaborate in Docs/Sheets; Pomelli drops files straight into those tools. |
| MCP extensibility | A SaaS company registers its internal CRM as an MCP tool, letting Pomelli fetch lead data and personalize emails on the fly. |
| Live visual preview | Designers can see a rough layout while copy is being generated, shortening the iteration loop. |
| Free website scanner | Small e-commerce owners can run a quick SEO audit before a seasonal sale, saving a $2,500 consultancy fee. |
| Cross-domain workflow | Developers can switch from code suggestions (Jules) to marketing copy (Pomelli) without opening a separate IDE. |
In short, Pomelli shines when speed, cost, and tight Google ecosystem ties are top priorities.
---
Alternatives & how it compares
| Tool | Pricing (as of 2024) | Core strengths | Where Pomelli wins |
|---|---|---|---|
| Jasper | $24-$149 / mo | Large prompt library, team collaboration | Free, Google-native OAuth, integrated website scanner |
| Copy.ai | $49-$199 / mo | Simple UI, 90+ templates | No subscription, deeper integration with Docs/Sheets |
| Writesonic | $15-$199 / mo | Long-form generation, SEO mode | No cost, MCP registry for custom tool hookups |
| ChatGPT (OpenAI) | Free tier + paid "ChatGPT Plus" | Broad knowledge base, plugin ecosystem | Pomelli's single-window experience and Google-centric export features |
| HubSpot AI Content Assistant | Bundled with HubSpot Marketing Hub (starting $50 / mo) | Directly tied to HubSpot CRM | Pomelli works with any Google Drive workflow, not locked to a single SaaS stack |
Key takeaways
- Cost - Pomelli is the only truly free, full-featured marketing AI in this list.
- Integration - Its tight coupling with Google services (Docs, Sheets, Drive) is unmatched.
- Extensibility - MCP support lets developers attach internal tools, a capability most competitors lack.
- Maturity - Because Pomelli is newer, it has fewer pre-built templates and a smaller community knowledge base than Jasper or Copy.ai.
If your organization already lives in the Google ecosystem, Pomelli is the most frictionless choice. If you need deep industry-specific templates or a dedicated support SLA, a paid competitor may still be preferable.
---
Tips, performance & troubleshooting (FAQ)
| Question | Answer |
|---|---|
| Do I need a GPU? | No. Pomelli runs the Gemini model on Google's cloud endpoints; your local machine only hosts the Electron UI. A stable internet connection is essential. |
| Why does sign-in keep looping back to the OAuth screen? | Common causes: (1) Browser cookies blocked for accounts.google.com. (2) Multiple Google accounts open - pick the correct one when prompted. (3) Outdated npm packages - run npm ci again. |
| My generated copy is too generic. How can I improve it? | Provide a richer brief: include brand voice examples, competitor URLs, or a short sample paragraph. Pomelli respects the "Tone" dropdown, but custom examples often yield more specific output. |
| The website scanner says "Access denied" for my domain. | The scanner uses Google's public indexing APIs. Ensure the site is publicly reachable (no IP restrictions) and that you have added the domain to your Google Search Console property. |
| Can I run Pomelli offline? | Not currently. All model calls are routed to Google's servers, so an internet connection is required. |
| I want to use a private LLM instead of Gemini. Is that possible? | Pomelli is hard-coded to call Gemini APIs. To swap the model you would need to fork the repo and replace the API endpoints, which is non-trivial and not officially supported. |
| How do I add a custom tool to the MCP registry? | 1. Create a JSON manifest describing the tool (name, endpoint, auth). 2. Place it in the mcp-tools/ directory of the repo. 3. Run npm run register-mcp (or follow the script noted in README.md). The new tool will appear in the Pomelli "Tools" dropdown. |
| The UI freezes when I generate a large brief. | The Electron process can be memory-intensive on low-spec machines. Close other heavy apps, increase the Node heap (--max-old-space-size=4096), or use the pre-built binary which includes performance tweaks. |
| Where can I report bugs? | Open an issue on the GitHub repo: https://github.com/VuDube/Gemini-AI-Studio-Pomelli-Jules-and-Stitch-into-a-single-window-/issues. Include OS, Electron version, and a screenshot of the error. |
---
What the community says
The buzz around Pomelli is unmistakable. Across YouTube, Reddit, and Italian-language tech channels, creators highlight three recurring themes:
- "Free and insane results" - Many users are stunned that a no-cost tool can produce copy that rivals paid services. The most common sentiment is "I expected generic filler, but got polished, ready-to-publish text."
- "Website scanner feels like a $2,500 consultancy" - The built-in SEO audit is repeatedly praised for surfacing issues that usually require a professional audit.
- "Learning curve is tiny" - Because the UI mirrors Google's familiar layout, newcomers can generate assets in under five minutes.
That said, a minority of reviewers note occasional inconsistent tone (the model sometimes reverts to a neutral voice despite a "Playful" setting) and occasional hallucinations (e.g., suggesting a non-existent feature). The consensus is to treat Pomelli as a first-draft generator and apply a quick human edit before publishing.
---
Verdict (honest pros/cons, who it's for)
Pros
- Completely free - No hidden fees, no trial limits.
- Deep Google integration - Seamless export to Docs, Sheets, Drive; single-sign-on.
- MCP-ready - Extensible by developers without rewriting the core.
- All-in-one UI - Marketing, code, and workflow tools share a single window.
- Website scanner - Provides a high-value SEO audit at zero cost.
Cons
- Early-stage product - UI still feels experimental; some menus lack tooltips.
- Limited template library - Compared to Jasper or Copy.ai, you must craft more detailed prompts.
- Dependency on Google services - Requires a stable internet connection and a Google account; not ideal for privacy-sensitive environments.
- Occasional tone drift - The model may ignore the selected voice on longer outputs.
Who should adopt Pomelli
| Profile | Why it fits |
|---|---|
| Bootstrapped startups / solo marketers | Free, fast output, no subscription overhead. |
| Google-centric teams | Already using Docs, Drive, and Gemini; Pomelli slots right in. |
| Developers wanting MCP integration | Easy to register internal tools and call them from the same UI. |
| Small e-commerce owners | The website scanner replaces a costly SEO audit. |
If you are a large enterprise that needs enterprise-grade SLAs, dedicated support, and extensive template libraries, you may still prefer a paid solution. For anyone else, Pomelli offers a remarkably capable, cost-free entry point into AI-assisted marketing.
---
All instructions are based on the publicly available GitHub repository and community demonstrations as of July 2026. For any feature that appears missing or behaves differently, refer to the official docs in the repo's README.md or open a GitHub issue for clarification.
HowiPrompt