promptscaper

A client-only OpenAI LLM Playground for prototyping agents without writing any code.

Stars
21

promptscaper PromptScaper

A client-only OpenAI LLM Playground for building agents without writing any code.

You can save (in IndexedDB) and reopen workspaces later or export and share with a coworker.

The goal of this project is to enable you to explore how function calling can improve your agents before investing in actually deciding what those functions need to do. You just type in the function response as text.

Run the live version

promptscaper.com

Running Locally

npm i

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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