Paper
Paper — A knowledge management and documentation platform for Frappe.
- Author: devlpr-nitish
- Repository: https://github.com/devlpr-nitish/paper
- GitHub stars: 3
- Forks: 3
- License: MIT
- Category: Integrations
- Maintenance: Actively Maintained
- Frappe versions: develop
Install Paper
bench get-app https://github.com/devlpr-nitish/paper
Add the Frappe Gems badge to your README
Maintain Paper? Paste this into your README:
[](https://frappegems.com/gems/apps/devlpr-nitish/paper)
About Paper
Paper
A Notion-like knowledge management and documentation platform built on Frappe. Paper runs as a Frappe app with a Next.js frontend, giving you a rich document editor inside your existing Frappe/ERPNext workspace.
Status: Active development — core UI is being built out. Not production-ready yet.
What this is
Paper brings a Notion-style experience to Frappe:
- Sidebar — page tree with favorites, private pages, inline create (VSCode-style), drag-and-drop, ⌘K command palette
- Document editor — block-based editor (coming soon)
- Topbar — inline rename, access control (Private / Team / Public), favorites, share
- Theming — light / dark mode synced with Frappe's color scheme, Montserrat font
- Frappe integration — auth, permissions, and API calls go through your Frappe instance
Requirements
- Frappe Bench — v5+
- Python 3.10+
- Node.js 18+ (with npm)
- Frappe Framework v15+
Setup
1. Get the app
cd /path/to/your/bench
bench get-app https://github.com/devlpr-nitish/paper --branch develop
bench install-app paper
2. Start the development servers
The app needs both Frappe and the Next.js dev server running:
bench start
This starts:
| Process | Port | What it does |
|---|---|---|
web |
8005 | Frappe (serves the app, handles auth & API) |
nextjs |
3000 | Next.js dev server (compiled frontend) |
3. Open it
http://localhost:8005/paper
The frontend is served through Frappe's proxy. Assets are loaded directly from port 3000 in development — this is intentional so HMR works.
Development
Frontend
The Next.js app lives at apps/paper/frontend/.
cd apps/paper/frontend
npm install
npm run dev -- --port 3000
Key directories:
frontend/
├── app/ # Next.js App Router pages & layout
├── components/
│ ├── sidebar/ # Sidebar, page tree, command palette
│ ├── topbar/ # Topbar with title, access, share
│ └── main-body/ # Main content area
├── types/ # Shared TypeScript types
└── utils/ # Static data, helpers
Code quality
Install pre-commit before contributing:
cd apps/paper
pre-commit install
Formatters configured: ruff, eslint, prettier, pyupgrade.
Tech stack
| Layer | Technology |
|---|---|
| Framework | Frappe v15 |
| Frontend | Next.js (App Router), Tailwind CSS v4 |
| UI primitives | Radix UI, cmdk |
| Icons | Lucide React |
| Theming | next-themes |
| Font | Montserrat |
| Language | TypeScript, Python |
License
MIT
Built by Nitish Kumar
X — https://x.com/devlprnitish
Related Integrations apps for Frappe & ERPNext
- Insights — Open Source Business Intelligence Tool
- Raven — Simple, open source team messaging platform
- Frappe Whatsapp — WhatsApp cloud integration for frappe
- Frappe Assistant Core — Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model
- Biometric Attendance Sync Tool — A simple tool for syncing Biometric Attendance data with your ERPNext server
- Frappe React Sdk — React hooks for Frappe
- Frappe Js Sdk — TypeScript/JavaScript library for Frappe REST API
- Mcp — Frappe MCP allows Frappe apps to function as MCP servers