Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
/ openAI-dashboard Public archive

Dashboard that allows the user to visualize in a clear and intuitive way how the OpenAI models are being used.

Notifications You must be signed in to change notification settings

Rayjay-8/openAI-dashboard

Repository files navigation

OpenAI-Dashboard

openAI-dashboard is an open-source Dashboard that allows the user to visualize in a clear and intuitive way how OpenAI models are being used.

day cumulative

🚀 Quickstart

1. Clone the repository and install dependencies

git clone https://github.com/Rayjay-8/openAI-dashboard.git
cd openAI-dashboard
npm install

2. Configure your local environment

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

Variable Description
OPENAI_API_KEY sk-... > OpenAI API Key.
OPENAI_BEARER_TOKEN To get user info, obtained from /login route

3. Run

 npm run dev

Open http://localhost:3000 with your browser to see the result.

how does it work

Routes:

Community & Support

Learn More

To learn more about Next.js, take a look at the following resources:

About

Dashboard that allows the user to visualize in a clear and intuitive way how the OpenAI models are being used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published