BACK_TO_FEEDAICRIER_2
OnCell open-sources one-file research, support agents
OPEN_SOURCE ↗
REDDIT · REDDIT// 2h agoOPENSOURCE RELEASE

OnCell open-sources one-file research, support agents

OnCell released two open source agent apps that keep the backend intentionally minimal: a research agent that searches the web, synthesizes answers with cited sources, and streams results, plus a support agent that turns uploaded docs into a citation-backed chatbot. Both are built on OnCell’s per-user isolated storage, database, and search, so each repo can stay effectively one file of agent logic while the platform handles the infrastructure underneath.

// ANALYSIS

Hot take: this is less about breakthrough agent behavior and more about packaging the “hard parts” of agent infra into a clean demo that other builders can actually copy.

  • The research repo is positioned as a Perplexity-like experience: web search, structured synthesis, source cards, follow-up context, and searchable research history.
  • The support repo is a straightforward RAG app with citations, per-customer memory, and an admin upload flow, which makes it easier to ship a usable doc bot than to wire up a full stack from scratch.
  • The big differentiator is the OnCell abstraction: isolated runtime, storage, DB, and search per user/session, which removes a lot of plumbing that usually bloats small agent demos.
  • The “one file backend” claim is compelling for adoption, but the long-term question is whether the abstraction stays simple once teams need more custom tools, permissions, or observability.
// TAGS
oncellopen sourceresearch agentsupport agentragweb searchcitationsstreamingnextjsai agents

DISCOVERED

2h ago

2026-04-16

PUBLISHED

4h ago

2026-04-16

RELEVANCE

8/ 10

AUTHOR

No_Engineering_7970