with enhancement
Website: https://fiverrxreloader.netlify.app
Tagline: Keep your Fiverr dashboard active 24/7 and never miss a gig!
an Exepet level Open source Fiverr Auto Reload like Free Relo
Fiverr X Reloader is a professional, React-based auto-refresh tool built specifically for Fiverr sellers. It ensures that your Fiverr dashboard remains active around the clock by reloading the page at randomized intervals—mimicking natural user behavior to avoid detection. With a sleek, mobile-optimized UI, a smooth splash screen, and a live countdown timer, this tool helps boost your online presence and productivity on Fiverr.
-
Auto-Refresh with Randomization:
Automatically reloads your Fiverr dashboard at randomized intervals (±20% variation) to simulate natural user activity and keep you active on Fiverr 24/7. -
Live Countdown Timer:
Displays a real-time countdown showing the seconds until the next refresh, ensuring you always know when the next update occurs. -
Smooth Splash Screen:
Features a full-screen, mobile-optimized splash screen using a high-qualityintro.gif
with a smooth fade-out transition. -
Customizable Settings:
Easily configure your Fiverr dashboard URL and adjust the base refresh interval (in minutes) to suit your workflow. -
Minimize/Expand Dashboard View:
Toggle between a full and minimized view of the Fiverr dashboard iframe for enhanced usability. -
PWA Support:
Fully configured as a Progressive Web App (PWA) with a custom manifest and favicon for improved mobile experience.
- React.js: Frontend framework
- Create React App: Application scaffolding and build tool
- JavaScript & CSS: Core programming and styling
- Netlify: Deployment platform
FiverrXReloader/
├── public/
│ ├── index.html # Main HTML file with favicon and title set to "Fiverr Reloader"
│ ├── manifest.json # PWA configuration with logo.png icons
│ ├── intro.gif # High-quality splash screen animation (full-screen)
│ ├── logo.png # Main app icon (favicon; used in the manifest)
│ └── logo1.png # Header logo (displayed in the app header)
├── src/
│ ├── App.js # Main React component (splash screen, settings, countdown timer, iframe, etc.)
│ ├── App.css # Global styles for the app
│ └── index.js # React entry point
└── README.md # This documentation file
-
Clone the Repository:
git clone https://github.com/MuzamilChouhan/fiverrxreloader.git cd fiverrxreloader
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
The app will run at http://localhost:3000.
-
Build for Production:
npm run build
-
Deploy to Netlify:
Deploy the production build using Netlify CLI:
netlify deploy --prod
Alternatively, connect your GitHub repository to Netlify for continuous deployment.
-
Favicon & App Icon:
Replacepublic/logo.png
with your custom app icon. This image is used as the favicon (inindex.html
andmanifest.json
) and represents your app on mobile devices and browsers. -
Header Logo:
Replacepublic/logo1.png
with your desired header logo. This logo is displayed in the app header alongside the title "Fiverr Reloader." -
Splash Screen Animation:
Customizepublic/intro.gif
to modify the splash screen intro. The splash screen is designed to be mobile-optimized and covers the entire viewport with a smooth fade-out effect. -
Base Refresh Interval:
Adjust the default refresh interval (in minutes) directly via the app settings in the UI.
-
Splash Screen Transition:
On launch, a full-screen splash screen displaysintro.gif
with a smooth fade-out animation, providing a polished introduction on both mobile and desktop. -
Header & Branding:
The header features your custom header logo (logo1.png
at a fixed 40px width) alongside the title "Fiverr Reloader." The favicon is set tologo.png
, ensuring consistent branding across platforms. -
Auto-Refresh Functionality:
The app reloads your Fiverr dashboard (loaded via an iframe) at randomized intervals to mimic human behavior. A live countdown timer displays the seconds remaining until the next refresh. -
User Controls:
Configure your dashboard URL and refresh interval. Start or stop the auto-refresh process and toggle between full and minimized views of the dashboard as needed.
Developed by Muzamil Chouhan
- GitHub: MuzamilChouhan
- Email: muzamil.chohaan@gmail.com
Contributions are welcome! To contribute:
-
Fork the Repository.
-
Create a New Branch:
git checkout -b feature/your-feature-name
-
Commit Your Changes:
git commit -m "Add feature or fix bug"
-
Push to the Branch:
git push origin feature/your-feature-name
-
Open a Pull Request.
For major changes, please open an issue first to discuss your ideas.
This project is licensed under the MIT License.
Fiverr X Reloader is a powerful auto-refresh tool designed to help Fiverr sellers maintain an active online presence effortlessly. With advanced features like randomized refresh intervals, a live countdown timer, a smooth mobile-optimized splash screen, and an intuitive, Fiverr-inspired interface, this tool optimizes your workflow and boosts productivity.
Feel free to fork, star, and contribute to this project—let's grow the community together!
Happy Coding! 🎉