Launched today after ~1 months. First real feedback made me realize my landing page is broken.

Shipped Countspace today, a countdown-boards app I've been chipping at nights/weekends. Basic idea: stack multiple countdowns on one board and share the link, instead of the usual one-countdown-per-URL sites.

Posted on a couple subs this morning and got one really good comment from a top commenter on r/SideProject that made me realize my landing page explains the concept in words when it should just show a personal example board upfront ("summer trip + wedding + festival" style). That kind of hurt but useful.

Anyone else launching this week? Would love to swap notes on what's actually working (or not). Also open to a quick look if you have a sec, mostly want to know if the "boards of countdowns" thing clicks or feels weird.

Solo built, Next.js + Supabase. First day of real traffic. It's a lot.

Link in the comments.

reddit.com
u/chriseriksson — 12 hours ago
▲ 0 r/nextjs

Built Countspace with Next.js 15 App Router — countdown boards you can share

Just launched Countspace, a small side project — the pitch is "one board for all the countdowns you care about" instead of the usual one-countdown-per-URL apps.

Stack + notes on choices:

- Next.js 15 App Router. Public board + explore pages are server components with force-dynamic; realtime countdown ticks are the only client boundary.

- Supabase for Postgres + RLS + Realtime. RLS policies are the entire authorization layer — no separate API auth code.

- OG images generated on demand via next/og, cached by Vercel per slug.

- Event JSON-LD injected server-side so Google can surface upcoming events as rich results.

- Separate embed.countspace.app subdomain handled by middleware — main app ships strict CSP with frame-ancestors 'none', embed subdomain opens it up so third-party sites can iframe boards.

Free tier is 3 countdowns. Feedback welcome — especially on the App Router patterns.

https://countspace.app

reddit.com
u/chriseriksson — 14 hours ago
▲ 4 r/prettyusefulwebsites+1 crossposts

I built Countspace — countdown boards where you stack multiple countdowns on one shareable link

Every countdown site I could find only lets you make one countdown per URL. I wanted a "board" — Christmas, my next flight, and a friend's wedding all on one screen — and a link I could share with anyone.

So I built Countspace. A board holds any number of countdowns, gets a single URL, and opens fullscreen on any screen (TV, spare phone, event monitor). Optional password protection, iframe embeds for sites that want to display one, and a curated Explore section with public countdowns you can follow into your dashboard.

Free tier is 3 countdowns per account. Next.js + Supabase.

Honest feedback welcome — especially on whether the "boards of countdowns" concept clicks for you.

https://countspace.app

u/chriseriksson — 10 hours ago