Been using Cursor and Claude Code to build a pretty involved electron browser.
Wanted a little UI for Claude Code. Found I would always go to tiktok or instagram while waiting for the agent to complete my code. Wanted to play around with that idea a bit further so I decided to fork my electron app and make a little environment for vibe coding, that provides activities to do while you are waiting for the ai to code. Listen to music, browse HN, watch tbpn and play a massive multiplayer game.
At any rate, if you are building a electron app, I can confidently say its the best starter template to go off. Using Drizzle, effect ts to give strongly typed ipc bridge. On github: https://github.com/longtail-labs/slide.code
This uses the claude code sdk for typescript, which doesn't support everything the cli does so it may feel a bit limited if you are a CC power user.
Wanted a little UI for Claude Code. Found I would always go to tiktok or instagram while waiting for the agent to complete my code. Wanted to play around with that idea a bit further so I decided to fork my electron app and make a little environment for vibe coding, that provides activities to do while you are waiting for the ai to code. Listen to music, browse HN, watch tbpn and play a massive multiplayer game.
At any rate, if you are building a electron app, I can confidently say its the best starter template to go off. Using Drizzle, effect ts to give strongly typed ipc bridge. On github: https://github.com/longtail-labs/slide.code
This uses the claude code sdk for typescript, which doesn't support everything the cli does so it may feel a bit limited if you are a CC power user.
Anyways, open to any feedback and any PRs!