The ultimate cute-to-scary prank web app!
- 🚀 Introduction
- ✨ Features
- 📸 Screenshots
- ⚡ Quick Start
- 🛠️ How to Use
- 🚦 Advanced Features (APIs)
- 🤝 Contributing
- 👤 Author & Contact
- 📄 License
ScayCute is a modern, open-source prank web app. It starts with an adorable cat, then shocks users with a scary reveal and displays their device info in a stylish, animated interface. Perfect for fun, pranks, and learning about web UI/UX!
- 🖥️ Modern, responsive UI (desktop & mobile)
- 🐱 Cute landing page with glassmorphic button
- 👻 Scary jump-scare with video, audio, and effects
- 🕶️ Animated, glitchy info display
- 🔒 No APIs required by default — works 100% offline
- 🚀 Easy to run locally or on any static web host
- 🛡️ [Optional] Add your own API keys for advanced info and Telegram alerts
| Landing Page | Scary Info Page | Telegram Example |
|---|---|---|
![]() |
![]() |
![]() |
git clone https://github.com/Scayar/ScayCute.git
cd ScayCute
python -m http.server 8000 --bind 0.0.0.0Open http://localhost:8000 in your browser.
- Clone or Download the Repo
- Run a Local Server (see Quick Start above)
- Open in Your Browser
- (Optional) Share Publicly with ngrok
- Download ngrok and run:
ngrok http 8000
- Share the public URL ngrok gives you!
- Download ngrok and run:
🚦 Advanced Features (APIs) (click to expand)
Want to show real IP/location info or get Telegram alerts?
- Open
script.jsand fill in your own API keys at the top:const IPGEOLOCATION_API_KEY = ""; // <-- Put your ipgeolocation.io API key here const TELEGRAM_BOT_TOKEN = ""; // <-- Put your Telegram bot token here const TELEGRAM_CHAT_ID = ""; // <-- Put your Telegram chat ID here
- Save and reload the site. Now advanced info and Telegram alerts will work!
Note: By default, the tool is 100% offline and safe for public use.
Contributions are welcome! If you have ideas, bug fixes, or new features, feel free to open an issue or submit a pull request.
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
Please follow the code style and keep the README up to date.
- Name: Talal
- Email: [email protected]
- Website: scayar.com
- Telegram Group: Join Scayar Group
- Buy Me a Coffee: Buy Me a Coffee
This project, ScayCute, is licensed under the MIT License. You are free to use, modify, and distribute it for personal or commercial purposes. See the LICENSE file for details.
Made with ❤️ by Scayar — for fun and learning!
⭐ Star this repo



