The Product 🧠 Brain for building with AI.

AI makes it easier to write code, now ideas are the bottleneck. Simple Product is the “product brain” that works with your coding agents, and makes building simple.

Get Startedor
npx @simple-product/mcp --install

Context for your coding agent

Your agent can read and write all your product knowledge, customer feedback, and usage — directly through MCP.

claude-code — simple-product MCP

Everyting you need to build great products, all in one place

Product builders jump between too many tools to track ideas, write specs, gather cutomer feedback, and reach out to customers. Simple Product brings everything you need together to create a full picture.

Idea Boards

Capture and prioritize what to build next.

Docs

Product knowledge your agent can read and write.

Feedback

Customer signals in one place.

Customer Tracking

Usage and context per customer.

Releases

Ship with confidence.

Analytics

See who's using what, and when.

All built for AI agents with MCP and tool use.

Break the bottleneck, deliver faster for customers

With all your product and customer context in one place, you can work better, iterate faster, and build great products for your customers.

Feedback recorded

A customer signals what they need.

Doc created

The doc created with prdouct specs.

Card done

The work moves through to done.

Release shipped

Changelog updates automatically.

Usage improves

Adoption shows up in analytics.

Customer happy

The person who asked gets the result.

Track ideas with boards

Simple kanban boards to organize feature requests, bugs, and ideas. Drag and drop to move things along — or let your agent do it.

Product Roadmap

Ideas

3
Mobile app support
Dark mode
API webhooks

Building

2
Gmail integration
AI summaries

Shipped

2
Customer records
Document editor

Document everything

A simple wiki for roadmaps, meeting notes, and product specs. Your agent reads, writes, and links docs alongside you.

Documentation

Documents

Product Roadmap
API Reference
Meeting Notes
Customer Feedback
DocsProduct Roadmap

Product Roadmap Q1 2025

Goals

  • Launch Gmail and Calendar integrations
  • Add AI-powered email composition
  • Improve customer record pages with tabs

Key Features

Focus on making it easier to track customer relationships and communicate directly from the platform.

Collect customer feedback

Capture feedback from your app, website, or anywhere with the SDK and API. Link feedback to customers and track trends over time.

Feedback Widget

Share your feedback

Help us improve the product

sarah@acme.com
Would love to see a mobile app! I'm often away from my desk and...
Submit Feedback
Collected Feedback
Sarah Chenwidget

Would love to see a mobile app!

2 hours ago

Mike Johnsonapi

The API is great, docs could use more examples

5 hours ago

Emma Davissdk

Love the MCP integration with Claude!

1 day ago

Know your customers

Keep track of every customer, their requests, and your conversations. AI summaries help you stay on top of relationships.

Customer Record
SJ

Sarah Johnson

VP of Product

sarah@techcorp.com
+1 (555) 123-4567
TechCorp Inc
AI Summary

Sarah is a key stakeholder at TechCorp, interested in API integrations and mobile support. She's been highly engaged, attending 3 demos and submitting 5 feature requests. Priority: High.

See who's using what

Active users, retention, and engagement out of the box. Drop in the SDK and your analytics are live.

Last 14 days
DAU
1,284
+12%
Avg Daily
1,156
+8%
WAU
5,421
+18%
MAU
12,308
+24%
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Mon
Tue
Wed
Thu
Fri
Sat
Sun

Share what you ship

Write release notes in markdown and publish them to a public changelog. Keep customers in the loop with RSS feeds.

Release Editor
Saved

# v2.1.0 - January 2026

## New Features

- **Feedback Collection** - Capture customer feedback via SDK, API, or widget

- **Release Notes** - Write and publish changelogs

- **RSS Feeds** - Subscribe to release updates

## Improvements

- Better dark mode support

- Faster page loads

Public Changelog

v2.1.0 - January 2026

Jan 7, 2026

New Features

  • Feedback Collection
  • Release Notes
  • RSS Feeds

v2.0.0 - December 2025

Dec 15, 2025
MCP integration, AI chat, Gmail sync...

Connect your tools

Send emails from Gmail, sync calendar events, and keep everything in sync.

Connected

Gmail

Send emails directly from customer records

Connected

Google Calendar

Sync meetings with your contacts

Connected

REST API

Full API access to all your product data

Connected

JavaScript SDK

Track events and collect feedback from your app

Connect your app in minutes

Drop in our SDK to automatically sync users as contacts and track product usage. Know exactly which customers use which features.

npm install @simple-product/sdk
app.ts
import { SimpleProduct } from '@simple-product/sdk';

// Initialize once in your app
const sp = new SimpleProduct({ apiKey: 'sk_...' });

// Identify users when they sign in
sp.identify({
  userId: user.id,
  email: user.email,
  name: user.name,
  company: user.company,
});

// Track feature usage
sp.track('feature_used', {
  feature: 'export_report',
  plan: user.plan,
});

Auto-sync users

Users become contacts automatically

Track usage

See which features customers use

Capture feedback

Collect NPS and feature requests

Keep it simple.

Don't waste your time with bloated, complicated tools. Give your agent one place to find every product and customer artifact.

Get Started Freeor
npx @simple-product/mcp --install