With love

With love

Brespi was created with lots of love by me (Jessy), from the Netherlands. I hand-drew all of the step icons and put a lot of care into making the app feel polished and simple to use.

Your support token will be shown after checkout. If you run into any problems, just email me at orders@butterhost.ing

Support token

When providing the BRESPI_SUPPORT_TOKEN environment variable, a tiny cosmetic surprise will be unlocked in the footer of Brespi’s web interface.

secretive cosmetic upgrade

FAQ

Is Brespi free?
Yes, Brespi is 100% free and open source software.

Will Brespi ever become closed-source or require payment to use?
Not as long as I’m overseeing this project. But even if that changed, it would not matter because the MIT license allows anyone to fork the project at any time.

Does token verification require an internet connection?
No, absolutely not. Brespi verifies support tokens entirely offline during startup.

Since Brespi is open source, can't I just modify the code to bypass token verification?
Absolutely! Allow me to help:

sed -i 's/O_BRESPI_SUPPORTER:.*/O_BRESPI_SUPPORTER: true,/' ./src/Env.ts

You can run this command in the project root to turn yourself into a "supporter" and unlock the tiny surprise. If you're using Docker, please make sure to rebuild the Brespi image after modifying the project's source code.