-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
🧸 | ||
<h1 align="center"> | ||
<img src="https://zagrodzki.me/_next/image?url=%2Fimg%2Fprojects%2Fteddy%2Fthumbnail.png&w=3840&q=75" alt="app logo" width="100%"/> | ||
|
||
</h1> | ||
|
||
<h4 align="center">Teddy - personalizable AI assistant</h4> | ||
|
||
## 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 | | ||
| [SCSS](https://sass-lang.com) | CSS with superpowers | | ||
| [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 | ||
|
||
``` |