What if you could pay to own the top spot on a social platform?

1 brock_frisbie 8 5/25/2025, 1:07:24 AM
I built this after seeing a post about an app called OneDollarChat and wondering: instead of paying for individual messages, what if you could own the entire conversation?

The concept is simple: there's one "top post" that anyone can claim by paying more than the current owner. The first post each day is free, but then to replace the current post a user must outbid it. When someone outbids you, your post gets replaced. Everything resets periodically each 24 hours.

I kept adding features as I went:

What if I add replies?

What if the replies cost a fraction of the post they're replying to (wondering if I could actually pay reply money to a post creator - this is really interesting to me)?

Temporary ownership (posts expire)

Payment processing through Stripe

Attempted to implement HTTP 402 (Payment Required) but hit some walls. I'd really like to get this working because I think the microtransactions, particularly for replies, would be awesome to experiment with.

Technical details:

Built with Next.js and Supabase for auth/database Real-time updates when posts change hands Had to think through edge cases like simultaneous payments Stripe integration was trickier than expected for variable pricing

The experiment: I'm curious whether people will actually pay for temporary digital "ownership" of a shared space. Maybe it's the novelty, maybe it's spite against the current post, maybe it's just the desire to be heard. Not sure yet.

Questions for HN:

Has anyone tried similar micropayment social experiments?

Thoughts on HTTP 402 implementation, particularly on Next.js? (I couldn't get it working cleanly)

Is there something fundamentally broken about monetizing attention this way?

Link: toppost.io

This is definitely an experiment that could fail spectacularly, but I learned a lot building it and I'm curious what happens when real users try to use it.

Comments (8)

codingdave · 33d ago
I think we already have enough rich people buying control of the online dialogue.
brock_frisbie · 32d ago
I’m happy to sell them space on my amateur level social site
gus_massa · 33d ago
Not sure that this is a good idea, but

> Everything resets periodically each 24 hours.

Why not just decrease the value to a half after 24 hours? (and again at 48, ...)

brock_frisbie · 32d ago
That’s an interesting idea. Having a fluctuation based on interest. Is this like Uber’s surge pricing ?
duxup · 33d ago
At least for me ... why bid?

I don't care to pay to make my opinion highly visible.

Anyone who does ... I probably don't care what they think...

And m social media already has lots of spam.

brock_frisbie · 32d ago
The novelty of it maybe? There would certainly need to be a decent amount of interest first, but maybe someone makes the Top Post and shares it with all of their friends. Maybe it becomes a fun thing to screenshot and share.
dtagames · 33d ago
Isn't that exactly what Elon Musk did?
brock_frisbie · 32d ago
I basically just try to copy what he does but in a more idiotic fashion. I’m planning on showing what each post cost the user to post and same for replies though. So at least some transparency in who pays how much for what.