https://github.com/ikuzweelisa/code_copilot
AProgramming Assistant
https://github.com/ikuzweelisa/code_copilot
ai chatbot drizzle-orm next-auth nextjs react typescript vercel-ai-sdk zod
Last synced: 2 months ago
JSON representation
AProgramming Assistant
- Host: GitHub
- URL: https://github.com/ikuzweelisa/code_copilot
- Owner: ikuzweelisa
- License: mit
- Created: 2024-09-27T19:17:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T23:32:30.000Z (6 months ago)
- Last Synced: 2025-07-06T13:04:05.441Z (3 months ago)
- Topics: ai, chatbot, drizzle-orm, next-auth, nextjs, react, typescript, vercel-ai-sdk, zod
- Language: TypeScript
- Homepage: https://code-copilot.vercel.app/
- Size: 1.6 MB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Code Copilot
Code Copilot Chat bot
> Some Features may not work or Contain bugs.
>
> Contributions are welcome## Features
- [x] Generate Response
- [x] Copy messages Response
- [x] Regenerate message
- [x] Save Chat into database
- [x] Retrieve Chat from database
- [ ] Upload Attachments
- [ ] Edit Message prompt
- [x] Delete Chat from database
- [x] Update Chat from database
- [x] Show Chat History
- [ ] Write code using canvas
- [ ] Run code using web container## Technologies
- [Nextjs App Router](https://nextjs.org) - Framework for React
- [React](https://reactjs.org) - A JavaScript library for building user interfaces
- [Nodejs](https://nodejs.org) - A JavaScript runtime
- [ai](https://sdk.vercel.ai) - A Library for AI building Applications
- [Auth js](https://authjs.dev/) - Authentication Library## Installation
```bash
pnpm install
``````bash
pnpm run dev
```## License
MIT License
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D