u/AkashBangad28

I rebuilt the Stockholm events site I posted about 4 months ago - now you swipe to save events and get a morning email with everything you liked

Hej Stockholm!

Some of you might remember Sortberry, I posted about it 4 months ago. It was a small site I built to track what's happening in Stockholm because I kept missing out. You all were super helpful with feedback. Tack for that.

Since then I've been using it daily and noticed the same thing happening every time. I'd open the site, see one or two cool events, close the tab, then forget about them by the next day.

So I rebuilt the whole thing.

Now it's a swipe app. Right swipe to save an event, left swipe to skip. The next morning at 8am you get one email with everything you saved, each with a one-click Add to Google Calendar button. The point is to stop the "I'll check again later" loop.

The backend is the same idea: An AI agent scans Stockholm venues and ticket pages every night at 03:00 and curates around 60 events for the next 14 days. Mix of Music, Nightlife, Art, Markets, Food, and Family stuff.

Still a hobby project. Still free. No ads. No tracking beyond basic visitor counts.

Link: https://sortberry.com

I would specifically love feedback on:

  1. Does the swipe feel right on your phone? Everyone's device is a bit different.
  2. What categories feel under-represented?

Tack!

Mods: same project as 4 months ago, redesigned. Free hobby thing, no ads. Please remove if it violates rules.

Edit: Forgot to mention the sign in is required to get a morning brief of the events you saved on the mail its one email for all the events happening that day. There is no promotional email or any sort of marketing material that sortberry will ever send. Also you can turn off the email reminders from setting with one toggle.

reddit.com
u/AkashBangad28 — 2 days ago
▲ 24 r/threejs

I built a party royale browser based multiplayer game called knockout

Link: https://knockout-game.fly.dev/

I have been working on a party royale game called Knockout for vibejam

3 rounds. 10 players. 1 survivor.

Rounds:

Hot air balloon arrow duels
Glass bridge (Inspired by Squid Games)
Falling hex floor

The game is best with real players, but if matchmaking is empty you’ll automatically play with bots so you can still try it out.

Please try out the game and let me know your feedback. I am planning to maintain it post the vibejam as well

Edit: Mobile support is planned and will be added soon

u/AkashBangad28 — 7 days ago

I built and Apple watch app for claude code usage monitor (Open Source)

Built this over the weekend a Mac daemon + Apple Watch app that shows your live Claude Code subscription usage on the watch face.

Repo https://github.com/akashbangad/ccwatch

What you see on the watch:

  • 5-hour session %
  • 7-day window %
  • Animated pixel Clawd whose mood reflects how hard you're working
  • Four complication families (corner, circular, rectangular, inline) you can pin to any face

How it works (Open Sourced)

  1. A small Swift daemon runs on your Mac via launchd. It reads your Claude Code OAuth token from Keychain.
  2. Once a minute it sends a 1-token /v1/messages call and parses the anthropic-ratelimit-unified-{5h,7d}-* response headers — same trick the desktop project Clawdmeter uses on an ESP32.
  3. Serves the snapshot over local Wi-Fi via Bonjour.
  4. The watch app discovers it and renders. No iPhone runtime, no cloud relay, no analytics, no third-party services. Token never leaves your Mac.

Install (if you're running Claude Code right now):

Paste this into your agent:

>Install ccwatch on my Mac. Follow https://github.com/akashbangad/ccwatch/blob/main/install-via-agent.md

The agent reads the playbook, clones, builds the daemon, registers the launchd job, and walks you through the two things only you can do (Mac password, Keychain "Always Allow" click).

Or manual: git clone https://github.com/akashbangad/ccwatch && cd ccwatch && ./install.sh

Honest caveats:

  • Same-Wi-Fi only (Mac + Watch on the same network for Bonjour). No cellular sync in v1 — that needs the paid Apple Developer Program.
  • Free Apple ID certs expire every 7 days; there's a weekly auto-resign launchd agent for fire-and-forget on your home network.
  • Reads undocumented Anthropic headers. If Anthropic changes them, ccwatch breaks until someone updates the parser. PRs welcome.

Pixel art is ported from claudepix.vercel.app (@amaanbuilds), credited in the README.

u/AkashBangad28 — 7 days ago