Open the app — Real-time Collaborative Document
You want to write meeting notes together during a meeting, but Google Docs asks everyone to sign in first.
If even one person has no account, that’s where it stops.
Asking people to create an account just to share a quick memo feels excessive too.
With this tool, opening the address creates a new document on the spot.
Share that address and you’re done. No sign-in, no registration.
Several people can edit at once without overwriting each other.
You can sign in with Google if you want your document list and templates kept in your account. Only those who need it have to.
How to Use
- A new document is automatically created when you visit the page.
- Click the Share button at the top to copy the URL.
- Send the URL to others, and they can edit the same document simultaneously.
- The first line of the document is automatically used as the title (large, centered).
Formatting
Use the toolbar to apply various formatting options.
- Headings: H1, H2, H3
- Text styles: Bold, Italic, Underline, Inline code, Strikethrough
- Colors: Font color, Background color
- Lists: Ordered list, Bullet list
- Blocks: Blockquote, Code block, Link, Horizontal rule
- Media: Image (file upload, URL, clipboard paste)
- Tables: Insert, add/delete rows/columns, cell alignment, column width resize
Markdown Shortcuts
| Input | Result |
|---|---|
# + space | Heading 1 (H1) |
## + space | Heading 2 (H2) |
### + space | Heading 3 (H3) |
> + space | Blockquote |
--- or *** or ___ | Horizontal rule |
`text` | Inline code |
Text Wrapping
Select text and press a key to wrap it.
| Input | Result |
|---|---|
` | Inline code format |
( | (selected text) |
[ | [selected text] |
" | "selected text" |
' | 'selected text' |
Images
- Toolbar button (photo icon): Upload local image (auto resize & compress)
- Toolbar button (URL icon): Enter image URL directly
- Ctrl+V: Auto-detect and insert clipboard image
- Click an image to show corner handles for proportional resizing
Tables
- Toolbar table button: Insert a 3×3 table
- Copy from Excel/Google Sheets → Ctrl+V: Auto-insert table
- Right-click: Add/delete rows/columns, align cells (left/center/right)
- Drag select: Select multiple cells, then right-click to align all selected
- Column resize: Drag column borders (persists after refresh)
- Tab / Shift+Tab: Move between cells
Toolbar Buttons
| Button | Function |
|---|---|
| New doc | Create new document in new tab |
| − / + | Decrease / Increase font size |
| Copy | Copy all text to clipboard |
| Print (formatting preserved, UI hidden) | |
| Archive | Switch to read-only (owner only) |
| Templates | Manage snippets with shortcuts (signed-in users) |
Managing Documents
Archive
The document owner (creator) can make a document read-only using the Archive button.
- Archived documents cannot be edited by anyone.
- An Archived (read-only) badge is displayed in the presence bar.
- Only the owner can restore editing using the Restore editing button.
- Archive state changes are reflected in real-time across all sessions.
Templates (Google Sign-in)
If you type the same thing every time — a meeting-notes skeleton, say — save it as a template.
One shortcut drops it in.
- Up to 10 templates
- Shortcuts: Alt+Shift+1~0 or Ctrl+Shift+1~0 (configurable)
- Templates are saved to your Google account and synced across devices
Document List (Google Sign-in)
After signing in with Google, click the My Docs button in the top-right corner to view saved documents.
- Up to 30 documents are saved. Oldest documents are automatically removed when the limit is exceeded.
- Use the pin feature to protect important documents from automatic deletion.
- Empty documents are automatically deleted after 6 hours.
Good to Know
Real-time Sync
- All edits are reflected in real-time (powered by Yjs CRDT).
- Simultaneous edits at the same position are merged without conflicts.
- Active users are shown as colored badges in the presence bar at the top.
- Other users’ cursor positions are displayed with matching colored badges in the document.
- URLs are automatically converted to clickable links after pressing space/enter.
Open the app — Real-time Collaborative Document