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
cdinto theclaude-aidirectory - Install the dependencies with your favorite Javscript package manager. For example,
npm install - Run
npx ampx sandboxto spin up a sandbox cloud backend - Run
npm run devto start up NextJS locally