🎉 Initial Release of Prompt Board - v1.0.0
Welcome to the first official release of the Prompt Board! This version marks the beginning of a powerful open-source tool to manage and execute AI prompts effortlessly.
PromptBoard is an open-source AI prompt management system that provides a streamlined interface for creating, organizing, and executing AI prompts. Built with Next.js and integrated with @OpenAI's API, and 1 click deploy to @vercel
This platform offers a modern, drag-and-drop interface for managing your AI prompts efficiently.
Key Features
- Kanban-Style Board: Organize prompts across different stages:
- To Do: Create and store prompts for later use
- In Progress: Run Prompts and Track currently executing prompts
- Done: Review completed prompt results
-
Prompt Management & BYOK: Bring your Own Keys (BYOK) - API keys, Data is not stored on server side, everything is in client side localStorage.
-
Create Prompts: Easily create new prompts with custom parameters and models.
-
Execute Prompts: Run multiple prompts in parallel without waiting for execution.
-
Preview Results: View results in a formatted markdown preview
-
Download Results: Export prompt results as markdown files
Quick Deployment on Vercel
Deploying Prompt Board is simple and fast with Vercel's one-click deployment option. Vercel provides a powerful and scalable environment for your project.
🛠️ Setup Instructions
- Clone the Repository:
git clone https://github.com/Justmalhar/promptboard.git
- Install Dependencies:
npm install
- Start the Application:
npm run dev
- The application should now be accessible at
http://localhost:3000.
📈 Future Enhancements
- Advanced Filtering: Upcoming features will allow users to filter and categorize prompts more efficiently.
- Analytics Dashboard: Monitor the usage and effectiveness of various prompts.
Thank you for using Prompt Board! We look forward to your feedback and contributions.