Skip to content

MarkKhramko/ripple-chatgpt-template

Repository files navigation

Ripple ChatGPT template

GPT chat using Ripple framework on the frontend and Node.js on the backend.

Getting Started

  1. Clone the repository

    git clone https://github.com/MarkKhramko/ripple-chatgpt-template.git
    
    cd ripple-chatgpt-template
  2. Install dependencies for all packages

    npm install
  3. Set up your OpenAI API key

    Copy .env.example to .env

    cp .env.example .env

    Add your OpenAI API key:

    OPENAI_API_KEY=your-key-here
    
  4. Run the development servers

    npm run dev

    This will start both the frontend and backend servers concurrently.

  5. Open the app

    Visit http://localhost:3000 in your browser.

Project Structure

  • packages/frontend — Ripple frontend
  • packages/backend — Node.js backend with OpenAI ChatGPT streaming

Customization

  • Modify frontend UI in packages/frontend
  • Change backend logic or endpoints in packages/backend

License

MIT

Copyright

About

GPT chat using Ripple framework on the frontend and Node.js on the backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published