https://github.com/exprays/aura
An AI chatbot creation platform-as-a-service based on LLAMA-2-13B ( trained )
https://github.com/exprays/aura
ai chatbots chatbots-studio nextjs13 pinecone react
Last synced: about 1 year ago
JSON representation
An AI chatbot creation platform-as-a-service based on LLAMA-2-13B ( trained )
- Host: GitHub
- URL: https://github.com/exprays/aura
- Owner: exprays
- Created: 2023-08-02T09:05:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T15:33:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T01:41:41.280Z (over 1 year ago)
- Topics: ai, chatbots, chatbots-studio, nextjs13, pinecone, react
- Language: TypeScript
- Homepage: https://aura-0rbit.vercel.app
- Size: 8.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# aura.ai
A place where you can create Your own AI chatbots and use them for your needs!
## 📱Features
- Light/dark mode toggle
- Built with llama-2-13b
- Responsive design
- Cross platform
- Long term AI memory with redis
- Payment with stripe (upcoming)
- Image upload with cloudinary (will switch to AWS S3)
- Chat history
- CRUD of chatbots
## 💻Tech Stack
**Client:** React, NextJS, TailwindCSS Shadcn-ui
**Server:** NextJS
**Testing:** Jest, Storybook
**Databases-**
Planetscale: For chat history and user info storing
Redis: For long-term Memory
Pinecone: Vector database for AI interactions
**Others:** Prism(ORM), lucide-react icons, Clerk(auth), Replicate(ML model runner)

## Documentation
[Documentation](https://linktodocumentation)
For aura configs find bots folder inside this repo!
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!