The community-driven LLM prompt library for builders.
Promptbase is a production-grade collection of technical prompts optimized for real-world engineering workflows. From agentic logic and DAW automation to WSL2 networking and AI safety guardrails, we curate prompts that work where it matters.
🌐 Explore the library: https://julesklord.github.io/promptbase/
- Clone & Install
git clone https://github.com/julesklord/promptbase.git cd promptbase npm install - Launch Dev Server
npm start
- Explore
Navigate to
http://localhost:5500to browse the library.
We maintain a distributed documentation suite following the /make-doc standard for maximum clarity and maintainability.
| Document | Description |
|---|---|
| 🏗️ Architecture | Technical deep-dive into the modular ESM and event-driven state. |
| 📋 API & Schema | Definition of prompts.json and internal module interfaces. |
| 🧪 Testing | E2E validation strategy using Playwright. |
| ⚖️ Governance | Approval authority and contribution policies. |
| 🤝 Contributing | How to submit your own prompts to the community. |
- Frontend: Vanilla HTML/JS (ES6+ Modules).
- Styling: Zero-framework CSS (Custom Properties, Flexbox, Grid).
- Data: Static JSON persistence.
- Testing: Playwright.
- DevOps: GitHub Pages (hosting) + browser-sync.
Promptbase is Open Source and licensed under the MIT License.
Built with 🔴 by Jules Martins and the dev community.
