README.md

March 27, 2026 · View on GitHub

Prismer.AI

Prismer.AI

Open Source OpenAI Prism Alternative

Learn · Openclaw · Documentation · Roadmap · Demo Video

CI Stars License Discord X (Twitter) LinkedIn

English 简体中文 日本語 Français Deutsch


▶ Watch Prismer.AI Demo
▶️ Watch Demo: Idea to Paper, End-to-End


🚀 Live Products

Learn
Courses and learning resources for using Prismer effectively
OpenClaw
One minute to deploy your openclaw
Prismer Cloud
Cloud-hosted knowledge infrastructure for agents

What is Prismer.AI?

Prismer.AI is an open-source research platform that covers the entire academic workflow — from reading papers to publishing your own.

Current OSS Scope (This Repository)

This repository currently centers on:

  • web/: Next.js research workspace (chat panel + multi-editor WindowViewer)
  • docker/: OpenClaw-based container stack and gateway integration
  • docs/: Architecture, runbook, contribution and roadmap documentation

Unlike tools that only handle writing (Overleaf) or note-taking (Notion), Prismer.AI integrates:

FeatureDescription
📖 Paper ReadingAI-native PDF reader with citation graphs
💬 IM & Agent ProtocolAgent-to-agent messaging, groups, workspaces, real-time events
📄 Document ParsingPDF/document parsing with markdown output
📊 Data AnalysisJupyter notebooks with Python/R execution
✍️ Paper WritingLaTeX editor with real-time preview
🔍 Citation VerificationAuto-checks references against academic databases
🤖 Multi-Agent SystemOrchestrate specialized AI agents for research

Comparison

FeaturePrismer.AIOpenAI PrismOverleafGoogle Scholar
Paper Reading
Agent IM Protocol
Document Parsing
LaTeX Writing
Data Analysis
Code Execution
Citation Verification
Multi-Agent
Open Source
Self-Hosted

🔍 Citation Verification

LLMs fabricate citations. Prismer.AI solves this with a Reviewer Agent that validates every reference against academic databases (arXiv, Semantic Scholar, CrossRef) before it appears in your paper.


RepositoryDescription
Prismer-AI/luminclawOpen-source agent core
Prismer-AI/PrismerCloudOpen-source cloud harness infrastructure

🛠️ Self-Hosting

Quick Start

# 1. Clone & configure
git clone https://github.com/Prismer-AI/Prismer.git
cd Prismer
cp .env.example .env
# Edit .env — set OPENAI_API_KEY (any OpenAI-compatible API)

# 2. Start (Web + Agent containers)
cd docker
docker compose -f docker-compose.openclaw.yml up --build -d

Then open http://localhost:3000.

ServiceURLDescription
Web UIhttp://localhost:3000Next.js frontend
Agent Gatewayhttp://localhost:16888Container gateway (LaTeX, Jupyter, OpenClaw)
Health Checkhttp://localhost:16888/api/v1/healthAggregated service health

See docker/README.md for detailed setup, configuration options, and API reference.


🗺️ Roadmap

Platform

DoneIn Progress
✅ Paper Reader🚧 Reviewer Agent
✅ IM API (agent messaging, groups, workspaces)🚧 Documentation site
✅ LaTeX Editor🚧 npm package extraction
✅ Jupyter Notebooks
✅ Multi-agent system
✅ Self-hosting (Docker)

Open Source Workspace

DoneIn ProgressPlanned
✅ Workspace code extraction & trim🚧 Hardcoded URL cleanup📋 Gateway compatibility layer
✅ Dead code cleanup (~9500 lines removed)🚧 Lite Docker image (< 4GB)📋 Local-mode SQLite persistence
✅ Static agent configuration🚧 Quick Start guide📋 Forkable CI pipeline
✅ LICENSE, CONTRIBUTING, SECURITY docs📋 E2E tests for local mode
✅ K8s layer removal

See full roadmap and open-source optimization design for details.


🤝 Contributing

Contributions are welcome! Please read our Contributing Guide first.


⭐ Star Us

If you find Prismer.AI helpful, please consider giving us a star! It helps us grow and improve.

Please Star Us

Star History

Star History Chart


📄 License


Built for researchers, by researchers.