https://github.com/aaronleocooper/prompt-sandbox
https://github.com/aaronleocooper/prompt-sandbox
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronleocooper/prompt-sandbox
- Owner: AaronLeoCooper
- License: mit
- Created: 2024-04-28T12:40:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T07:59:43.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:27:55.160Z (4 months ago)
- Language: TypeScript
- Homepage: https://prompt-sandbox.vercel.app
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prompt Sandbox
Prompt Sandbox is a web application that uses OpenAI to generate responses based on user prompts.
## Installation
1. Clone the repository
2. Install dependencies with `npm i`
3. Start the Vite dev server with `npm run dev`## Usage
Enter your prompt in the text area and click "Submit" to get a response. You can view the response in either "Preview" or "Code" view.