Nuzlocke Generator screenshot

Nuzlocke Generator

Author Avatar Theme by Emzinnia
Updated: 30 Dec 2025
33 Stars

A nuzlocke template generator.

Categories

Overview:

The Nuzlocke Generator is a web application that allows users to record and track their progress in Nuzlocke challenges, a popular variant of Pokémon gameplay. It offers features such as saving data on each Pokémon, flexible style editing, custom moves and rulesets, importing from actual save files, and more. The application can be run locally by installing NodeJS and Git, and it is available for download on GitHub. Please note that some features may still be in beta and could potentially corrupt data.

Features:

  • Record your nuzlocke with a flashy image: Users can capture their nuzlocke progress by attaching a flashy image to each entry.
  • Save data on each of your Pokémon as a json file: The application allows users to save detailed information about each Pokémon they encounter during their nuzlocke challenge.
  • Flexible style editing for multiple scenarios: Users can customize the style of their nuzlocke entries to suit different scenarios or personal preferences.
  • Custom moves, rulesets, badges, types, and more!: The Nuzlocke Generator provides options to customize moves, rulesets, badges, types, and other elements of the gameplay.
  • Import from your actual save files!: Users can import data from their actual Pokémon game save files, allowing them to continue their progress in the Nuzlocke Generator.
  • Enabling Sprites Mode in Local Instances: In order to access cross-origin images (images from non-nuzlocke-generator URLs), users need to set up their own instance of cors-anywhere and whitelist their localhost.

Installation:

To run the Nuzlocke Generator locally, follow these steps:

  1. Install NodeJS and Git on your device.
  2. Open the command prompt and run the following commands:
npm install -g nuzlocke-generator
nuzlocke-generator
  1. The server should start running. Access the application at localhost:8080.
  2. To check for updates, run the following command and then restart the server:
npm update -g nuzlocke-generator
  1. If you prefer downloading the application as a zip file, click the “Clone or Download” button on GitHub and select the option to download it as a zip. Extract the files and navigate to the nuzlocke-generator folder using the cd command.
  2. If you have any questions or encounter issues, you can reach out to the developer on Discord (emma#4085) or through GitHub issues.

Summary:

The Nuzlocke Generator is a feature-rich web application that allows Pokémon players to record and track their progress in Nuzlocke challenges. With its ability to save detailed Pokémon data, customizable style options, and the possibility to import data from actual save files, it provides a comprehensive experience for Nuzlocke players. However, it’s important to note that some features may still be in beta and caution should be taken when using them to prevent potential data corruption. The application is distributed under the MIT license and is independent of copyrighted Pokémon content.