frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Collab Word in Web – Collaborative Near MS Word Parity Docx Editor

https://collab.word-in-web.com/
2•theRealestAEP•2h ago
TLDR: Collab WIW is a DOCX editor with MS Word parity that supports real-time collaborative editing between humans and BYO Agents.

The collab layer is end to end encrypted and uses ephemeral rooms with stable share URLs. Ever collab room lives in only memory. Collaborator saved copies can bring the room back online at the same URL and reconcile offline edits.

For BYO Agents, you generate an invite link into Codex or Claude. The AI runs the linked WordInWeb agent package, connects to the document, and opens up a private chat in the browser with the user who invited the agent. Everyone sees its document activity, but only the inviter can chat with and direct it.

The MS Word parity DOCX editor: I made a previous HN post about the editor itself. It is a pure JS DOCX editor that renders and edits the original document directly in the DOM instead of converting it into some other format.

I benchmarked it pretty heavily against thousands of pages to push for pixel and feature parity, including equations, tables, 3D objects, headers, footnotes, etc... I am not going to get too deep into that because I already posted a ShowHN earlier. The parity report has all of the fixtures I tested and the actual results.

Edit: Link to previous HN https://news.ycombinator.com/item?id=48995304

The server: The collab BE was actually inspired by OpenFront.io :). Users send small edit intents to the server. In an encrypted room the server cannot process those edits because it cannot read them. It just gives each encrypted envelope the next sequence number and sends the same ordered stream to everybody in the room.

Collaborative rooms: The rooms are ephemeral and the server keeps their encrypted document state in memory. I chose these constraints because this is a public demo. I wanted people to create and share a document ad-hoc without making an account. I also don't your data plz, no thank you.

Also because intents are tracked by document there is some support offline editing support and document reconciliation when it comes back up. Its still a bit ugly so there are limits, if the document can't be cleanly fast forwarded, the editor will try to reconcile up to 50 intents. If there are no conflicts the document fast forward to 2000 tailing intents. After that point you just gotta create a new draft. Just cleaner that way. I am still actively working on improving this system and figuring out how it can be improved.

E2EE:

1. Documents, edits, images, cursor positions, etc... are encrypted in your browser and stay encrypted on the server. The document key is generated in the browser and lives in the share link's fragment, and never gets sent to the server. The server just sequences the sealed data.

2. A document also requires require a share code that you send separately from the link. The browser stretches that code and mixes it into key derivation, so the link by itself is not enough to decrypt the room.

4. Resource limits are placed basically everywhere.

Blog covers more details.

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
455•automatoney•9h ago•85 comments

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
39•edwardbzhang•5h ago•12 comments

Show HN: SIMD Viterbi Decoder in Rust

https://github.com/brian-armstrong/fec
11•brian-armstrong•2h ago•0 comments

Show HN: A little physical breakout clone

https://brontosaurusrex.github.io/physical/v7/
9•brontosaurusrex•4d ago•5 comments

Show HN: Misalignments when using AI for hacking

https://blog.vulnetic.ai/ai-misalignment-and-penetration-testing-e812194b67ca?sharedUserId=Vulnet...
3•danieltk76•34m ago•0 comments

Show HN: Your next startup, ready in the blink of an eye

https://blink-ideas-web.onrender.com/
2•drewgallagher•1h ago•0 comments

Show HN: Mint MCP – Generate 3D assets from coding agents

https://mcp.mint.gg
2•carrabre•1h ago•0 comments

Show HN: Fine-tune an 8B model on a 4 GB laptop GPU

https://github.com/MakazhanAlpamys/Soup
117•MakazhanAlpamys•13h ago•23 comments

Show HN: Hinode – Cloud Linux desktop with a dedicated GPU that auto-pauses

https://hinode.run
3•iamursky•2h ago•0 comments

Show HN: AI product evaluation methodoloy at huby

2•dd-sharma•2h ago•0 comments

Show HN: Collab Word in Web – Collaborative Near MS Word Parity Docx Editor

https://collab.word-in-web.com/
2•theRealestAEP•2h ago•0 comments

Show HN: Pleasantries

https://github.com/QAInsights/pleasantries
3•qainsights•2h ago•0 comments

Show HN: Sign language translation with smart glasses

https://github.com/aadisang/hand-wave
2•aadisang•2h ago•0 comments

Show HN: Jido Assembly; Slack Clone in Pure Elixir with Integrated Agents

https://jido.run/blog/jido-assembly-slack-clone
15•mikehostetler•8h ago•0 comments

Show HN: I gave my video editor an MCP server so Claude can edit videos for me

https://www.shorz.ai
3•DonRando•2h ago•0 comments

Show HN: All-in-one gamedev toolkit for indie creators

https://reactorcoregames.github.io/
3•not_wowinter14•3h ago•0 comments

Show HN: Yanes, yet another NES audio plugin:LinuxCLAP polyphonic chiptune synth

https://github.com/andrewfader/yanes
3•androsynth89•3h ago•0 comments

Show HN: Movie scores from what people say when nobody's asking

https://skipthecritics.com
2•LevelTenMedia•3h ago•0 comments

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

https://github.com/leonickson1/Swiftlet
298•leonickson•1d ago•134 comments

Show HN: A search engine for VPS servers with an automatic crawler pipeline

https://vpspricetracker.com
2•davidebaldini•3h ago•1 comments

Show HN: Mcpscore – validate any MCP server compliance with a new MCP version

https://github.com/mcp-box/mcpscore
2•alex_akimov•3h ago•0 comments

Show HN: SIEMatic, a fair-sourced observability and security platform

https://github.com/mcindi/siematic
7•ilovetux•8h ago•4 comments

Show HN: My tool scanned 256 AI-built apps and most had exposed credentials

https://necktochoke.com/
3•kahlilashanti•4h ago•0 comments

Show HN: A faster coding agent than Codex and Claude Code

https://www.codewithbullet.com
5•alsima•5h ago•5 comments

Show HN: OpenEdit – Your coding agent can now edit videos

https://github.com/veedstudio/open-edit
8•sabbakeynejad•9h ago•2 comments

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

https://github.com/kol3x/pawmc
5•kol3x•10h ago•0 comments

Show HN: TormentNexus – Local-first Go control plane with persistent memory

https://tormentnexus.site
2•TormentNexusAI•5h ago•0 comments

Show HN: Adapt, Automatically Turns Files into REST APIs, Web UI, and MCP

https://github.com/mcindi/adapt
5•ilovetux•8h ago•0 comments

Show HN: ssh ssh.place

https://ssh.place
182•jeninh•2d ago•112 comments

Show HN: Korvo – Local-first AI workspace that traces answers to the source

https://www.korvo.xyz/
6•akshay_bhardwaj•9h ago•0 comments