Skip to content

Latest commit

 

History

History
 
 

claude-ai

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Amplify AI Example: Claude AI

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

Getting Started

Prerequisites

  • Node.js 18+ installed
  • AWS account that has been set up for AWS Amplify and has access to the Claude models in Amazon Bedrock

Installation

  1. Clone the repository and cd into the claude-ai directory
  2. Install the dependencies with your favorite Javscript package manager. For example, npm install
  3. Run npx ampx sandbox to spin up a sandbox cloud backend
  4. Run npm run dev to start up NextJS locally