DEV Community

Cover image for I was losing sleep over broken Word formatting. So I built a fix.
Manickavasagan
Manickavasagan

Posted on

I was losing sleep over broken Word formatting. So I built a fix.

I'm a college student. Every semester = 3-4 major projects.

Not the coding. Not the research. The documentation killed me.

Every time I used AI to draft content, the copy-paste into Word was
a disaster. Fonts breaking mid-sentence. Tables collapsing. Weird
indentation. I was spending hours just fixing margins and headers
before submitting anything.

It got bad enough that I started having actual nightmares about
formatting deadlines. I still have 5 semesters left. I couldn't
keep doing this.

What I originally wanted to build

A simple tool: paste AI content β†’ get a clean .docx without broken layout.

No reformatting. No manual fixes. Just a file that opens correctly in Word.

What it became

While building it, I realized the real problem was earlier in the chain.
Why copy from AI at all? Why not just prompt directly into the .docx?

So I rebuilt it. Now DocReplacer lets you:

  • Enter a prompt
  • Get a structured .docx with headers, tables, bullet points
  • Download it immediately

No login. No server. Runs entirely in your browser.
Close the tab β€” session gone. Nothing stored anywhere.

The part I care most about

It's free. No paywall. No email required.

I built this to solve my own problem. If it saves one other student
from a 2am formatting spiral, that's enough.

Try it

πŸ‘‰ https://www.docreplacer.online

Honest feedback welcome β€” especially on formatting edge cases.
Still fixing: PDF export, document length limits, feedback form bug.


What's the most painful part of your documentation workflow?

Top comments (0)