** Inspiration In Japanese classrooms, silence is golden—but what if silence could be intelligent, too? I wanted to create a tool that let students write full AI-generated essays during class, without anyone noticing. The answer? Disguise the AI as Microsoft Word. Inspired by the stealth and precision of ninjas, Stealth was born—a covert AI writing assistant hidden in plain sight.

**What it does Stealth is a web app that looks and feels like Microsoft Word, but under the hood it’s powered by Gemini 1.5-pro AI. You type a topic, press Ctrl+Enter, and boom—an entire essay appears, formatted and styled to match a Word document. It even mimics multi-page layout and font styles. Perfect for students who need speed, stealth, and style.

**How we built it Frontend was built using Bolt.new, an AI-powered UI generator.

Backend logic is purely client-side—no server, just a direct call to Gemini API.

Gemini 1.5-pro handles the content generation via Google’s Generative Language API.

UI is styled with precision using custom Word-style ribbon image, MS Mincho font, and page-like layout.

Netlify is used for instant deployment and hosting.

**Challenges we ran into Gemini's API names are not intuitive (thanks for the 404s, Google).

Bolt kept trying to "auto-improve" my design—leading to visual bugs and broken functionality.

Simulating Word’s exact UI (fonts, spacing, margins, multi-page behavior) was harder than it looks.

Mobile optimization broke the layout multiple times. Word just wasn’t made for phones.

Japanese fonts and spacing caused rendering inconsistencies across platforms.

**Accomplishments that we're proud of Successfully cloned Word's appearance convincingly enough to fool teachers and classmates.

Built the entire tool without any server or database—pure frontend ninja tech.

Learned to debug AI-generated code by reasoning through API errors with logic, not guesswork.

Deployed a working app used by real people, including myself in class.

**What we learned Design is deception. If the UI looks familiar, people won’t question it.

Sometimes you need to fight the AI to make the AI work.

Building with no backend is possible—and powerful.

Japanese font rendering on web is its own mini boss fight.

**What's next for microsoftwordclone Add support for multiple output formats (PDF download, Notion export).

Implement dark mode for stealth night ops.

Embed a voice-to-essay feature for ultimate hands-free writing.

Mobile-first redesign with tab-switch camo (hide it in Safari tabs).

And maybe… a PowerPoint clone next?

Built With

  • api
  • bolt
  • bolt.new
  • css
  • edge-for-testing-assets:-custom-word-style-icons
  • gemini
  • generative
  • github
  • github-for-backup
  • html
  • japanese
  • netlify
  • react-like-auto-generated-structure-cloud:-netlify-(static-hosting)-api:-google?s-gemini-1.5-pro-(generative-language-api)-other:-markdown
  • typescript
Share this project:

Updates