A plugin-based document editor built with vanilla JavaScript and Web Components. Works offline, syncs across devices, and supports real-time collaboration.
- Try Wisk: Start using Wisk immediately at app.wisk.cc
- Website: Visit wisk.cc for more information
Wisk is an open-source document editor focusing on extensibility and performance. The frontend is built without frameworks or build tools, using modern Web APIs and standards.
The frontend is open source and fully functional standalone, but requires Wisk backend services for advanced features like real-time collaboration, sync, citation management, and AI capabilities. The backend services are not open source and some features may require a subscription to use.
- Block-based editor with real-time rendering
- LaTeX, charts, canvas, code blocks, and more supported
- Extensible plugin system
- Customizable themes and styles
- Offline-first with automatic saving
- PWA support for mobile and desktop
- Templates support for quick start
- Citation Manager for academic writing
- Works on all modern browsers and devices
- AI assistance for writing
- Real-time collaboration
- Sync across devices
- One click citations
- Publishing and sharing
- Export to various formats (PDF, DOCX, etc.) with latex templates
git clone https://github.com/sohzm/wisk.git
cd wisk
bun x wrangler pages dev .
# Visit http://localhost:8788
See CONTRIBUTING.md for development setup and guidelines.
Licensed under the Functional Source License (FSL), Version 1.1, with Apache License Version 2.0 as the Future License. See LICENSE.md.