Skip to content

SawyerHood/develop.sh

Repository files navigation

develop.sh

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.

pong.mp4

Features

  • Multi-Model Support: Seamlessly switch between OpenAI, Anthropic, and LLaMA models.
  • HTML Rendering: View and interact with HTML responses generated by the models.

Getting Started

Prerequisites

  • Bun v1 or later
  • API keys for OpenAI, Anthropic, and/or LLaMA models

Installation

  1. Clone the repository:

    git clone https://github.com/sawyerhood/develop.sh.git
    cd develop.sh
  2. Install dependencies:

    bun i

Running the Application

  1. Start the development server:

    bun run dev
  2. Open your browser and navigate to:

    http://localhost:3000
    
  3. Start experimenting with prompts!

Upcoming Features

  • Support OpenRouter
  • Support Image inputs
  • Fullscreen output