https://github.com/conermurphy/chatrock
The example repo for the tutorial of building Chatrock!
https://github.com/conermurphy/chatrock
ai aws clerk typescript
Last synced: about 1 year ago
JSON representation
The example repo for the tutorial of building Chatrock!
- Host: GitHub
- URL: https://github.com/conermurphy/chatrock
- Owner: conermurphy
- Created: 2024-02-10T08:28:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T18:09:18.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:42:18.969Z (over 1 year ago)
- Topics: ai, aws, clerk, typescript
- Language: TypeScript
- Homepage:
- Size: 11.2 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatrock
Chatrock is a simple chat application (E.g. ChatGPT), that uses AWS Bedrock as the AI model to generate responses. It also uses Clerk for authentication and AWS DynamoDB for storing the chat messages and their history. Here's it in action! 👇

## Tech Stack
- Next.js
- Tailwind CSS & Shadcn/ui
- AWS DynamoDB
- AWS Bedrock (`meta.llama2-70b-chat-v1` model)
- Clerk
## Tutorial
If you're interested in reading more about this project as well as a step by step guide of how to build it, [check out this blog post.]()