🐳Now on DockerHub

Revolutionize Your AI Prompt Management

Store, manage, and test your AI prompts directly in GitHub — secure, private, and lightning-fast. Deploy in seconds with Docker.

Why Choose GptSdk?

Built for developers who value security, speed, and simplicity.

🔒

Fully Private

Prompts live in your GitHub repo. No third-party access required.

Instant Testing

Test prompts across multiple AI models in seconds.

🔄

Easy Version Control

Use Git logs, pull requests, and branches to manage changes.

How It Works

Four simple steps to transform your prompt management workflow.

1

Store in GitHub

Create .prompt files in your repository

2

Manage with UI

Edit and organize using GptSdk interface

3

Test & Refine

Test across multiple AI models and variables

4

Deploy Fast

Execute in your app with zero latency

Get Started in Seconds with Docker

Two commands. That's it.

1
Pull the Docker image
docker pull saassdk/gptsdk:latest
2
Run the container
docker run -it -p 8080:8080 saassdk/gptsdk
Your AI prompt manager is now running locally!

Open http://localhost:8080 in your browser

Or Install with Composer

Simple installation, powerful results.

Installation
composer require saassdk/gptsdk-php
Usage
$client = new GptSdkClient('your-github-token', 'repo-url');
$response = $client->runPrompt('welcome.prompt', ['who' => 'John']);
echo $response;

Build and Run AI Mocks Easily

Save AI responses as mocks to test your workflows. Switch between live and mocked mode instantly. Perfect for CI/CD and automated testing.

Choose the Right Solution

See how GptSdk compares to traditional approaches.

FeatureDatabaseSaaS ManagerGptSdk
Testable
Real-time
Private
Version Control
CostFree$30-$100/moFree (dev)

Learn More

Dive deeper into prompt management best practices.

Ready to Transform Your AI Workflow?

Deploy GptSdk in seconds with Docker or install with Composer. Your prompts, your control.

Free forever for developers. Docker image maintained by the GptSdk team.