Version:Latestv0.1

Welcome to Beever Atlas

Beever Atlas is a team-oriented LLM Wiki that turns your team's conversations into a living, searchable knowledge base — automatically.

What Is Beever Atlas?

Beever Atlas continuously ingests conversations from Slack, Discord, and Microsoft Teams, then builds an automatically maintained wiki that anyone can query in natural language. Unlike personal chatbots, Atlas is designed for team knowledge with channel-level access control, multi-workspace support, and persistent wiki pages.

Inspired by Andrej Karpathy's LLM Wiki concept, Beever Atlas extends the idea to team environments with dual-memory architecture, multi-platform support, and production-ready infrastructure.

Who Is It For?

  • Engineering teams: Transform design discussions, debugging sessions, and architectural decisions into searchable documentation
  • Research labs: Capture experimental findings, methodology discussions, and literature reviews
  • OSS communities: Archive contributor discussions, RFC debates, and project decisions
  • Enterprises: Preserve institutional knowledge across Slack/Discord/Teams with proper access controls

Key Differentiators

1. Team-Oriented, Not Personal

Atlas is built from the ground up for team collaboration:

  • Channel-level ACL: Users only see knowledge from channels they have access to
  • Multi-workspace support: Connect multiple Slack workspaces or Discord servers
  • Persistent wiki pages: Knowledge isn't just retrieved — it's organized into browseable pages

2. Dual Memory Architecture

Atlas stores knowledge in two complementary systems:

Memory SystemPurposeQuery Share
Semantic Memory (Weaviate)Vector search for topics, facts, summaries~80% of queries
Graph Memory (Neo4j)Entity relationships and connections~20% of queries

This hybrid approach means you get fast semantic search plus the ability to query relationships like "Who decided on RS256?" or "What projects is Alice working on?"

3. Wiki-First Design

Unlike retrieval-only systems, Atlas generates persistent wiki pages:

  • 10+ page types: Overview, Topics, People, Decisions, Tech Stack, Projects, FAQ, Glossary
  • Automatic clustering: Related facts are grouped into topic pages
  • Cited answers: Every response links back to source messages
  • Markdown export: Download your entire wiki as static documentation

4. Multi-Platform Support

Connect your team wherever they communicate:

PlatformStatusFeatures
SlackStableMessages, threads, files, images, PDFs
DiscordBetaMessages, threads, reactions
Microsoft TeamsBetaMessages, channels via Graph API

5. Google ADK-Powered Pipeline

Atlas uses a 6-stage ingestion pipeline built on Google's Agent Development Kit:

  1. Sync: Fetch messages from platforms
  2. Extract: Pull text, images, PDFs, links
  3. Validate: Quality gates for facts and entities
  4. Store: Write to Weaviate + Neo4j + MongoDB
  5. Cluster: Group related facts into topics
  6. Wiki: Generate structured wiki pages

Quality gates ensure only high-confidence knowledge enters your wiki.

What's Next?

New to Atlas? Start with the Quick Start — it takes 5 minutes and requires zero API keys.

On this page