A full-featured Microsoft Word-like application โ built entirely by an AI in a single conversation.
It started as a bet.
Someone told a user that an LLM couldnโt build a real application like Microsoft Word. Not a toy. Not a demo. A real word processor โ with a ribbon toolbar, formatting, tables, multiple file formats, the works.
The userโs response?
โIโm going home to Claude me a Word app.โ
Challenge accepted. Challenge crushed. ๐
No hesitation. No โIโll try my best.โ Just:
โOh, I am absolutely up for this challenge.โ
And then Claude built it. In one shot. A complete, production-grade word processor running in a single HTML file โ no frameworks, no build tools, no backend. Just pure HTML, CSS, and JavaScript, delivered instantly.
| Action | Shortcut | Description |
|---|---|---|
| New | Ctrl+N |
Fresh document with unsaved-changes warning |
| Open | Ctrl+O |
Opens .html, .htm, .txt, .md, .markdown |
| Save | Ctrl+S |
Quick-save as HTML |
| Save Asโฆ | Ctrl+Shift+S |
Full Save As dialog |
No installation. No npm install. No build step. Just open it.
git clone https://github.com/jefferyedwards/claude-word.git
cd claude-word
open claude-word.html # macOS
# or
start claude-word.html # Windows
# or just double-click the file
Or use the live hosted version instantly in your browser:
๐ https://jefferyedwards.github.io/claude-word/claude-word.html
claude-word/
โโโ claude-word.html โ The entire application (single file!)
โโโ README.md
โโโ LICENSE
โโโ docs/
โโโ FEATURES.md
One file. The whole app. No dependencies. No build pipeline. No node_modules black hole eating your disk. Just a single .html file you can email to someone and it works.
After the repo was pushed to GitHub, the user asked Claude to handle a few polish items. Using the Claude in Chrome browser extension, Claude operated the browser completely autonomously โ no copy/paste, no manual instructions. The user just said โCan you do the Quick Wins for me?โ and watched it happen.
Hereโs exactly what Claude did:
GitHub had already auto-detected the HTML file and created a deployment. Claude navigated directly to the live URL to confirm it was running:
๐ https://jefferyedwards.github.io/claude-word/claude-word.html
The app runs in any browser โ no install, no server, no build step.
Claude opened the Edit repository details panel on GitHub and:
| Topic | Topic | Topic | Topic |
|---|---|---|---|
word-processor |
html |
javascript |
ai-generated |
claude |
anthropic |
single-file |
no-dependencies |
Claude then updated this very README โ through the browser, editing it on GitHub directly โ to document everything above. Youโre reading the result right now. ๐
| Turn | Human | Claude |
|---|---|---|
| 1 | โI was given a challenge that I couldnโt get an LLM to generate an application like MS Wordโฆ Are you up for the challenge?โ | โChallenge accepted!โ โ Builds full app in one shot |
| 2 | โCan you add ability to open files and save filesโฆโ | Adds Open/Save/Save As with 4 formats, toasts, shortcuts |
| 3 | โCan you create a Git project with READMEโฆโ | Creates full Git repo with this README |
| 4 | โLink to your project on GitHubโ | Verifies the live repo at github.com/jefferyedwards/claude-word |
| 5 | โCan you do the Quick Wins for me?โ | Opens browser autonomously via Claude in Chrome, navigates GitHub, adds description + topics + confirms GitHub Pages |
| 6 | โPlease update readme on how you did the quick stepsโ | Updates README to document the whole story โ autonomously, via the browser |
| 7 | โContinueโ | Pushes the README update live to GitHub. Done. โ |
| Shortcut | Action |
|---|---|
Ctrl+N |
New document |
Ctrl+O |
Open file |
Ctrl+S |
Save |
Ctrl+Shift+S |
Save As |
Ctrl+P |
|
Ctrl+Z |
Undo |
Ctrl+Y |
Redo |
Ctrl+B |
Bold |
Ctrl+I |
Italic |
Ctrl+U |
Underline |
Ctrl+L |
Align Left |
Ctrl+E |
Center |
Ctrl+R |
Align Right |
Ctrl+J |
Justify |
Ctrl+A |
Select All |
Ctrl+H |
Find & Replace |
MIT License โ do whatever you want with it.
PRs welcome! Some ideas for the adventurous:
.docx (using docx.js)To whoever said an LLM couldnโt build a word processor:
Betโs over. ๐
Built with Claude by Anthropic ยท March 2026