Middle Mann  /  Compare  /  AI Workspaces  /  Poe

Cherry is the self-hosted alternative to Poe.

Poe is Quora's hosted aggregator giving consumers access to GPT, Claude, Gemini, image, video and audio models plus a large catalog of user-created bots. It's free at low usage, with subscriptions starting at $4.99/mo for advanced usage. It's a great catalog and a fine consumer surface. It's also SaaS on someone else's platform, with no folder tree, no per-prompt cost attribution and no workspace roles. Cherry is the professional alternative: a fifteen-plus entity Postgres data model, the Pins/Clipboard/Snippets three-tier reuse system, per-message UsageEvent attribution across user / workspace / chat / model, private MinIO file storage with presigned URLs, real multi-workspace teams with roles and modular Apps. Self-hosted end to end. You own the whole stack.

SaaS
Poe runs on Quora only. Cherry runs on your hardware.
$0.00
Poe shows no per-message cost. Cherry logs every message.
15+
Postgres entities power the Cherry workspace.
Compare
Why It Exists

Four things a bot catalog can't do for a working team.

Poe solves a real problem for casual users: one login, dozens of models, thousands of user-created bots. It doesn't solve the workspace problem sitting underneath a professional's AI day.

01

Consumer bot aggregator

Poe optimizes for browsing a large catalog of user-created bots. That's great for discovery and useless for organizing a real workstream. Cherry ships a self-referential Folder tree with unbounded nesting, Pins on individual messages, a per-chat Clipboard and project-wide Snippets with tags. The workspace treats your work as work, not as bot exploration.

02

Quora owns the platform

Poe is Quora's product. Every chat, every bot conversation, every file lives on Quora's infrastructure. If Poe pivots, sunsets a model, changes credit economics or moves against a category, your work goes with it. Cherry is self-hosted end to end. Postgres, Redis and MinIO run on your hardware. There's no third-party pivot risk.

03

Subscription hides real cost

Poe subscriptions bundle model access into monthly tiers with compute-point limits behind the scenes. You never know what a single research thread actually cost. Cherry logs a UsageEvent per message with tokens, dollar cost and latency attributed to user, workspace, chat and model. A consultant attributes AI spend per client engagement in one query.

04

No workspace roles

Poe is designed around an individual account. Group chat exists but there's no workspace hierarchy, no Owner/Admin/Member roles, no per-workspace billing plans, no storage attribution per team. Cherry ships multi-workspace with roles, per-workspace BillingPlan and StorageUsage entities.

What Cherry Ships

A workspace built for work, not a bot store built for discovery.

Poe optimizes for browsing a huge catalog of user-generated bots on Quora's platform. Cherry optimizes for the day after you've picked your models. A curated Agent Library replaces community bot discovery. A nested Folder tree replaces a flat chat list. UsageEvents replace opaque compute-point subscriptions. MinIO on your infrastructure replaces Quora's file storage. Multi-workspace with roles replaces per-account access. And the whole thing runs on your hardware, not on someone else's product strategy.

A Workspace, Not a Catalog
01Folder tree. Poe organizes around bots. Cherry ships a self-referential Folder entity with unbounded depth and drag-and-drop reorg
02Three reuse tiers. Poe has bots. Cherry ships Pins per message, per-chat Clipboard and project-wide Snippets: three primitives, not one
03Agent Library. Poe's bots are user-generated content. Cherry Presets bundle model + temp + prompt + tier across six professional categories
Own the Stack
01Self-hosted. Poe is Quora-only SaaS. Cherry deploys on your hardware, in your cloud or as your own SaaS product
02Postgres for history. Poe stores chats on Quora. Cherry stores conversation history in your Postgres, exportable and portable
03MinIO for files. Poe files sit on Quora. Cherry ships MinIO on your infrastructure with presigned URLs, short TTL, sanitized filenames
Real Team Surface
01UsageEvent per message. Poe charges a flat subscription per tier. Cherry logs tokens + dollars + latency per user, workspace, chat and model
02Multi-workspace with roles. Poe is per-account. Cherry ships Workspaces with Owner/Admin/Member roles, BillingPlan and StorageUsage
03Outbound API + connectors. Poe has creator APIs for bots. Cherry ships an outbound API, GitHub + Drive connectors and 18 shortcuts
Side by Side

