An open API service indexing awesome lists of open source software.

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!

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! 👇

![](https://github.com/conermurphy/chatrock/raw/main/example.gif)

## 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.]()