Avatar

roramigator

A developer-turned-solopreneur wannabe on a mission to build tools that solve real problems. Building, learning, and sharing along the way.
Public vals
9
roramigator avatar
pr0n
@roramigator
HTTP
@jsxImportSource https://esm.sh/react
roramigator avatar
focusForestApp
@roramigator
HTTP
// This productivity app will create a forest as users maintain focus.
roramigator avatar
valTopicGen
@roramigator
HTTP
// This val creates a weekly topic generator for Val Town developers to focus their creativity.
roramigator avatar
moodTracker
@roramigator
HTTP
// This mood tracker will use a GitHub-like contribution table to visualize mood entries.
roramigator avatar
hackerNewsDigest
@roramigator
Cron
Hacker News Digest Fork this val to get an email like this in your inbox!
roramigator avatar
denoBlogAPI
@roramigator
HTTP (deprecated)
// Scrapes Deno Blog and returns a JSON response with post titles, images, and URLs.
roramigator avatar
bulletinBoard
@roramigator
HTTP (deprecated)
// This app creates a community bulletin board where users can post messages with titles and view all posts.
roramigator avatar
religionClickerGame
@roramigator
HTTP (deprecated)
// This val creates a sarcastic idle clicker game about starting a religion.
roramigator avatar
lootGenAPI
@roramigator
HTTP (deprecated)
Loot Generator API How It Works Components The Loot Generator API creates random loot items by combining: 30 adjectives 29 materials 15 item types resulting in 13,050 possible items. Legendary Items Occasionally, a rare legendary item is generated. An item becomes legendary if all three components are rare. Rarity is determined by a threshold: Threshold = max(1,⌊log(length)×0.6⌋) Probability of a legendary item with the default settings: P(Legendary) = 1/13,050 ≈ 0.00766% Only one legendary item is possible: ✨💎 Arcane Diamond Rock . Customization You can expand the lists or adjust the 0.6 multiplier to control rarity.
Next