A standalone Notion-like Personal Wiki, Kanban Board & Document Manager.
- Project Space Management: Switch between multiple projects or workspaces.
- Interactive Tree-view Wiki: Add, organize, and delete hierarchical pages.
- EditorJS Workspace: Rich text documentation with support for headers, lists, checklists, spoilers, custom stat-blocks, image uploads, and files.
- Embedded File Attachments: Attach any files or render PDFs directly in an interactive card, centered iframe, or slide-out Side Peek panel.
- Kanban Board: Full-featured Kanban board for each page to manage tasks.
- Global Search: Instant full-text search across all pages in a project using
Ctrl+K(orCmd+K). - Data Portability: Export your entire workspace database to a JSON file or import it back at any time.
- Local Storage & IndexedDB: All data and loaded files are saved locally in the browser (persistent offline).
-
Install dependencies:
npm install
-
Run the server:
npm start
-
Open your browser and navigate to:
http://localhost:3000
Maksym Herashchenko