This is the SvelteKit-based version of WordSolverX, a comprehensive suite of solvers and daily answer guides for popular word puzzle games.
Tools to help you solve specific game puzzles interactively.
| Solver Page | Description | Key Features |
|---|---|---|
| 5-Letter Wordle Solver | Standard Wordle solver | Dedicated 5-letter clue filtering and ranked guesses |
| Colordle Solver | Color code guessing | Hex/RGB conversion & distance logic |
| Quordle Solver | 4-board simultaneous | WASM-powered multi-board logic |
| Waffle Solver | Grid-based word swap | Rust/WASM engine, 5x5 grid support |
| Weaver Solver | Word ladder connector | Graph BFS shortest path finder |
Static pages providing the solutions for daily puzzles.
/wordle-answer-today, /wordle-answer-yesterday, /wordle-answer-archive/quordle-answer-today, /quordle-archive/phoodle-answer-today, /phoodle-answer-yesterday, /phoodle-archive/waffle-answer-today/semantle-answer-today, /semantle-answer-yesterday, /semantle-archive/globle-answer-today, /globle-archive/colordle-answer-today, /colordle-answer-yesterday, /colordle-archive/loldle-answer-today (League of Legends)/dotadle-answer-today (Dota 2)/pokedle-answer-today (Pokemon)/smashdle-answer-today (Smash Bros)/narutodle-answer-today (Naruto)/onepiecedle-answer-today (One Piece)/binance-wotd-solver (Binance Word of the Day)/about: About the project/contact: Contact form/guides: Game guides and tips/privacy-policy: Privacy Policy/terms-of-service: Terms of Service/archive: General daily puzzle archive/solver: General solver hubInstall Dependencies:
npm install
Start Dev Server:
npm run dev
Build for Production:
npm run build
This project uses @sveltejs/adapter-cloudflare and is optimized for Cloudflare Pages.
wordle-answers-worker/, waffle-worker/, phoodle-worker/, naruto-worker/, semantle/, Waffle-Solver/, Spotleleddlesolver/) to GitHub..svelte-kit/cloudflare by wrangler.jsonc, and npm run deploy now always builds before deploy.This is the most direct method to deploy from your CLI.
Login to Cloudflare (if not already logged in):
npx wrangler login
This will open a browser window to authorize your account.
Build the Project:
npm run build
This compiles the app into the .svelte-kit/cloudflare directory.
Deploy to Cloudflare Pages:
npx wrangler pages deploy .svelte-kit/cloudflare --project-name wordsolverx-svelte
Replace wordsolverx-svelte with your preferred project name if different.
SvelteKitnpm run build.svelte-kit/cloudflareBuilt by Antigravity