This is a NextJS application that is built like Claude.ai or ChatGPT where you can see past conversations and resume conversations.
This example uses:
- Amplify Gen2
- NextJS App router
- Amplify UI components
- Node.js 18+ installed
- AWS account that has been set up for AWS Amplify and has access to the Claude models in Amazon Bedrock
- Clone the repository and
cd
into theclaude-ai
directory - Install the dependencies with your favorite Javscript package manager. For example,
npm install
- Run
npx ampx sandbox
to spin up a sandbox cloud backend - Run
npm run dev
to start up NextJS locally