Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bartek532/teddy

Helpful AI assistant 🧸
https://github.com/bartek532/teddy

ai gpt react tailwind tauri typescript

Last synced: about 1 month ago
JSON representation

Helpful AI assistant 🧸

Awesome Lists containing this project

README

        


app logo

Teddy - personalizable AI assistant

## Project Overview 🎨

Custom desktop AI app wrapper built on top of OpenAI GPT API especially for enhancing daily workflow and saving time doing repeatable stuff.
When you find something not working open an [issue](https://github.com/Bartek532/teddy/issues) or directly make a [pull request](https://github.com/Bartek532/teddy/pulls). Enjoy!

## Read more

[Read full case study →](https://zagrodzki.me/work/teddy)

## Tech/framework used 🧰

| Tech | Description |
| -------------------------------------------------------------------- | ----------------------------------------- |
| [Typescript](https://www.typescriptlang.org/) | Javascript superset language |
| [Tauri](https://tauri.app/) | Desktop framework for multi-platform apps |
| [React](https://reactjs.org/) | Library for building user interfaces |
| [GPT](https://openai.com/api/) | Most advanced large language model |
| [Tauri Rust Store](https://github.com/tauri-apps/tauri-plugin-store) | Tauri plugin for storing data locally |
| [Github Actions](https://github.com/features/actions) | Automations for workflow improvements |
| [Tailwind](https://tailwindcss.com/) | Utility-first CSS framework |
| [React Hook Form](https://react-hook-form.com) | Forms with easy-to-use validation |
| [Husky](https://github.comtypicode/husky) | Git hooks |
| [ESLint](https://eslint.org/) | TypeScript linting |
| [Prettier](https://prettier.io/) | Code formatter |

## Installation 💿

```bash

git clone https://github.com/Bartek532/teddy.git

pnpm install

pnpm run tauri dev

```