develop.sh
1.0.0
develop.sh is an LLM prompt playground for visualizing the html output of llms. Most text playgrounds focus on the text output of the llm. This one focuses on the visual html output.
Clone the repository:
git clone https://github.com/sawyerhood/develop.sh.git
cd develop.shInstall dependencies:
bun iStart the development server:
bun run devOpen your browser and navigate to:
http://localhost:3000
Start experimenting with prompts!