Perchance is a web-based platform for building and sharing random generators using simple, readable lists instead of traditional programming. You create word or phrase lists, then reference those lists inside other lists to produce varied outputs—anything from short snippets to multi-part descriptions. Because lists can call other lists, you can build surprisingly complex generators (with reusable components) while keeping the structure easy to edit and understand.
Perchance includes tools to control how often results appear by adjusting item odds, letting you fine-tune rarity and weighting without math-heavy code. You can also import and remix other creators’ generators, making it easy to learn from existing projects or combine multiple sources into one generator. Built-in text utilities help you transform output on the fly—such as changing capitalization, handling plural forms, and shifting tense—so results read more naturally.
Generators are shareable via a simple URL, and can also be downloaded as an HTML file for offline use or hosting elsewhere. Under the hood, Perchance is grounded in familiar web technologies (HTML/CSS and JavaScript), but it’s designed to be approachable for beginners. Its creator positions it as a gentle on-ramp to coding: you can start with lists and syntax that feel like writing, then gradually explore more advanced behavior as your ideas grow. more
Comments