Middle Mann  /  Compare  /  AI Workspaces  /  You.com

Cherry is the self-hosted alternative to You.com.

You.com layered chat modes (Smart, Genius, Research and Agent) on top of a search engine, then kept reshaping the surface every product cycle. Cherry is an operator-first workspace built for teams that need stability, reproducibility and cost attribution across dozens of concurrent projects. Same multi-provider routing (OpenAI + Anthropic shipping, more on roadmap), plus infinite nested folders, the Pins/Clipboard/Snippets three-tier reuse system, per-message UsageEvent logging and private MinIO storage. Self-hosted end to end. You own the whole stack.

4+
You.com asks you to pick a mode before every query. Cherry uses one workspace surface.
$0.00
You.com shows no per-prompt cost. Cherry logs every prompt.
15+
Postgres entities power the Cherry workspace.
Compare
Why It Exists

Three places the mode-switching search box breaks down.

You.com is a consumer search product with AI modes stapled on. Fine for a curious query. Not built for a professional running two dozen concurrent client threads.

01

Mode switching is the interface

You.com asks the user to pick Smart, Genius, Research or Agent before every query. Cherry inverts it. Cherry ships one workspace, one input, a first-class Agent Library of Presets and a Compare modal that fires one prompt at multiple models side by side. The model choice is a Preset, not a mode-select modal.

02

Search-first, workspace-last

You.com organizes around a search page. Cherry organizes around a workspace with infinite nested folders, Pins on individual messages, a drag-reorderable per-chat Clipboard and project-wide Snippets with tags. Global search runs in parallel across every chat, snippet, file, folder, pinned message and clipboard item, ranked.

03

No per-prompt cost visibility

You Pro bills flat. There's no per-prompt attribution. Cherry logs a UsageEvent on every message with tokens in, tokens out, dollar cost and latency attributed to user, workspace, chat and model. The Recharts dashboard filters by today, 7 days, 30 days or billing cycle. Consultants can attribute AI spend per client engagement in a single query.

What Cherry Ships

An operator's workspace, not a search bar wearing chat modes.

Cherry inverts the You.com pattern. Instead of picking Smart, Genius, Research or Agent before every query, you pick a Preset once from the Agent Library and reuse it across chats. Instead of aggregating models opaquely, Cherry names the exact model on every response. Instead of billing flat and hiding per-prompt cost, Cherry logs tokens, dollars and latency on every message. And instead of a search page with chat stapled on, Cherry ships folders, Pins, Clipboard, Snippets and a Compare modal built for a real working day.

Beyond Mode-Switching
01One workspace, not four modes. Smart / Genius / Research / Agent forces you to choose before every query. Cherry uses one input
02Presets over modes. You.com's mode is a modal. Cherry Presets bundle model + temp + prompt + tier and apply with one click
03Fire at every model at once. You.com routes opaquely per mode. Cherry's Compare modal answers side by side, model named per response
A Workspace, Not a Search Bar
01Real folder tree. You.com groups threads flat under search. Cherry ships a self-referential Folder entity with unbounded nesting
02Per-message bookmarks. You.com has none. Cherry Pins any turn with scroll-to-highlight jump-back from the sidebar
03Three reuse tiers. You.com has none per-chat. Cherry ships Pins, per-chat Clipboard and project-wide Snippets, tagged and injectable
Ops the Search-First UX Skips
01Cost per prompt. You Pro bills flat. Cherry logs tokens + dollars + latency on every message and charts by billing cycle
02File storage. You.com files sit on You.com. Cherry stores in MinIO on your infrastructure with presigned URLs, short TTL
03Team surface. You.com for Teams is a seat license. Cherry ships multi-workspace with roles, BillingPlan and StorageUsage entities
Side by Side

You.com vs Cherry.

A stable operator workspace versus a mode-switching consumer search product.

Feature You.com Cherry
Model providersMulti-provider (opaque routing per mode)OpenAI + Anthropic shipping, named on every response
Interface patternMode select before every queryOne workspace, Presets in the Agent Library
Product surfaceSearch-first, chat modes stapled onWorkspace-first with a data model behind it
OrganizationFlat chat 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 equivalentProject-scoped, tagged, one-click injection to any chat
Model presetsCustom AgentsAgent Library. Presets with model + temp + system prompt + tier
Model comparisonNot first-classFire one prompt at multiple models side by side
Cost per promptNot shownTokens in, tokens out, dollar cost, latency on every message
Cost attributionFlat subscriptionPer user, per workspace, per chat, per model
Usage dashboardNone for end usersRecharts. Today / 7d / 30d / billing cycle
Bulk folder uploadNoReplicates an entire OS folder tree transactionally
File storageYou.com infrastructureSelf-hosted MinIO with local-disk fallback, presigned URLs
Conversation historyVendor-ownedYour Postgres. Exportable, portable
Streaming transportProprietaryServer-Sent Events with cancel-mid-stream
Team workspacesYou BusinessMulti-workspace with Owner / Admin / Member roles
SSOEnterprise onlyAvailable in Enterprise, configurable on your infrastructure
Keyboard shortcutsLimited18 mapped across Navigation / Chat / Editor / Files
ConnectorsLimited catalogGitHub + Google Drive shipping, Notion / Slack / Jira on roadmap
AppsAgentsCanvas, Code Interpreter (beta), Image Generation, modular
Outbound APISearch API onlyCherry outbound API for third-party integration
DeploymentSaaS onlySelf-hosted. On-prem, cloud, run as your own SaaS. You decide
OwnershipVendor-ownedYou own the code, the data, the deployment
FAQ

Frequently asked questions.

Does Cherry do search grounding like You.com?

Cherry treats search as a pluggable capability, not the whole product surface. The provider abstraction is a typed interface, so wiring a search-grounded provider (You.com's own search API, Perplexity Sonar, Brave, Kagi, others) is a single-file adapter addition. Meanwhile the workspace primitives (folders, Pins, Clipboard, Snippets, UsageEvents) stay stable across whichever search provider you choose.

What replaces You.com's mode selector?

The Agent Library. A Preset captures the model, temperature and system prompt, and any Preset can be filtered to a specific tier requirement. Pick a Preset once, use it across chats. Model choice is a first-class configuration, not a modal to click through before every prompt.

How granular is 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.

Where do uploaded files live?

Files live in MinIO on your infrastructure, with a local-disk fallback if MinIO isn't wired. The storageKey is stored in the File record. The raw bucket path is never exposed. Every file access goes through a short-TTL presigned URL generated per request. Filenames are sanitized. If you shut Cherry down tomorrow, the files stay in your bucket.

How does Cherry stream responses?

Cherry streams via Server-Sent Events over HTTP. Every provider adapter implements the streaming interface, so tokens appear the moment the model emits them. The Stop button cancels mid-stream. SSE is a standard browser API. There's no proprietary transport.

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 workspace instead of a search box?

Tell us how your team uses You.com today, which modes you actually rely on and where the mode-switching 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]