A full-stack SMS bombing and gateway application with a background job processing system.
- Asynchronous SMS Bombing: Submit jobs and close your browser; the server handles the rest.
- Background Worker: Continuous processing of pending jobs with status tracking.
- Admin Panel: Dedicated
/adminroute for full site control, user management, and job monitoring. - Installation Wizard: Easy setup for MySQL database and admin credentials on first run.
- User Dashboard: Track balance, logs, and active background jobs.
- Telegram Integration: Direct contact for recharge and support.
- Frontend: React, Tailwind CSS, Framer Motion, Lucide Icons.
- Backend: Node.js, Express, MySQL.
- Database: MySQL (supports any standard MySQL server).
- Deploy the files to your server.
- Navigate to your site URL.
- You will be automatically redirected to the
/installpage. - Provide your MySQL database credentials and set up your admin account.
- Once installed, the site is ready to use.
- URL:
your-site.com/admin - Default credentials are set during the installation process.
- Rate limiting per user.
- Balance-based execution.
- Admin-only access to sensitive endpoints.
- Background worker isolation.
MIT