https://github.com/wise-old-man/wise-old-man
The Open Source Old School Runescape progress tracker.
https://github.com/wise-old-man/wise-old-man
api hacktoberfest node nodejs oldschool oldschool-runescape osrs react reactjs rest-api runescape webapp
Last synced: about 1 month ago
JSON representation
The Open Source Old School Runescape progress tracker.
- Host: GitHub
- URL: https://github.com/wise-old-man/wise-old-man
- Owner: wise-old-man
- License: mit
- Created: 2020-03-27T23:59:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T21:03:11.000Z (about 1 month ago)
- Last Synced: 2025-05-15T05:05:21.488Z (about 1 month ago)
- Topics: api, hacktoberfest, node, nodejs, oldschool, oldschool-runescape, osrs, react, reactjs, rest-api, runescape, webapp
- Language: TypeScript
- Homepage: https://wiseoldman.net/
- Size: 30.3 MB
- Stars: 291
- Watchers: 3
- Forks: 100
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing/app-guide.md
- License: LICENSE
Awesome Lists containing this project
README

🔗 [www.wiseoldman.net](https://wiseoldman.net/)
The Open Source Old School Runescape progress tracker.
![]()
The Wise Old Man is a web app (and API) that tracks and measures your Old School Runescape player progress. Built on top of the OSRS hiscores, it allows you to keep track of your gains, participate in group competitions, collect achievements and much more.
[Website](https://wiseoldman.net/) |
[Discord](https://discord.gg/Ky5vNt2) |
[Patreon](https://www.patreon.com/wiseoldman)
## 👪 Related projects
Although this is the core repository, some related repositories have been created to expand the functionality of this project.
- [Discord Bot](https://github.com/wise-old-man/wiseoldman-discord-bot)
- [RuneLite Plugin](https://github.com/wise-old-man/wiseoldman-runelite-plugin)
## 🛠️ API
We also offer a REST API for developers and encourage you to create your own apps and integrations with it. You can read the API documentation at: [https://wiseoldman.net/docs](https://docs.wiseoldman.net)
## 📚 Project structure and stack
The repository is currently divided into 3 components:
- **Server**: (The backend & API)
- Node.js
- TypeScript
- PostgresSQL
- Redis
- BullMQ
- Express
- Prisma
- Jest- **App**: (The web app)
- Next.js 14 (App Router)
- TailwindCSS
- HeadlessUI
- RadixUI- **Docs**: (The API documentation)
- Docusaurus
## 💬 Suggestions and bugs
Have a suggestion or a bug to report? [Click here to create a issue](https://github.com/wise-old-man/wise-old-man/issues)
Have something else you'd like to discuss? [Join us on discord](https://discord.gg/Ky5vNt2)
## 🤝 Contributing
Each component of the repository has it's own build and development process, check the documentation for each below:
**Help expand and improve the Wise Old Man API:** [Server / API Development Guide](https://github.com/wise-old-man/wise-old-man/blob/master/.github/contributing/server-guide.md)
**Help expand and improve the Wise Old Man Web App:** [App Development Guide](https://github.com/wise-old-man/wise-old-man/blob/master/.github/contributing/app-guide.md)
**Help update or improve the Wise Old Man API Docs:** [Docs Development Guide](https://github.com/wise-old-man/wise-old-man/blob/master/.github/contributing/docs-guide.md)