Poe vs Cherry.

A consumer aggregator with a bot store versus a professional workspace with a data model.

Feature Poe Cherry
Owned byQuoraYou
DeploymentSaaS at poe.comSelf-hosted. On-prem, cloud, run as your own SaaS. You decide
Model catalogGPT, Claude, Gemini, Grok, DeepSeek, image, video, audio, large user-bot catalogOpenAI + Anthropic shipping, typed adapter for any provider
PricingFree + subscriptions from $4.99/mo (compute points)Contact sales, self-hosted licensing
Model presetsBots (community + custom)Agent Library with model + temp + prompt + tier gating
OrganizationChat listInfinite nested folder tree, self-referential parents
Per-message bookmarksNoPins with scroll-to-highlight animation
Per-chat clipboardNoDrag-reorderable saved passages, promote to Snippet
Cross-chat snippetsNo first-class equivalentTagged, folder-scoped, one-click injection to any chat
Model comparisonMulti-bot chatCompare modal fires one prompt at every provider, diff answers
Cost per promptCompute-point consumptionTokens, dollar cost, latency on every message
Cost attributionAccount-level subscriptionPer user, per workspace, per chat, per model
Usage dashboardPoint balanceRecharts. Today / 7d / 30d / billing cycle
File storageQuora infrastructureSelf-hosted MinIO with local-disk fallback, presigned URLs
Bulk folder uploadNoReplicates an entire OS folder tree transactionally
Conversation historyQuora-ownedYour Postgres. Exportable, portable
Streaming transportProprietaryServer-Sent Events with cancel-mid-stream
Team workspacesNot first-classMulti-workspace with Owner / Admin / Member roles
SSOConsumer loginAvailable in Enterprise, configurable on your infrastructure
Outbound APIBot creator APICherry outbound API for third-party integration
OwnershipVendor-ownedYou own the code, the data, the deployment
FAQ

Frequently asked questions.

Can Cherry match Poe's bot catalog?

Cherry doesn't try to. Poe's value is discovery across a large catalog of user-generated bots. Cherry's Agent Library is a curated Preset system with model + temp + system prompt + tier requirement, meant for a professional team to build and maintain its own working set. Different problem, different design.

Which models does Cherry ship?

OpenAI and Anthropic adapters ship today. The provider abstraction is a typed interface, so wiring Google, xAI, DeepSeek, Perplexity Sonar or any future provider is a single-file adapter addition. Google models are already in the catalog for Preset filtering; the runtime adapter is on the roadmap.

Does Cherry do image, video and audio like Poe?

Cherry ships an Image Generation App and a Canvas app for live-rendering generated code. Video and audio generation aren't first-class today. The provider adapter interface accepts any future modality, so wiring Sora, Kling or ElevenLabs is a config addition, not a rearchitecture.

How granular is the cost tracking?

Every message generates a UsageEvent record with tokens in, tokens out, dollar cost, latency in ms, model, preset, chat, user and workspace. The Recharts dashboard filters by today, 7 days, 30 days or billing cycle and shows a daily cost bar chart, breakdown by user / model / chat and storage growth in GB.

How is Cherry deployed?

Cherry is self-hosted. Docker Compose orchestrates nginx, the Next.js frontend, the Express backend, Postgres, Redis and MinIO. Deploy it on your own hardware for internal use, run it in your cloud or spin it up as your own SaaS product. You own the code, the data and the deployment.

What does Cherry cost?

Contact sales for pricing. Every engagement is scoped to how you plan to deploy, who your users are, which provider adapters you need lit up and what support terms fit your organization.

Start a Conversation

Ready to work in a real workspace instead of a bot catalog?

Tell us how your team uses Poe today, which models and bots you rely on and where the consumer surface starts costing you. We'll respond within one business day with an honest read on whether Cherry fits.

Build yours

Want to own your AI workspace?

[email protected]