Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🧸
- Host: GitHub
- URL: https://github.com/bartek532/teddy
- Owner: Bartek532
- Created: 2023-05-04T13:19:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T18:07:22.000Z (6 months ago)
- Last Synced: 2024-11-02T07:23:50.709Z (3 months ago)
- Topics: ai, gpt, react, tailwind, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```