
SidekickBar
Launched this week
Your new multi-agent AI sidekick
153 followers
Boost your productivity with 30+ AI assistants like ChatGPT, Copilot, Claude & Gemini in one sidebar. Write, code, translate & create faster with AI across Windows, macOS, and Linux.
WeekToDo
Hey Hunters 👋
Today I'm really happy to share with you SidekickBar, a tool I built because I was tired of losing focus by jumping to the browser for quick AI queries. Most apps don’t have assistants built in, so I wanted something system-wide, fast and always there.
As someone who works on both Linux and Windows, I needed something lightweight and cross-platform. I started experimenting with integrating Copilot into a standalone UI, but quickly realized I needed more flexibility. Copilot is fine for general questions, but I prefer Claude for development or Gemini when writing. So… I ended up creating a multi-agent app that lets me switch between assistants depending on the moment.
For curious developers: SidekickBar is built mostly with Electron, styled with Tailwind, and the entire UI was built with Svelte.
I’d love to hear your thoughts, feature ideas, or even edge cases you’d like to see handled.
Best regards,
Manuel
Smoopit
@merodriguez9112 This is a very interesting proposition! I haven't tried it right now but I'm trying to understand how do you limit usage for users using the sidekickbar, can't they overuse the models and end up actually costing you more than you charge? In pricing I do not see any X amount of queries in the free plan, Y queries in the Lifetime access etc? Or am I getting it wrong?
WeekToDo
@rachitmagon. Hey Rachit! Great question—and you’re right to be curious about that. SidekickBar is designed so that each user authenticates directly with the AI service they want to use (Claude, Perplexity, Poe, etc.), using their own account. That means there’s no middle layer or API proxy run by me—I don’t route the traffic or pay for your usage.
This was intentional from the start. It avoids needing to manage usage limits or tokens on my end, and it also gives users full transparency and control. If a service has free or paid tiers, you’re interacting with that service directly just like you would in your browser. SidekickBar simply gives you a more seamless way to access it from your desktop.
Appreciate you taking the time to dig into the details! Let me know if you end up trying it out. I’d love to hear your feedback.
Smoopit
@merodriguez9112 That's very cool & straightforward. I wonder why don't all the other apps that use public LLMs behind the scenes don't do that. Will definitely try it out soon
minimalist phone: creating folders
Yesterday, I told one guy it would be cool to have a sidebar for his project (analysing competitors according to business idea).
Now, you have applied something similar to AI. It is like reading my thoughts! :D
WeekToDo
@busmark_w_nika That’s awesome, Nika! I love that timing. it’s like we’re syncing wavelengths across projects 😄.
Your idea sounds great too a sidebar for competitive analysis could be incredibly handy. Thanks for the kind words :)
How does SidekickBar manage context switching between multiple AI agents while keeping the user experience smooth and consistent?
WeekToDo
@shahriardgm Hey Shahriar! Great question. Right now, each assistant in SidekickBar runs in its own isolated context, so they don’t share state or data between them (yet). In the future, I’d love to explore adding a shared layer that lets them “talk” to each other or share some data.
For now, the app interface adapts based on the assistant you’ve got active. Switching between them is really quick, either via keyboard shortcut or directly from the UI, so you can keep moving without breaking your flow.
Thanks for checking it out!