Back to Week 1 submissions

The Republic Room: I Built a Tiny 8-Bit Puzzle Kiosk for American Memory

A little archive room where you match relics to Postmark 250 stamps and unlock the memory cabinet.

Source note: Local copy of a Summer Into AI 2026 submission originally published on Substack. Screenshots, video, and audio found in the post body are mirrored locally when publicly accessible; profile and avatar images are intentionally not copied. Read the canonical post.

Participant
Adam
Week
Week 1
Canonical Substack
https://safetylast.substack.com/p/the-republic-room-i-built-a-tiny
Demo
https://bluntforceriot.github.io/postmark-250/#/republic-room/
Code
https://github.com/BluntforceRiot/postmark-250 (link only; code is not mirrored here)
Builds on others
No

After building Postmark 250, I had the stamp sheet….but it wasn’t enough.

That was the collector artifact.

But I kept thinking about the room around it.

Not a real room, exactly.

More like a forgotten museum kiosk after closing.

A little 8-bit archive with shelves, relics, decoys, dust, lights, a locked cabinet, and one question:

Can you connect the object in front of you to the memory it belongs to?

So I built a second artifact in the same universe:

The Republic Room: A Postmark 250 Puzzle Kiosk

It is a tiny retro point-and-click puzzle.

Each run gives you three Postmark 250 stamps.

The room contains relics and decoys.

You inspect objects, read clues, and match the correct relics to the active stamps.

Get three right, and the memory cabinet opens.

That is the game.

One room.

Three matches.

One reveal.

No login.

No backend.

No “eventually this will become a full educational platform.”

Just a small archive puzzle that feels like a museum kiosk got possessed by 1987.

Play it

Public demo:

https://bluntforceriot.github.io/postmark-250/#/republic-room/

Source code:

https://github.com/BluntforceRiot/postmark-250

Archive hub:

https://bluntforceriot.github.io/postmark-250/

Related artifact:

Postmark 250: A Declaration of American Memory
https://bluntforceriot.github.io/postmark-250/#/postmark-250/

Submission details

Project title: The Republic Room: A Postmark 250 Puzzle Kiosk

Short description: A tiny retro archive puzzle where players match relics to Postmark 250 stamps and unlock the memory cabinet.

Theme: Summer into AI, Theme 1: 8-Bit America

Public explanation: This Substack post

Proof links:

Public demo:
https://bluntforceriot.github.io/postmark-250/#/republic-room/

Shared code:
https://github.com/BluntforceRiot/postmark-250

Tools used: ChatGPT, Codex, Vite, TypeScript, GitHub Pages, AI-assisted visual assets from Postmark 250, custom lightweight relic icons, and human curation/editing.

Notes for scoring: This is one of two distinct artifacts in the shared Postmark 250 archive repo. This submission is the puzzle-kiosk artifact. The Postmark 250 collector sheet is a separate interactive gallery artifact at its own direct route.

Why this fits Theme 1: 8-Bit America

This fits Theme 1 because it turns America at 250 into a tiny retro museum-kiosk puzzle.

The prompt asked for a small retro-styled artifact connected to America at 250. It specifically welcomed old interfaces, game-like interaction, civic memory, local memory, and weird 8-bit flavor.

The Republic Room uses all of that.

It is not a history quiz.

It is not a lecture.

It is not a comprehensive civic platform wearing a cardigan and carrying a binder.

It is a small old-screen archive room where American memory appears as objects: a shore stone, a radio, a modem, a coil fragment, a password card, a baseball/firework relic, a copper sample.

You do not answer trivia.

You recognize memory.

That is the point.

How it works

A run starts with three active Postmark 250 stamps.

For example:

Gichi-Gami
Around the Radio
First Connection

The room then fills with relics and decoys.

You might see a shoreline stone, a tabletop radio, a dial-up modem, a teacup, an old key, a cracked bell, a telegraph key, or a blank postcard.

Click an object and you inspect it.

The inspection card gives you a clue.

Then you choose which active stamp it belongs to.

If you are right, the object is matched, the stamp is marked, and one cabinet seal lights up.

If you are wrong, the room does not punish you. It just tells you:

Not quite. That relic belongs to a different shelf in American memory.

Three correct matches open the memory cabinet.

The final reveal shows the Postmark 250 collector sheet.

That is the entire loop.

Why this is different from Postmark 250

Postmark 250 is the collector sheet.

The Republic Room is the puzzle around it.

That distinction matters.

The first artifact asks:

What kinds of memories would America stamp?

The second asks:

Can you recognize those memories when they are turned into relics?

Same universe. Different interaction.

Postmark 250 is a gallery.

The Republic Room is a tiny game.

One is the sheet.

The other is the room where you find the things that belong to it.

The relics

The first relic pool includes objects like:

Superior Shore Fragment
A cold stone tied to Gichi-Gami and the deep memory of Lake Superior.

Tower Coil Fragment
A piece of impossible future-memory for Wardenclyffe.

Vacuum Tube Radio
A relic from the era when one box taught the country to listen together.

Friday Night Remote
TGIF memory in object form: couch, pizza, theme song, missing remote.

Dial-Up Modem
The scream before the network opened.

Ballpark Firework Shell
Summer civic ritual disguised as a baseball night.

