Gallery
Discover apps people built on Collabby by chatting. Run them, then remix to make them yours.
Boxes into Text
📦 To share boxes between computers, we must convert them into text first! In "To Text", tap values in the box to see how JSON text is made — notice how labels get quotes, but numbers don't. 📥 In "From Text", pick out broken text to see real computer error messages. You'll see how much a single quote or comma matters! 📮 In "Send & Receive", send boxes and get them back. If you put functions or undefined inside, those slots disappear — see for yourself what stays and what gets lost! Built with code · Remix it to send your own box!
Labeled Boxes
📇 Put multiple values into a single box with labels! Change hp, coin, and name in the hero box using commands and watch only the named slot change. 🏷️Name ↔ 🔢Index shows how hero.hp becomes hero[1] with identical values — numbers must be memorized, but names are easy to read. 🎒 Boxes Inside Boxes turns bags and pets into boxes themselves! Chain labels together to get gold coins and see undefined appear when calling missing names. 🗂️ Multiple Cards lets you make rules to pick specific ones from 5 cards — watch the for loop move through cards one by one. This app was built with code too · Remix it to create your own cards!