Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Self-Hosted and Open-Source web app to interact with OpenAI APIs. Currently supports ChatGPT, but DALLE and Whisper support is coming.
| Date | Stars |
|---|---|
| 2026-07-31 | 292 |
| 2026-08-02 | 292 |
| 2026-08-03 | 292 |
| 2026-08-05 | 291 |
| 2026-08-06 | 291 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Open Source, Self-Hosted Chat GPT APP https://user-images.githubusercontent.com/19983429/223075269-7e22678c-b44b-41db-8337-48721f1f4207.mp4 [](http://discord.gg/RwFPjfTZdT) ## Stack - Prisma, - tRPC - NextJS - TypeScript - Sqlite - Mantine (React comoponent library) ## ⚙️ How to run ### 🧑🏽💻 Single User Mode (It's an example, replace values with what makes sense in your current setup) ``` docker run -p 3000:3000 \ -e DATABASE_URL=file:./db.sqlite \ -e NEXTAUTH_SECRET=secret \ -e NEXTAUTH_URL=http://localhost:3000/ \ -e [email protected] \ -e ADMIN_PASSWORD=password \ bitswired/ai-chat-app:single-user-latest ``` ### 🧑🏽💻🧑🏽💻 Multi User Mode (It's an example, replace values with what makes sense in your current setup) ``` docker run \ -p 3000:3000 \ -e DATABASE_URL=file:./db.sqlite \ -e NEXTAUTH_SECRET=secret \ -e NEXTAUTH_URL=http://localhost:3000 \ -e [email protected] \ -e NEXT_PUBLIC_MULTI_USER=1 \ -e EMAIL_SERVER_HOST=smtp.gmail.com \ -e EMAIL_SERVER_PORT=465 \ -e [email protected] \ -e EMAIL_SERVER_PASSWORD=test \ -e [email protected] \ bitswired/ai-chat-app:multi-user-latest ``` ### 🧑🏽💻🧑🏽💻 Multi User Mode UNRAID ONLY (Modified by barnito) (It's an example, replace values with what makes sense in your current setup) ``` docker run -d --name='ai-chat-app' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UnraidServer" -e HOST_CONTAINERNAME="ai-chat-app" -e 'NEXTAUTH_SECRET'='XXXX' -e 'NEXTAUTH_URL'='XXXX' -e 'ADMIN_EMAIL'='XXXX' -e 'ADMIN_PASSWORD'='XXXX' -e 'EMAIL_SERVER_HOST'='smtp.gmail.com' -e 'EMAIL_SERVER_PORT'='465' -e 'EMAIL_SERVER_USER'='[email protected]' -e 'EMAIL_SERVER_PASSWORD'='XXXX' -e 'EMAIL_FROM'='[email protected]' -e 'NEXT_PUBLIC_MULTI_USER'='1' -e 'DATABASE_URL'='file:/config/db.sqlite' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]' -l net.unraid.docker.icon='https://github.com/bitswired/fuseai/raw/main/public/logo.png' -p '3000:3000/tcp' -v '/mnt/user/appdata/ai-chat-app':'/config':'rw' 'bitswired/ai-chat-app:multi-user-latest' ``` ## 🚀 Roadmap > Contribution welcomed! 1. Dockerize the app 2. Add ChatGPT prompt templates to speed up reusable worflows 3. Integrate vocal chat with the Whisper API 4. Make it more mobile friendly 5. Overall imporovement of the design ## Acknowledgments I would like to express my gratitude to some early contributors who helped make this GitHub repository possible. Firstly, a big thank you to [DennisTheD](https://github.com/DennisTheD) for his assistance in identifying and addressing bugs, as well as his help in delivering the initial version of the Docker image with support for database migrations. Additionally, I would like to extend my appreciation to [barnito](https://github.com/barnito) for his outstanding efforts in integrating UNRAID, and for his generous and friendly support of the community on the Discord platform.
Excerpt of 3,191 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c3aeac47512ba49f, llm:Description: 'Self-Hosted and Open-Source web app to interact with OpenAI APIs. Currently supports ChatGPT, but DALLE and Whisper support is coming.' Topics: ai, nextjs, react, trpc, prisma, mantine, nextauth, typescript.
matched fp:c3aeac47512ba49f, llm:Description: 'Self-Hosted and Open-Source web app to interact with OpenAI APIs. Currently supports ChatGPT, but DALLE and Whisper support is coming.' Topics: ai, nextjs, react, trpc, prisma, mantine, nextauth, typescript.
matched fp:c3aeac47512ba49f, llm:Description: 'Self-Hosted and Open-Source web app to interact with OpenAI APIs. Currently supports ChatGPT, but DALLE and Whisper support is coming.' Topics: ai, nextjs, react, trpc, prisma, mantine, nextauth, typescript.