Get information about Discord users and bots by ID.
- Get information like ID, Username, Discriminator, if it is a bot, created at, total numbers since created.
- If it is a bot, you can directly add the bot from this page.
- PWA & TWA ready ! Transform to Android app easily.
- Good Performance and accessibility.
- Nice blurple.
- See the Discord profile
- Well-organized project structure
| Home page | A profile |
|---|---|
![]() |
![]() |
Whois/
├── src/
│ ├── app.js # Main Express application
│ ├── config/ # Configuration files
│ ├── routes/ # Application routes
│ └── utils/ # Utility functions
├── public/ # Static files
│ ├── .well-known/ # TWA configuration
│ └── manifest.json # PWA/TWA manifest
├── views/ # EJS templates
└── index.js # Entry point
- Copy
.env.exampleto.envand fill in your Discord bot token - Install all packages with
yarnornpm i - Run with
npm startornpm run dev
- Copy
src/config/config.example.jstosrc/config/config.jsand fill it in with your Discord bot token - Install all packages with
yarnornpm i - Run with
npm startornpm run dev
This application is ready to be transformed into an Android app using TWA technology.
Quick Links:
- 🚀 Quick Start Guide - Get your Android app in minutes
- 📖 Complete TWA Setup Guide - Detailed documentation
- ✅ Validate TWA readiness:
npm run validate-twa
If you like this project, don't hesitate to become a Sponsor, it would support me for the maintenance of several Open Source projects! You can also check my Buy Me a Coffee page for a one-off donation or monthly membership.
CSS3 - Style homemade with Discord primary colors (Front-end)![]()
Discord.js - Library for interacting with the Discord API (Back-end)![]()
Express.js (Back-end)![]()
The source code is public is under AGPL-3.0 License. However, the logo is not.



