Inspiration

The idea for LinguaGlow was born from a simple frustration: modern tools help users write or calculate, but none combine writing improvement, learning support, and productivity into one seamless, privacy-first experience.

I wanted to create a tool that could: Paraphrase intelligently like QuillBot, generate formulas like ChatGPT, and Teach languages conversationally, all offline and private, thanks to Chrome’s Built-in AI and Gemini Nano. My mission was clear, empower users to write smarter, learn faster, and stay private.

What it does

LinguaGlow is an AI-powered Chrome web application that runs entirely on the client side. It brings together:

  • Smart Paraphrasing: Rewrite any text with natural tone adjustment (formal, concise, casual).
  • Excel Formula Generator: Convert natural language (e.g., “Find average sales in column B”) into valid Excel formulas instantly.
  • Voice Tutor: Practice language skills through voice-based conversations with real-time feedback.
  • Privacy-First Design: All AI processing happens locally via Gemini Nano, so your data never leaves the device

How we built it

We developed LinguaGlow using a modular and scalable architecture: Frontend: HTML, CSS (Tailwind), JavaScript (Vanilla) — packaged as a Chrome Extension + Web App.

AI Integration:

  • Prompt API for context-aware rewriting.
  • Rewriter API for generating multiple phrasing options.
  • Proofreader API for grammar correction.
  • Translator API** for real-time multilingual support.
  • Writer API for assisting in content generation.
  • Excel Assistant: Implemented with Pandas + OpenPyXL logic in lovable to validate user-entered formulas.

All core AI calls run client-side using Chrome Built-in AI APIs, ensuring speed, privacy, and offline usability.

Challenges we ran into

  • Integrating Chrome's Built-in AI APIs which are still experimental and have limited documentation
  • Balancing between local AI processing and feature complexity - Gemini Nano has token/context limits
  • Ensuring smooth voice recognition across different accents and background noise levels
  • Handling edge cases where formulas require complex Excel functions not easily parsed from natural language

Accomplishments that we're proud of LinguaGlow

  • Successfully implementing a fully offline AI experience with zero external API calls
  • Creating a seamless voice tutor that provides real-time conversational feedback
  • Building an intuitive UI that makes advanced AI features accessible to non-technical users
  • Maintaining user privacy by design - no data ever leaves the device

What we learned

  • Chrome's Built-in AI APIs offer incredible potential for privacy-first applications
  • Client-side AI can be just as powerful as cloud-based solutions for many use cases
  • Voice interaction significantly enhances the learning experience for language practice
  • Users increasingly value privacy and are willing to adopt new tools that protect their data

What's next for LinguaGlow

  • Expand language support beyond English for the Voice Tutor
  • Add progress tracking and gmification to encourage consistent learning
  • Integrate more productivity tools (grammar checker, summarizer, citation generator)
  • Launch as a full Chrome Extension for easier access across all browsing
  • Build a community feature for users to share custom prompts and template

Built With

Share this project:

Updates