Fisch Progress Tracker is a single-file, lightning-fast web tool designed for dedicated players of the Roblox game "Fisch". It allows you to keep track of every single fish you've caught and every fishing rod you've collected across all regions and seas.
With absolutely no backend, no dependencies, and no complicated setup, this tool runs completely in your browser.
- 🐟 Massive Database: Tracks all 1,329 fish and obtainable rods across the entire game.
- 🗺️ Region-Based Categorization: Easily jump between locations like Moosewood, Mariana's Veil, Northern Summit, Atlantis, and time-limited Event regions.
- 📍 Localized Radar Data: Shows exact radar coordinates for tricky and rare fish so you know exactly where to cast.
- 📊 Visual Progression: Dynamic progress bars and stat calculations for your overall completion and individual section progress.
- 🔍 Search & Filter: Instantly search for fish by name or filter by conditions such as entirely Caught, Uncaught, or Has Radar.
- 💾 Import / Export: Your progress is saved locally. You can easily export your save file as a JSON block to switch devices or backup your collection, and then import it instantly.
- 📱 Responsive Design: Sleek, dark-mode UI with sidebar navigation that looks great on any screen.
- ⚡ Ultra-lightweight: Compressed to a single ~120KB HTML file with embedded styling and scripts—no internet required.
Since the entire application is contained within a single file, it's incredibly easy to use.
- Download the
fisch-tracker.htmlfile. - Open it in any modern web browser (Chrome, Firefox, Safari, Edge).
- Start Tracking: Browse through the categories on the left and click the cards of the fish you have caught.
Your progress is automatically saved to your browser's local storage.
Because the app operates strictly offline, clearing your browser data will clear your save. To prevent this, make sure to use the export tool:
- Export: Open Settings (⚙️) from the sidebar and click
Export JSON. It will download a file containing your caught items. - Import: Open Settings, click
Import File, and select your backup. You can also directly paste your JSON code into the provided import textual box.
- Vanilla HTML5
- Vanilla CSS3 (custom UI, CSS variables, dark mode aesthetics)
- Vanilla JavaScript (ES5/ES6 compatibility)
No frameworks, no build tools, just pure web standard power.
Have an update for new fish dropped in a recent Roblox patch? Contributions are welcome!
- Fork the Project
- Update the massive
RAWarray structure in the specific JS tags with the new fish parameters:[Name, Weather, Time, Season, Bait, LocationIndex, Radar, Kg, Cs] - Make a Pull Request
This tracker is a fan-made project and is not officially affiliated with Roblox or the creators of the game "Fisch".