Skip to content

Latest commit

 

History

History
executable file
·
60 lines (44 loc) · 1.99 KB

README.md

File metadata and controls

executable file
·
60 lines (44 loc) · 1.99 KB

GPT-One Highlights

  • ChatGPT integrated NextJS web app that includes NextAuth, Google Fitness API, Supabase Next-Auth plugin for user and session storage and more.
  • Dockerized and scalable. Great starting point for those looking to build their own ChatGPT Saas.
  • Main branch in process of being converted to app router and TypeScript. Hearti.ai presently uses the 'pre-13.1-13.5-bump' branch.

Test GPT-One

This is a Google 'test app' which permits only pre-specified users.

To login and test out the app, login with Google using the following credentials:

gmail account - [email protected]

password - Testtester12345

Certain pages contain explanations of what's happening behind the scenes.

What is GPT-One

  • Hearti.ai Prototype SaaS- AI Powered Health Benefits Design

  • Enables users to find the best health plan among Healthcare.Gov, Uhone.com, and Aetna.com - for you and your family in minutes.

  • Or use template, change the prompts and UI to fit your use case.

Install & Run

  • Built with NodeJS 18. We'll use npm here but pnpm works too
  • For dev mode at localhost:3000, after copying in your env variables into a .env.local file run:
npm install
npm run dev 
  • Production build - be sure to copy your variables into a .env file
npm install
npm run build
npm run start 

Tech Stack

  • NextJS 13.2 with pages router
  • OpenAI's ChatGPT with chat and form functionality
  • NextAuth oauth2 with Google and Okta providers configured
  • Supabase Next-Auth plugin for user and session storage
  • Google Fitness API with all scopes enabled
  • Next-Rest Framework
  • Zod typed ACA 'Household' API
  • ACA Marketplace API
  • Dockerized
  • SurveyJS with 10 page 'Patient Medical Record' form and user survey form
  • React lottie
  • Tailwind and Flowbite CSS
  • SMART on FHIR app demo navlink
  • Radix and Material UI

Convert to AWS Cloudformation

  • Head to github.com/rmourey26/appsync-gpt to deploy this or any other NextJS app as a full stack, enterprise grade AWS Cloudformation