Prompt Playground is a simple web app for experimenting with AI-like prompts.
You can type a prompt, choose a model, and get an instant (mocked) response.
It’s built with React, TypeScript, Redux Toolkit, and Mantine to demonstrate modern frontend architecture and clean UI design.
https://knownasdee.github.io/prompt-vigilant-playground
git clone https://github.com/knownasdee/prompt-vigilant-playground
cd prompt-playground
npm install
npm run dev