Skip to content

ScayCute is a modern prank web app that starts with a cute cat and ends with a scary surprise. It also displays animated device info in a stylish glitchy UI. Perfect for fun, learning, and creative UX experiments.

License

Scayar/ScayCute

Repository files navigation

ScayCute Logo

ScayCute 🐾

The ultimate cute-to-scary prank web app!


📑 Table of Contents


🚀 Introduction

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!


✨ Features

  • 🖥️ 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

📸 Screenshots

Landing Page Scary Info Page Telegram Example
Landing Page Scary Info Page Telegram Example

⚡ Quick Start

git clone https://github.com/Scayar/ScayCute.git
cd ScayCute
python -m http.server 8000 --bind 0.0.0.0

Open http://localhost:8000 in your browser.


🛠️ How to Use

  1. Clone or Download the Repo
  2. Run a Local Server (see Quick Start above)
  3. Open in Your Browser
  4. (Optional) Share Publicly with ngrok
    • Download ngrok and run:
      ngrok http 8000
    • Share the public URL ngrok gives you!

🚦 Advanced Features (APIs) (click to expand)

Want to show real IP/location info or get Telegram alerts?

  1. Open script.js and 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
  2. 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.


🤝 Contributing

Contributions are welcome! If you have ideas, bug fixes, or new features, feel free to open an issue or submit a pull request.

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request

Please follow the code style and keep the README up to date.


👤 Author & Contact


📄 License

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

About

ScayCute is a modern prank web app that starts with a cute cat and ends with a scary surprise. It also displays animated device info in a stylish glitchy UI. Perfect for fun, learning, and creative UX experiments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published