\

Show HN: I Built a $1 Escalating Internet Billboard – Called Space

3 points - today at 9:07 PM


Hey HN —

I made something simple called Space.

It’s one digital billboard.

Anyone can buy it. It starts at $1. Every time someone buys it, the price increases by exactly $1.

That’s the whole mechanic.

Why I Built It

I wanted to test a constraint:

What happens when ownership is singular, public, and progressively more expensive?

At $1 it’s impulse. At $100 it’s intentional. At $1,000 it’s a statement.

By the time it reaches $1,000, it will have generated $500,500 in total revenue — purely from the $1 incremental mechanic.

I’m curious about:

How price escalation changes meaning

Whether late buyers value symbolism over reach

What people choose to display when cost forces consideration

The Constraint Layer

The constraint is the point.

Only one “space” exists at a time.

Price is deterministic (+$1 per transaction).

The entire history is embedded in the current price.

The value increases because participation increases it.

No auctions. No bidding logic. No variable pricing.

Just math and participation.

Technical Side (Where I’d Love Feedback)

This has been more interesting to build than I expected.

Some things I’ve been dealing with:

Race conditions around concurrent purchases

Locking logic so two buyers don’t claim the same price

Ensuring atomic increments on the backend

Payment confirmation before state mutation

Preventing replay or double-submission exploits

Keeping it minimal without overengineering it

Right now it’s intentionally lightweight. But I’m thinking about:

Should price increments be fully on-chain / provable?

Is there a cleaner way to handle concurrency at scale?

Would you introduce time decay or leave it purely linear?

Should the historical ownership chain be immutable + public?

What safeguards would you add?

Part of me wants to keep it naive and raw. Part of me wants it architecturally tight.

Source
  • chaosmachine

    today at 9:27 PM

    Inspired by the million dollar homepage?

    https://en.wikipedia.org/wiki/The_Million_Dollar_Homepage

      • clarkage

        today at 10:13 PM

        I actually had never seen that before until after making this - I guess I live under a rock - but a friend showed me that as soon as the site was up. It's got some similarity I guess, but this is not derived from that. Space also is more of a study on who will upload and what - as the price rises. Right now I have sent this website to about 10 people.

        Been keeping it close and working to refine it before sending it too far out.

        • verdverm

          today at 9:39 PM

          or one of the many other knockoffs that have passed through show hn recently