https://github.com/haideralsh/prompt-lab
An open-source, cross-platform desktop app for building and providing code-related context to large language models.
https://github.com/haideralsh/prompt-lab
Last synced: 6 months ago
JSON representation
An open-source, cross-platform desktop app for building and providing code-related context to large language models.
- Host: GitHub
- URL: https://github.com/haideralsh/prompt-lab
- Owner: haideralsh
- Created: 2025-08-12T15:47:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-12-01T18:48:03.000Z (8 months ago)
- Last Synced: 2025-12-03T12:37:02.912Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 2.37 MB
- Stars: 95
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-tauri - PromptLab - Open-source, cross-platform desktop app for building and providing code-related context to large language models (Applications / Developer tools)
README
Prompt Lab
Prompt Lab is an open-source, cross-platform desktop app for building and providing code-related context to large language models.
## Features
- Share project directory structure with LLMs
- Embed full file contents in prompts
- Enable LLMs to review Git diffs for code changes
- Provide web documentation in markdown format
- Save and reuse common instructions

## Building from source
Refer to the [Tauri documentation](https://tauri.app/start/) for the requirements on your platform.
PromptLab uses pnpm as the package manager for dependencies. Refer to the [pnpm install instructions](https://pnpm.io/installation) for how to install it on your platform.
```bash
git clone https://github.com/haideralsh/prompt-lab
cd prompt-lab
pnpm install
pnpm tauri build
```