This is awkward! This site only supports desktop size screens.

Changelog

39bcf41

New Genres Addition (18 July 2026)

Six new genres have been added: alternative, emo, rock, EDM, trap and electronic. Picking one adds a few genre tags to the generated set, the same way the existing genres do.

What's new

  • Alternative, emo, rock, EDM, trap and electronic are now options in the genre dropdown.
  • The API accepts them too, via the genre parameter.
  • They're listed on the genre page and in the documentation.
9ba2c44

Primary Accent Color (8 July 2026)

The accent color across the site is now green (#30D158) instead of blue, so all my services share the same theme color. A few small things got fixed along the way.

What's changed

  • Links, badges, callouts and other accents are now green instead of blue.
  • The documentation page uses it too, in the "On this page" highlight, the API Reference badge and the heading anchors.
  • Sharing the site on Discord, Twitter/X or elsewhere now produces a slightly nicer card, with proper image alt text and corrected Twitter tags.

Fixes

  • The toggles were nearly invisible in dark mode and had a gray knob when switched on. They now have a visible track and a white knob in both themes.
  • The FAQ answers were a size bigger than the rest of the site's text, they now match the site's default text size.
  • Removed the two demo videos from the documentation page.
3ac67b2

Dark Mode Support (5 July 2026)

The site finally has dark mode. It follows your system theme by default, and if you'd rather pick one yourself there's a sun/moon button in the nav. Whatever you choose is saved in your browser, so it sticks around next time you visit.

What's new

  • Dark mode on every page, from the generator to the documentation and everything in between.
  • A theme toggle in the nav. Nothing fancy, it just flips the theme and remembers your choice.
  • Toasts, popups, dropdowns and inputs switch along with the rest of the site.

Improvements

  • The drop shadow under the nav when you scroll was basically invisible in dark mode, so it now gets a stronger shadow and a thin border there.
  • Cleaned up a bunch of text colors that were slightly off from each other, so everything reads the same in both themes.
7a2c3f2

Introducing Changelog (3 July 2026)

The site now has a changelog. It's nothing major, just a place where short notes get posted whenever something is added, changed or fixed, so if you're ever curious about what's been going on with the site you can have a quick look here instead of digging through commits on GitHub.

What's new

  • A changelog page where all updates are posted.
  • Each post is its own markdown file in the changelogs/ folder of the repo.
  • A CHANGELOG.md in the root of the repo with a summary of everything.