# Secure ChatGPT App

# THIS APP IS NOT PRODUCTION READY, PLEASE DO NOT DEPLOY

## Introduction 

This is a boilerplate app generated by ```npx create-secure-chatgpt-app```. The intention is to show how Pangea's security services can be used to secure ChatGPT usage. 

# THIS APP IS NOT PRODUCTION READY, PLEASE DO NOT DEPLOY

## Features

This app features:
- Authentication using Pangea AuthN service and NextJS framework
- Secure `chat` page
- Secure `chat/generate` api endpoint
- Redacting user prompts using Pangea's Redact service
- Auditing user prompts using Pangea's Secure Audit Log service
- De-fanging malicious responses from OpenAI API using Pangea's Domain Intel and URL Intel services

# THIS APP IS NOT PRODUCTION READY, PLEASE DO NOT DEPLOY

## Running

```
    npm run dev
```