Skip to content

Aasyaco/ProjA

Repository files navigation

🔍 FAC – Facebook Account Live Checker

Deploy Status License: MIT

FAC is a powerful, browser-based Facebook UID live checker that allows users to determine the active status of Facebook accounts in real time. Built using pure frontend JavaScript and Vercel’s serverless functions, it’s designed for speed, simplicity, and scale.

🔗 Live URL: https://zoxccb.vercel.app


🌟 Features

  • ✅ Check the “live” or “deactivated” status of Facebook UIDs
  • 📥 Paste or upload lists of Facebook UIDs
  • 🌓 Switchable light/dark themes for better readability
  • 🧠 Real-time feedback and error reporting
  • ⚙️ Backend powered by Vercel serverless API routes
  • 📱 Fully responsive mobile-first interface

⚙️ How It Works

  1. User pastes Facebook UID(s) into the input box.

  2. JavaScript sends requests to /api?uid=....

  3. The serverless function:

    • Tries to fetch the UID’s Facebook profile.
    • Returns LIVE if the profile is accessible, NOT LIVE otherwise.
  4. Results are shown in a styled list with icons and colors.


🧪 Demo

Try it now → https://zoxccb.vercel.app


🧠 Tech Stack

  • Frontend: HTML, CSS, Vanilla JS
  • Backend: Vercel Serverless Functions (Node.js)
  • Hosting: Vercel

✅ To-Do / Improvements

  • Add support for checking profile picture
  • Proxy support for high-volume checks
  • Dark mode toggle using JS/localStorage

📄 License

Licensed under the MIT License. See LICENSE for details.


🙋 FAQ

Q: Is this tool private and secure? A: All checks are done serverless via Vercel — no data is stored.

Q: Is it rate-limited? A: Facebook may throttle or block repeated checks. Use responsibly.


👤 Author

Aasyaco GitHub: @Aasyaco


⚠️ Disclaimer: This project is for educational purposes only. Do not use it for spamming or unauthorized activities. Use responsibly.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published