Transform your Wordle Unlimited experience with AI-generated sentences, smart translations, and intelligent word suggestions.
Clean, modern popup with word definitions, AI-generated sentences, and translation features
AI-powered sentence generation and multi-language translation support
Real-time translation with loading animations and professional UI
- Main Interface - Clean, modern popup with word definitions
- AI Sentences - Contextual examples generated by local AI
- Translations - Multi-language support with pronunciation
- Loading States - Beautiful animated progress bars
- ๐ค AI-Generated Sentences - Get contextual example sentences for any word definition using local AI
- ๐ Multi-Language Translations - Translate words to Spanish, French, German, and more
- ๐ง Smart Word Suggestions - AI-powered recommendations based on your game state
- โก Real-Time Processing - Beautiful loading animations and instant results
- ๐ฏ Definition-Specific - Generate sentences for individual word meanings
- ๐ Advanced Validation - Ensures AI sentences are contextually relevant and grammatically correct
- ๐จ Beautiful UI - Modern, responsive interface that integrates seamlessly with Wordle Unlimited
See Wordom in action:
- AI sentence generation for "crane" (noun): "As it took flight, the majestic sandhill crane stretched its long neck and legs, its distinctive silhouette soaring effortlessly above the marshy landscape."
- AI sentence generation for "crane" (verb): "As she struggled to reach the top shelf, Sarah had to crane her neck to see if the box was still there."
- Spanish translation: "crane" โ "grรบa" with pronunciation and definition
- Node.js 18+ - Download here
- Ollama - Install here (for AI features)
- Chrome/Firefox browser with developer mode enabled
# Clone the repository
git clone https://github.com/nachoj444/wordom.git
cd wordom
# Install dependencies
npm install
# Start the AI server
npm start
# Load the extension in your browser
# 1. Go to chrome://extensions/
# 2. Enable Developer mode
# 3. Click "Load unpacked" โ select the 'extension' folder
# 4. Navigate to Wordle Unlimited and enjoy AI-powered help!Wordom combines the power of multiple technologies:
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Chrome โ โ Node.js โ โ Ollama โ
โ Extension โโโโโบโ Server โโโโโบโ AI Model โ
โ (Frontend) โ โ (Backend) โ โ (Local) โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ โ โ
โ โ โ
โผ โผ โผ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Wordle โ โ Dictionary โ โ Translation โ
โ Unlimited โ โ APIs โ โ Services โ
โ Integration โ โ โ โ โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
- User clicks on a word in Wordom while playing Wordle Unlimited
- Extension sends request to local Node.js server
- Server fetches definitions from Free Dictionary API and Wiktionary
- User requests example sentence for specific definition
- Server calls local Ollama AI model with contextual prompt
- AI generates relevant sentence (e.g., "The majestic sandhill crane...")
- Advanced validation ensures sentence quality and relevance
- User selects target language
- Server calls Ollama for translation
- Fallback to translation APIs if needed
- Returns word, pronunciation, and definition
- Analyzes current Wordle Unlimited game state
- Uses AI to suggest optimal next words
- Considers letter frequency and position
OLLAMA_MODEL=llama3.2:3b # Your preferred AI model
BRIDGE_PORT=8787 # Server port (default: 8787)- AI Model: Change
OLLAMA_MODELto use different models - Server Port: Modify
BRIDGE_PORTif 8787 is occupied - UI Styling: Edit
extension/style.cssfor visual changes - AI Prompts: Customize prompts in
src/server.mjs
wordom/
โโโ src/ # Backend server code
โ โโโ server.mjs # Main server file
โ โโโ server.js # Alternative server
โโโ extension/ # Browser extension
โ โโโ manifest.json # Extension configuration
โ โโโ content.js # Main extension logic
โ โโโ style.css # Extension styling
โโโ docs/ # Documentation
โโโ screenshots/ # Demo images
โโโ package.json # Dependencies and scripts
npm start # Start development server
npm run dev # Start with auto-reload (if configured)
npm test # Run tests (when implemented)
npm run build # Build for production (if needed)We welcome contributions from the community! Here's how you can help:
- ๐ Report bugs - Open an issue with detailed description
- ๐ก Suggest features - Share your ideas for improvement
- ๐ง Fix issues - Submit pull requests for bug fixes
- ๐ Improve docs - Help make setup easier for others
- ๐จ Enhance UI - Improve the visual design
# Fork and clone the repository
git clone https://github.com/YOUR_USERNAME/wordom.git
cd wordom
# Install dependencies
npm install
# Make your changes
# Test thoroughly
# Submit a pull request- Use consistent formatting
- Add comments for complex logic
- Follow existing naming conventions
- Test your changes before submitting
This project is licensed under the MIT License - see the LICENSE file for details.
The MIT License allows you to:
- โ Use the code commercially
- โ Modify the code
- โ Distribute the code
- โ Use it privately
- โ Sublicense it
- Ollama - For providing local AI capabilities
- Free Dictionary API - For comprehensive word definitions
- Wiktionary - For additional linguistic data
- Wordle Community - For inspiration and feedback
- ๐ Bug Reports: GitHub Issues
- ๐ฌ Questions: GitHub Discussions
- ๐ง Contact: @nachoj444
- Be respectful and helpful
- Provide detailed information when reporting issues
- Help other users when possible
- Share your experiences and suggestions
- More AI Models - Support for additional Ollama models
- Enhanced Translations - More languages and better accuracy
- Game Statistics - Track your Wordle Unlimited performance
- Custom Themes - Personalize the interface
- Mobile Support - Responsive design for mobile devices
- Cloud Deployment - Make it accessible without local setup
- Community Models - Share and use community-trained models
- API Access - Provide public API for other developers
- Plugin System - Allow third-party extensions
- Multi-Game Support - Expand to other word games beyond Wordle Unlimited
Made with โค๏ธ for the Wordle Unlimited community
โญ Star this repo if Wordom helps you solve Wordle Unlimited puzzles!
๐ค Join our community and help make Wordom even better!
โญ Star this repo if Wordom helps you solve Wordle Unlimited puzzles!
๐ค Join our community and help make Wordom even better!


