promptdesk/promptdesk

★ 100⑂ 15

Promptdesk is a tool designed for effectively creating, organizing, and evaluating prompts and large language models (LLMs).

About promptdesk/promptdesk

promptdesk/promptdesk is an open-source project on GitHub, mainly written in TypeScript. Promptdesk is a tool designed for effectively creating, organizing, and evaluating prompts and large language models (LLMs). It currently holds 100 stars and 15 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Prompt Engineering board.

GitHub Repository Details

Repository promptdesk/promptdesk · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

https://github.com/promptdesk/promptdesk/blob/HEAD/PromptDesk Logo


https://github.com/promptdesk/promptdesk/blob/HEAD/pypi https://github.com/promptdesk/promptdesk/blob/HEAD/npm https://github.com/promptdesk/promptdesk/blob/HEAD/docker https://github.com/promptdesk/promptdesk/blob/HEAD/docker pulls https://github.com/promptdesk/promptdesk/blob/HEAD/AGPLv3

Bold Innovation, Simplified AI

PromptDesk is 100% free and open-source minimalist tool to facilitate the creation, organization, integration, and evaluation of prompts, prompt-based applications, agents and Large Language Models (LLMs).

Quickstart Guide »

Features · Podcast · Articles · Contributors · Community

Available in: Python - JavaScript

If you like this project, please consider giving this repo a ⭐️ star.

Alt Text

Features

🚀 Getting Started and Installation

To get started with PromptDesk OS, visit promptdesk.ai/docs/quickstart for the installation script. It's a simple, two-line install process that takes an average of just 5 minutes from start to finish.

PromptDesk OS is a self-hosted, 100% free and open-source Docker container that can be deployed anywhere.

You can also jump straight to building prompts or start integrating prompts in python or javascript.

Python SDK

Using the PromptDesk Python SDK, you can easily integrate your prompts into your Python applications.

pip install promptdesk

You can call the prompt you build in the application by using the generate method.

from promptdesk import PromptDesk

pd = PromptDesk( api_key = "YOUR_PROMPTDESK_API_KEY", #find in /settings service_url = "http://localhost" )

story = pd.generate("short-story-test", { "setting": "dark and stormy night", "character": "lonely farmer", "plot": "visited by a stranger" })

print(story)

JavaScript SDK

Using the PromptDesk JavaScript SDK, you can easily integrate your prompts into your Python applications.

npm install promptdesk

You can call the prompt you build in the application by using the generate method.

import { PromptDesk } from 'promptdesk'; //ES6
//const { PromptDesk } = require('promptdesk'); //CommonJS

var pd = new PromptDesk({ apiKey: "YOUR_PROMPTDESK_API_KEY", //find in /settings serviceUrl: "http://localhost" })

const story = await pd.generate("short-story-test", { "setting": "dark and stormy night", "character": "lonely farmer", "plot": "visited by a stranger" })

console.log(story)

🔗 Important Links

For more information about PromptDesk, please refer to the following resources:

GitHub Stars & Activity

100Stars
15Forks
0Open issues
TypeScriptLanguage

GitHub Popularity

GitHub stars100
Forks15
Open issues0
Primary languageTypeScript
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

linshenkx / prompt-optimizer

TypeScript★ 35,260⑂ 4,115
2

promptfoo / promptfoo

TypeScript★ 25,319⑂ 2,349
3

cobusgreyling / loop-engineering

TypeScript★ 11,270⑂ 1,512
4

pezzolabs / pezzo

TypeScript★ 3,273⑂ 279
5

KhazP / vibe-coding-prompt-template

TypeScript★ 3,090⑂ 381
6

ianarawjo / ChainForge

TypeScript★ 3,030⑂ 257
7

OpenPipe / OpenPipe

TypeScript★ 2,830⑂ 177
8

prompt-engineering / click-prompt

TypeScript★ 2,389⑂ 202

More AI Rankings