ChatWithAds: Replace Dashboards with Dialogue—Let Your Ad Data Tell You What to Do
2026-03-03 | Product Hunt | Official Website

Screenshot Breakdown: This is the ChatWithAds data source connection page. You can see Shopify, Google Ads, Meta Ads, and TikTok Ads all showing a "Connected" status, with each card displaying the account name and last sync time. There are simple 4-step connection instructions at the bottom. The overall design is clean, and the connection process is exactly as advertised—click to connect, authorize, and you're done. No CSV uploads required.
30-Second Quick Judgment
What is this app?: It connects all your ad platforms (Meta, Google, TikTok, Amazon) and Shopify data in one place. You then use natural language to ask questions like "Why did ROAS drop?" or "Should I move budget from Meta to Google?" and it gives you answers complete with reasoning. Simply put—it’s like hiring an AI analyst for your ad data who actually remembers the details of your business.
Is it worth watching?: Yes, but manage your expectations. It hits a real pain point (spending hours every week pulling data from multiple dashboards to make decisions), and the "conversational + memory" interaction is definitely friendlier than traditional BI tools. However, the product is very early, pricing is opaque, and there are almost no third-party user reviews. It's a good fit for Shopify founders who like being early adopters to try for free.
Three Questions That Matter
Is it for me?
- Target Users: Shopify e-commerce founders, growth teams, ad optimizers, and marketing agencies.
- Am I the target?: If you run Meta/Google/TikTok ads while selling on Shopify and spend over an hour a week switching between backends to check data—yes, you are.
- When would I use it?:
- ROAS drops suddenly and you want to find out why fast -> Ask ChatWithAds.
- You want to shift budget between channels but aren't sure of the impact -> Use the scenario modeling feature.
- Your boss or client wants a weekly report and you don't want to pull data manually -> Generate it with one sentence.
- You notice a SKU is selling well but don't know if it's actually profitable -> Have it calculate the true profit margin (minus discounts, COGS, shipping, and refunds).
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves ~3 hours of reporting time weekly (user feedback) | 5-minute initial setup, near-zero learning curve |
| Money | Users reported ROAS increasing from 1.8x to 3.1x | Free to start; paid plans not yet public |
| Effort | No more switching between 5 different dashboards | Need to trust AI recommendations (read-only; you still execute) |
ROI Judgment: If you're a Shopify merchant spending over $1,000/month on ads, there's no reason not to try the free version. Setup takes 5 minutes, and since it only requires read-only access, the risk is virtually zero. Just be aware—there's no public pricing yet, so they might charge once you're hooked.
Is it enjoyable?
The "Wow" Factors:
- "Just ask": No need to open Google Analytics + Meta + Shopify separately. Just ask, "Which channel was most profitable last week?"
- "It remembers my business": Tell it your COGS and profit goals once, and every future conversation automatically includes that context. Most AI tools forget everything once the chat ends.
- "Simulate before acting": Cutting a SKU or moving budget from Meta to Google? Let it calculate the impact before you pull the trigger.
What users are saying:
"I used to spend 3 hours every Monday pulling reports. Now I ask one question and get a better answer." — Website Testimonial
Another user reported a 72% increase in ROAS (from 1.8x to 3.1x) within two weeks after moving a $4K budget from Meta to Google based on AI insights. — Website Testimonial
The Downside: There has been zero discussion about ChatWithAds on Twitter/X or Reddit in the last 30 days. The product is so new that third-party voices are non-existent. Testimonials on the official site cannot be independently verified.
For Independent Developers
Tech Stack
- Frontend: Web application (specific framework not disclosed).
- Backend: Not disclosed (likely Python/Node.js + LLM APIs).
- AI/Model: Conversational AI supporting natural language and voice interaction, featuring persistent session memory, cross-channel reasoning chains, and scenario modeling.
- Data Integration: Shopify API, Google Ads API, Meta Marketing API, TikTok Ads API, Amazon Ads API, Klaviyo API.
- Sync Frequency: Every 15 minutes.
- Permissions: Read-only access to ad accounts; does not execute actions.
How the Core Features Work
Essentially, it's a vertical application using a RAG + Agent architecture:
- Connects to ad platforms and Shopify via OAuth to pull data periodically.
- Processes data via ETL to calculate true profit margins (Revenue - Discounts - COGS - Shipping - Refunds).
- When a user asks a question, the AI Agent queries structured data, combines it with historical context (COGS, goals), and generates an answer with a reasoning chain.
- Scenario modeling is essentially a simulation calculation based on parameter adjustments to existing data.
The technical barrier isn't the AI itself, but the depth and breadth of data integration—interfacing with 6 platforms, handling different formats, refresh rates, and attribution logics is a significant amount of work.
Open Source Status
- Not Open Source: No official GitHub repository for ChatWithAds.
- Similar Open Source Projects:
- NolanKoblischke/ChatADS — Similar name, different product.
- Azure chat-with-your-data — A general RAG framework for architectural reference.
- Build Difficulty: Medium-High. The AI chat part can be built in days using LangChain/LlamaIndex, but the data integration, cleaning, and profit calculation for 6 platforms would likely take 2-3 person-months. A Meta + Shopify MVP could be prototyped in 1 person-month.
Business Model
- Monetization: SaaS Subscription (Free tier + Paid upgrades).
- Current Pricing: Free to start, no credit card required. Specific paid plans are not public.
- Speculation: Likely tiered based on ad spend (similar to competitors like Madgicx at $39-$435/mo or Triple Whale starting at $129/mo).
- User Base: Not disclosed; 97 votes on PH suggests it's very early.
Giant Risk
High Risk. This space is almost certain to be squeezed by giants:
- Shopify already has Magic/Sidekick AI assistants and is constantly improving its analytics.
- Google/Meta are both building AI-driven ad insight tools.
- Triple Whale (with $25M+ in funding) has already established a strong brand in e-commerce analytics.
ChatWithAds' moat lies in the cross-platform + conversational + persistent memory combo, but none of these features are hard to replicate. If Shopify or Triple Whale adds a similar chat interface, ChatWithAds' differentiation could vanish quickly.
For Product Managers
Pain Point Analysis
- Problem Solved: E-commerce brands waste time switching between ad platforms to analyze data, leading to slow decisions and missed details. Their pitch: "ROAS dropped, everyone has a theory (audience fatigue, creative fatigue, attribution bugs), you open 5 dashboards, export 2 reports, and still don't know what changed."
- Severity: High frequency (at least weekly), moderate necessity. You won't go out of business without it, but it wastes a massive amount of time.
User Persona
- Core User: Shopify founders (monthly ad spend $1K-$50K) managing all channels alone or with a small team.
- Extended Users: E-commerce agencies (managing multiple clients), growth team optimizers.
- Use Cases: Monday morning reviews, simulations before budget changes, quick reporting for bosses/clients.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Natural Language Queries | Core | "How much did we spend on Meta last week? What was the ROAS?" |
| True Profit Calculation | Core | Profit after discounts/COGS/shipping/refunds. |
| Cross-Channel Reasoning | Core | Correlating Meta CPA with Google Impression Share. |
| Scenario Modeling | Core | "What happens if I move $4K from Meta to Google?" |
| Persistent Memory | Differentiator | Remembers COGS, profit goals, and strategy preferences. |
| Voice Interaction | Nice-to-have | Voice Marketing Copilot. |
| Multi-Client Management | Expansion | For marketing agencies. |
Competitor Comparison
| Dimension | ChatWithAds | Triple Whale | Madgicx |
|---|---|---|---|
| Core Difference | Conversational, not a dashboard | Dashboard + Moby AI assistant | Automation + Creative generation |
| Profit Calculation | True Profit (all costs) | ROAS/MER/CAC+LTV | Ad-spend based ROAS |
| Memory | Persistent (business context) | None | None |
| Ad Actions | Read-only recommendations | Analysis-focused | Direct execution (auto-bidding) |
| Price | Free to start | Free tier + $129/mo+ | $39-$435/mo |
| Maturity | Early (2026 Newcomer) | Mature ($25M+ raised) | Mature |
Key Takeaways
- "Not another dashboard" positioning: In a crowded market of dashboards, differentiating through conversational UI is a clear, smart move.
- Persistent Memory: Letting users state their business context (COGS, goals) once and reusing it automatically is a feature any SaaS could learn from.
- True Profit vs. Vanity Metrics: Focusing on profit rather than just ROAS hits a major pain point for e-commerce owners.
- Simulation before Execution: "See the impact before deciding" is much more reassuring than "do it and see what happens."
For Tech Bloggers
Founder Story
- Founder Info Not Public: No names or backgrounds found on LinkedIn, Twitter, or Google.
- LinkedIn Company Page: https://www.linkedin.com/company/chatwithads
- Speculation: Likely a team with a tech/e-commerce background who has felt the pain of ad data fragmentation. The product design shows a deep understanding of the Shopify ecosystem.
Controversies / Discussion Angles
- Is "Conversational BI" a real need or a gimmick?: Shopify has Sidekick, Triple Whale has Moby AI—is chat just a UI trend or does it actually improve decision quality?
- The Shadow of Giants: Is it brave or naive to start a company in a field where Shopify/Google/Meta could step in at any time?
- Privacy Concerns: Are you willing to hand over all your ad data and business secrets (COGS, profit goals) to an early-stage AI startup?
- The True Cost of "Free to Start": It's free now, but what happens once you've integrated all your data and become dependent on it?
Buzz Data
- PH Votes: 97 (Moderate to low, not a viral hit).
- Twitter/X Discussion: Zero discussion in the last 30 days (Grok search).
- Klaviyo Marketplace: Listed, but no public reviews.
- Reddit: No discussions found.
- Overall: Very low buzz; still in the extremely early stages.
Content Suggestions
- The Hook: "While ChatGPT is busy selling ads, this tool lets you use chat to actually understand them."—Ride the ChatGPT/Ad wave.
- Comparison Review: "ChatWithAds vs. Triple Whale vs. Madgicx: I tested them with real data for a week."—High value if you have a Shopify store.
- Traffic Opportunity: Competition for these keywords is currently non-existent. Be the first to write about it.
For Early Adopters
Pricing Analysis
| Tier | Price | Included Features | Is it enough? |
|---|---|---|---|
| Free | $0, No CC required | Basic chat queries (speculated) | Good for testing |
| Paid | Not Public | Full features (speculated) | TBD |
Note: The product may be in early access; the site says "be among the first to try."
Quick Start Guide
- Setup Time: 5 minutes (official claim).
- Learning Curve: Extremely low—if you can type, you can use it.
- Steps:
- Sign up at chatwithads.com.
- Connect your Shopify store (OAuth).
- Connect ad accounts (Meta/Google/TikTok/Amazon/Klaviyo).
- Wait for sync (15 minutes).
- Start asking questions.
Pitfalls and Warnings
- Opaque Pricing: You don't know how long it will be free or how much it will cost later. Be prepared.
- Official Testimonials Only: No third-party reviews; claims cannot be independently verified.
- Data Privacy: You are giving all your ad data + COGS + profit goals to a new startup.
- Not in Shopify App Store: Only listed on Klaviyo Marketplace; might not have passed Shopify's review yet.
- Read-Only: It only gives advice; you still have to manually adjust ads on the respective platforms.
Security and Privacy
- Data Storage: Cloud-based (specifics not disclosed).
- Privacy Policy: No detailed policy found in search results.
- Security Audit: None disclosed.
- Permissions: Read-only access (cannot change your ad accounts, which is a security plus).
Alternatives
| Alternative | Pros | Cons |
|---|---|---|
| Triple Whale ($129/mo+) | Mature, stable, strong attribution, has Moby AI. | Price scales fast with GMV, dashboard-heavy. |
| Madgicx ($39/mo+) | Direct ad execution, AI creative generation. | Mostly Meta-focused, weaker cross-platform. |
| Shopify Sidekick (Native) | Free, native integration. | Very early stage, more for store management than ad analysis. |
| Manual (Google Sheets) | Free, total control. | Takes 3-5 hours a week, prone to errors. |
For Investors
Market Analysis
- Conversational AI Market: $17.97B in 2026 → $82.46B by 2034, CAGR 21.00%.
- BI Analytics Market: $38.62B in 2025 → $116.25B by 2033, CAGR 14.98%.
- E-commerce Ad Analytics: Specific size not disclosed, but sits at the intersection of two massive sectors.
- Drivers: ChatGPT/AI adoption has lowered the barrier for conversational tools; e-commerce ad spend continues to grow.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Top | Shopify Magic/Sidekick | Platform-native AI. |
| Top | Google/Meta Native Analytics | In-platform AI insights. |
| Mid | Triple Whale ($25M+ raised) | Leader in e-commerce attribution/analytics. |
| Mid | Madgicx, Smartly.io | Ad automation and management. |
| Newcomer | ChatWithAds | Conversational cross-channel analysis. |
Timing Analysis
- Why Now?: In 2026, as ChatGPT starts selling ads, conversational AI is mainstream. E-commerce ad channels are more fragmented than ever, creating a real need for integration.
- Tech Maturity: LLM capabilities and API integrations are mature; the challenge is productization and data quality.
- Market Readiness: Users are used to chatting with AI (ChatGPT has 200M+ MAU); migrating this habit to ad analysis is natural.
Team Background
- Founders: Not disclosed.
- Team Size: Not disclosed.
- LinkedIn: https://www.linkedin.com/company/chatwithads
Funding Status
- No public funding info found.
- Speculation: Likely bootstrapped or at the seed stage.
Conclusion
The Bottom Line: ChatWithAds is doing the right thing at the right time (conversational ad analysis), but the product is very early and lacks third-party validation and transparent pricing.
| User Type | Recommendation |
|---|---|
| Independent Dev | Great reference for product design (chat + memory + true profit), but don't underestimate the data integration workload. Moat is data pipeline, not AI. |
| Product Manager | Watch the "persistent memory" and "simulation before execution" concepts; both are highly portable to other products. |
| Tech Blogger | Low competition right now. Good for "Conversational BI" topics or head-to-head reviews. |
| Early Adopter | If you're on Shopify, try it for free. But don't hand over all your core data yet; test with non-critical accounts first. |
| Investor | Right direction, high risk. Facing Triple Whale ($25M+) and Shopify. Opaque team info is a red flag. |
Resource Links
| Resource | Link |
|---|---|
| Official Website | https://chatwithads.com/ |
| Product Hunt | https://www.producthunt.com/products/chatwithads |
| Klaviyo Marketplace | https://marketplace.klaviyo.com/en-us/apps/01k74hchb2dv4nbw0dve1cdbf1/ |
| https://www.linkedin.com/company/chatwithads | |
| GitHub | Not Open Source |
Information Sources
- ChatWithAds Official Site
- ChatWithAds Product Hunt
- ChatWithAds Klaviyo Marketplace
- Madgicx Official Site
- Triple Whale vs Madgicx Comparison
- Fortune Business Insights - Conversational AI Market
- Business Intelligence Statistics
- Grand View Research - AI Market
- eMarketer - Shopify ChatGPT Ads
2026-03-03 | Trend-Tracker v7.3