Multiple people editing the same document, seeing each other's changes as they happen. No "someone else is editing this" lockouts. No merging conflicts afterwards. Just writing.
Overview
This release includes performance improvements, two new integrations, and a redesigned settings panel. Sarah ▎
API Changes
The /v2/entries endpoint now supports bulk operations. Rate limits have been increased to 1000 req/min for Pro plans. Marcus ▎
Bug Fixes
Fixed an issue where expired documents weren't excluded from search results. You ▎
You've done the dance. Copy the doc, make your edits, email it back. Or worse, open a Confluence page and get told someone else has it locked. By the time you merge changes, half of them are wrong.
Built on SignalR for instant synchronization. Changes appear as you type.
When you open a doc, Rasepi establishes a real-time connection. If someone else has the same doc open, you'll see their cursor immediately.
Type, format, restructure. Everyone's changes show up for everyone else in real time. The editor handles conflict resolution automatically. No manual merging.
Here's where Rasepi is different from Google Docs. Every paragraph has a unique block ID that persists through edits. This means collaborative changes in the original still map correctly to translated versions.
Every change is logged. You can see who edited what, when they did it, and roll back to any previous version. Nothing gets lost.
Most collaborative editors were built for single-language documents. They're great at syncing text between users, but they have no concept of block-level translation tracking.
Rasepi's editor is built on TipTap with custom extensions that understand the block system. When two people edit the same document at the same time, the block IDs and content hashes that power the translation system stay intact.
A collaborative edit in English correctly triggers staleness detection in all translated versions. That's the tricky part most platforms skip: making real-time collaboration work together with translation tracking, not as separate features that ignore each other.
Built on TipTap (ProseMirror under the hood). Headings, lists, code blocks, tables, images. A proper editor, not a markdown textarea.
See who's currently viewing or editing a document. Coloured cursors show where each person is working.
If your connection drops, your changes are preserved locally and synced back when you reconnect. No lost work.
Not everyone should be able to edit everything. Hub owners control who can view, edit, or manage each workspace.
Rasepi lets your whole team write together, in real time, with translation tracking that actually keeps up.
Rasepi is in private beta. We're inviting teams in waves.