La Suite Docs
Open-source, web-native text editor for real-time collaborative documents and sub-documents.
Alternative to: notion, google docs

v4.0.0
2025-12-02What’s Changed
✨ We’re excited to introduce the Comments !
Now you can easily share your thoughts, ask questions, or leave feedback on any text in your doc !
https://github.com/user-attachments/assets/0e818d1f-663e-4ab4-840c-d2fc83b835df
🎨 Docs has as well a fresh new design, more colorful !
⚠️ We have a new list of color tokens, if you override the color of Docs it will probably create some breaking changes. More information about it here.
🏇 Don’t miss the new shortcuts to create your docs !
# Private doc creation
http://localhost:3000/docs/new/
# Private doc creation with title
http://localhost:3000/docs/new/?title=My+private+doc+from+url
# Public editing doc creation
http://localhost:3000/docs/new/?title=My+public+doc+from+url&link-reach=public&link-role=editor
# Authenticated reading doc creation
http://localhost:3000/docs/new/?title=My+authenticated+doc+from+url&link-reach=authenticated&link-role=reader
Added
- ✨ Add comments feature by @AntoLC and @lunika #1330
- ✨(frontend) link to create new doc by @AntoLC #1574
Changed
- ⚡️(sw) stop to cache external resources likes videos by @AntoLC #1655
- 💥(frontend) upgrade to ui-kit v2 by @AntoLC #1605
- ⚡️(frontend) improve perf on upload and table of contents by @AntoLC #1662
- ♿(frontend) improve accessibility by @Ovgodd:
- ♿(frontend) improve share modal button accessibility by @Ovgodd #1626
- ♿(frontend) improve screen reader support in DocShare modal by @Ovgodd #1628
Fixed
- 🐛(frontend) fix toolbar not activated when reader by @AntoLC #1640
- 🐛(frontend) preserve left panel width on window resize by @Ovgodd #1588
- 🐛(frontend) prevent duplicate as first character in title by @Ovgodd #1595
Full Changelog: https://github.com/suitenumerique/docs/compare/v3.10.0…v4.0.0