A simple personal AI assistant.
- 💬 Chatbot interface with streaming responses
- ⚡ Fast and lightweight
- 🛡️ Privacy and security features built-in
git clone https://github.com/imrany/gemmie.git
cd gemmie
pnpm installnpm run devOpen your browser at http://localhost:3000.
├── env.d.ts
├── index.html
├── LICENSE
├── postcss.config.js
├── public
│ └── manifest.json
├── README.md
├── screenshot1.png
├── src
│ ├── App.vue
│ ├── assets
│ │ ├── base.css
│ │ └── main.css
│ ├── components
│ │ ├── SideNav.vue
│ │ └── TopNav.vue
│ ├── main.ts
│ ├── router
│ │ └── index.ts
│ ├── types
│ │ └── index.ts
│ └── views
│ └── HomeView.vue
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts
├── postcss.config.js
├── public
│ └── manifest.json
├── README.md
├── screenshot1.png
├── src
│ ├── App.vue
│ ├── assets
│ │ ├── base.css
│ │ └── main.css
│ ├── components
│ │ ├── SideNav.vue
│ │ └── TopNav.vue
│ ├── main.ts
│ ├── router
│ │ └── index.ts
│ ├── types
│ │ └── index.ts
│ └── views
│ └── HomeView.vue
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts
This project is licensed under the MIT License.
If you find Gemmie useful, consider sponsoring me on GitHub to support ongoing development!
