Navigate to the live application:
https://wikipedia-path-finder.vercel.app/
Wikipedia Path Finder helps you discover the shortest path between two Wikipedia articles using Breadth-First Search (BFS). Enter any two article topics and see how they're connected through Wikipedia links!
- ⚡ Fast: Limited to 1000 nodes for quick results.
- 🔗 Simple: Just enter your start and end topics (case sensitive, include spaces).
- 🌐 Accessible: Works online and locally (see below).
Tip: For best results, avoid extremely distant article pairs (very long paths).
mɪˈʃɛl (Michelle Chang, 장민지)
© Michelle Chang 2026
If you found this tool helpful, please consider starring the repository on GitHub to support future development!
To run locally, clone the repository and follow the instructions in the frontend and backend README files.
Interested in contributing? Please read our Contributing Guide to learn about our commit message conventions and development process.