Skip to content

Prompt-Hub is a centralized place to create, manage, and share prompts for AI models. It helps you build complex prompts, organize them, and collaborate with others.

Notifications You must be signed in to change notification settings

Siddhesh2377/PromptHub

Repository files navigation

Prompt-Hub

Prompt-Hub is a centralized place to create, manage, and share prompts for AI models. It helps you build complex prompts, organize them, and collaborate with others.

Demo

ezgif-5af2f44aadd9d7

Project Structure

This is a Kotlin Multiplatform project targeting both Web and Server.

  • /server - Ktor server application.

  • /shared - Shared code between all targets.

    • commonMain - Shared logic for all platforms.
    • Platform-specific folders for additional code.

Build and Run

Run Server

To build and run the development version of the server:

macOS/Linux:

./gradlew :server:run

Windows:

.\gradlew.bat :server:run

Run Web Application

  1. Install Node.js (includes npm)

  2. Build Kotlin/JS shared code:

    macOS/Linux:

    ./gradlew :shared:jsBrowserDevelopmentLibraryDistribution

    Windows:

    .\gradlew.bat :shared:jsBrowserDevelopmentLibraryDistribution
  3. Build and run the web app:

    npm install
    npm run start

Learn more about Kotlin Multiplatform.

About

Prompt-Hub is a centralized place to create, manage, and share prompts for AI models. It helps you build complex prompts, organize them, and collaborate with others.

localhost:8080 : ) No Money To Host : (

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published