Copper Core Sample
Work in the rock. Winter in the bones. Copper Country memory.

Speakeasy Password Card
A little object from the American habit of making rules and immediately finding side doors.

The room also contains decoys.

Not fake objects labeled “WRONG ITEM,” because that would be terrible.

Plausible archive clutter: old keys, lanterns, teacups, postcards, cracked bells, snow globes, compasses, telegraph keys.

The decoys matter because the puzzle is not “click the only three things that exist.”

It is “look around the room and decide which objects actually belong to the requested memories.”

The final polish pass

The first version of the Republic Room worked mechanically, but the relics looked too much like prototype symbols.

That bugged me.

The puzzle could work, but if the room objects felt like placeholder icons, the whole thing still had that “Codex assembled this quickly and then ran away” smell.

So the last pass replaced the prototype symbols with custom lightweight SVG relic icons.

Not full hand-painted final sprite art.

Not overbuilt.

But deliberate.

Small objects that actually read like relics or souvenirs instead of CSS widgets wearing name tags.

That was the line I needed to cross before I felt comfortable submitting it.

The room should feel like a toy, not a wireframe.

What AI did

ChatGPT helped shape the concept: one room, three selected stamps, relics, decoys, inspect cards, cabinet seals, and a final reveal.

Codex built the app, merged it into the Postmark 250 archive repo, wired the routes, implemented the random relic-matching loop, fixed an answer-leak bug, polished the room, and added custom relic icons.

The answer-leak bug was a good example of why the human still has to review the thing.

At one point, the inspect card showed “ARCHIVE DECOY” before the player guessed.

That is not a puzzle.

That is the room confessing.

So we fixed it.

Now every object starts with a neutral inspection label. You only find out if it belongs after you make a choice.

AI can build fast. It can also accidentally write “THIS IS NOT THE ANSWER” on the answer.

Useful, but supervised.

What worked

The relic-matching mechanic worked better than a simple quiz.

I originally considered more abstract puzzles, but this was stronger:

Show stamps.

Search room.

Inspect relics.

Match memory to object.

Unlock cabinet.

That feels like a game.

It also makes the Postmark universe more tactile. Instead of just reading about Gichi-Gami or Wardenclyffe or TGIF, you handle a stone, a coil, a remote, a modem, a radio.

Tiny symbolic objects, but still objects.

That is why this became its own submission.

What fought back

The hard part was keeping it small.

A puzzle room is dangerous.

One minute you have a clean mechanic.

Ten minutes later you are designing inventory, secret drawers, animated map overlays, an in-game notebook, a three-act mystery, and a fictional docent named Milton who has opinions about the telegraph key.

No.

The rule was:

One room.

Three matches.

One reveal.

That restraint is why it got finished.

What I learned

A tiny puzzle does not need to be hard to be satisfying.

It needs a clear premise, understandable objects, fair feedback, and a little reveal at the end.

The Republic Room is not about stumping anyone.

It is about turning the Postmark sheet into something you can poke.

A little archive game.

A memory cabinet.

A room full of American fragments, some real to the puzzle, some just clutter, all of them plausible.

It is small.

But small is the point.

Competitor reference

I will add this once I have a real competitor project to reference.

I do not want to fake the reference just to claim the bonus.

Possible structure:

I saw [competitor/project] approach 8-Bit America through [their approach]. The Republic Room takes a different route by turning the theme into a tactile archive puzzle: instead of asking a trivia question, it asks the player to connect memory objects to symbolic stamps.

Competitor link:
[ADD LINK]

Final scoring packet

Project title: The Republic Room: A Postmark 250 Puzzle Kiosk

Short description: A tiny retro archive puzzle where players match relics to Postmark 250 stamps and unlock the memory cabinet.

Theme connection: The Republic Room fits Theme 1: 8-Bit America because it turns America at 250 into a small retro museum-kiosk puzzle. Players interact with stamp-based American memory fragments as clickable relics in an old-screen archive room.

Public demo:
https://bluntforceriot.github.io/postmark-250/#/republic-room/

Shared code:
https://github.com/BluntforceRiot/postmark-250

Archive hub:
https://bluntforceriot.github.io/postmark-250/

Related artifact:
Postmark 250: A Declaration of American Memory
https://bluntforceriot.github.io/postmark-250/#/postmark-250/

Tools used: ChatGPT, Codex, Vite, TypeScript, GitHub Pages, AI-assisted Postmark visual assets, custom SVG relic icons.

Scoring notes: This is one of two distinct artifacts in the shared Postmark 250 archive repo. This submission is the relic-matching puzzle artifact. Postmark 250 is a separate collector-sheet/gallery artifact with a separate direct proof URL.

Competitor reference:
[ADD IF CLAIMING BONUS]

Final note

The Republic Room is not a full adventure game.

It is not trying to be Myst.

It is not trying to be National Treasure.

It is a tiny archive puzzle.

A forgotten room.

A few relics.

Three stamps.

A locked cabinet.

A sheet of memory waiting inside.

Click the object.

Read the clue.

Match the memory.

Open the archive.

Original source

Canonical Substack URL: https://safetylast.substack.com/p/the-republic-room-i-built-a-tiny.