Love

Love

Visage was created with lots of love by me (Jessy), from the Netherlands. I put a lot of care into making the app feel polished, honest about what it collects, and simple to run on a single server.

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 VISAGE_SUPPORT_TOKEN environment variable, a tiny cosmetic surprise will be unlocked in the footer of Visage's web interface.

secretive cosmetic upgrade

FAQ

Does Visage need a cookie banner or consent popup?
No: Visage does not set cookies and does not store personal data beyond a short-lived IP-to-country lookup. That said, privacy law is nuanced and jurisdiction-specific, so if you operate in a regulated environment, please check with your own legal counsel.

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

Will Visage 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. Visage verifies support tokens entirely offline during startup.

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

sed -i 's/O_VISAGE_SUPPORTER:.*/O_VISAGE_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 Visage image after modifying the project's source code.