WeSearch

I was manually comparing two versions of a contract for 2 hours before I built this tool

·4 min read · 0 reactions · 0 comments · 17 views
#productivity#webdev#javascript
I was manually comparing two versions of a contract for 2 hours before I built this tool
TL;DR · WeSearch summary

Ubed Sheikh developed a tool to compare long-form text documents after struggling to find an effective solution for reviewing contract changes. The tool allows users to compare text directly, upload files, or analyze web pages without uploading content to a server. It features word-level diffs, a similarity score, and multiple viewing options to enhance document comparison efficiency.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3936210) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ubed Sheikh Posted on May 24 I was manually comparing two versions of a contract for 2 hours before I built this tool #tooling #productivity #webdev #javascript A few months ago I was helping a friend review a revised freelance contract. The client had "made a few small changes" - their words. We had two PDF versions. No track changes. No diff. Just two documents that looked almost identical. So we did what anyone does in that situation: opened both side by side and started reading.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)