withbotshq / botsapp

An app to make personalized AI bots and chat with them
https://withbots.app/
21 stars 0 forks source link

BotsApp

An app to make personalized AI bots and chat with them.

This is not good software and you shouldn't use it unless you really want to. For now, it's basically Chat GPT with a global shortcut and has no other redeeming qualities. But, we like to work with the garage door open. Anyways, don't use it! Unless you must! Why though? It's just Chat GPT! Now, if you do use it more than once, let us know. We'll buy you a coffee to learn more about why you make weird life choices.

<img width="1198" alt="image" src="https://user-images.githubusercontent.com/111631/232243956-76d94fa8-ba2b-468c-ad36-a360c6cfcfbf.png">

Geting Started

  1. Download the app from the releases page – Apple Silicon only for now.
  2. Unzip the archive and drag the app into your Applications folder.
  3. Open the app and click on the settings icon in the top right to enter your OpenAI API key.
  4. Click on the settings icon to dismiss the panel.
  5. Happy chatting!

P.S: You can use the global shortcut (+Ctrl+B) to bring the app to the front.

Features

Roadmap

Building Locally

$ git clone git@github.com:withbotshq/botsapp.git
$ cd botsapp
$ npm install
$ npx nx build desktop
$ rm -rf /Applications/Bots.app # TODO: This shouldn't be necessary but it's a permissions issue.
$ npx nx copy desktop
$ open /Applications/Bots.app

Developing Locally

$ git clone git@github.com:withbotshq/botsapp.git
$ cd botsapp
$ npm ci
$ npx start