EdSkamor / menubar

a menubar with Zero latency access to ChatGPT/Bard/Claude! A/B test them, or use them in the background. I use this 20 times a day.

Home Page:https://smol.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smol menubar

This is a smol menubar app that helps you quickly access ChatGPT, Bard, and Anthropic with a single keyboard shortcut.

image

whatever is typed at the bottom is entered into all 3 windows simultaneously, however if you wish to explore one further than the other you can do so independently since they are just webviews.

so for example you can use chatgpt plugins despite there not being an api for them. or you can use bard/anthropic without needing api access.

video demo

install

either download the precompiled binaries: https://github.com/smol-ai/menubar/releases/tag/v0.0.3

or build from source (see below)

then log into your google account (either will do, both rely on google login) image

dont worry i dont track anything. inspect and build from source if you wish.

usage

I usually just always press Cmd+Shift+G -> quick open to use it. You can modify this keyboard shortcut if you build it from source.

Login for Anthropic via Google SSO is broken right now - it requires a popup which is blocked at least in my testing. Would welcome a PR to fix that, but otherwise regular email + login token works fine.

you can resize the overall window with a click n drag. Cmd+1/2/3/A or drag to resize the internal webviews as you wish.

to start a new conversation, cmd+R (simple window refresh, nothing special)

build from source

npm run make # or npm run build

outputs to /out/make

why

Google dropped its waitlist for Bard recently, so now there is some reason to try it out.

People have bad first impressions on Bard, but in May 2023 it has been receiving some positive feedback:

image

image

these folks aren't neutral, but its clear of course that Bard will be better for some things than others, and we might as well lower the barrier for trying them out.

help needed

  • i need a new set of icons for the images
  • better styling for the window? maybe normalize the bard window to the openai dimensions?
  • switch the superprompt from an input to a textarea... but make it easy to submit - by cmd + enter?

About

a menubar with Zero latency access to ChatGPT/Bard/Claude! A/B test them, or use them in the background. I use this 20 times a day.

https://smol.ai

License:MIT License


Languages

Language:HTML 46.0%Language:JavaScript 40.4%Language:CSS 13.6%