Skip to content

Initial Release - v1.0.0

Latest
Compare
Choose a tag to compare
@Justmalhar Justmalhar released this 10 Nov 13:43

🎉 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

demo-1

This platform offers a modern, drag-and-drop interface for managing your AI prompts efficiently.

Key Features

  1. 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
  1. Prompt Management & BYOK: Bring your Own Keys (BYOK) - API keys, Data is not stored on server side, everything is in client side localStorage.

  2. Create Prompts: Easily create new prompts with custom parameters and models.

  3. Execute Prompts: Run multiple prompts in parallel without waiting for execution.

  4. Preview Results: View results in a formatted markdown preview

  5. 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.

Deploy with Vercel

🛠️ Setup Instructions

  1. Clone the Repository:
    git clone https://github.com/Justmalhar/promptboard.git
  2. Install Dependencies:
    npm install
  3. Start the Application:
    npm run dev
  4. 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.