Store, manage, and test your AI prompts directly in GitHub — secure, private, and lightning-fast. Deploy in seconds with Docker.
Built for developers who value security, speed, and simplicity.
Prompts live in your GitHub repo. No third-party access required.
Test prompts across multiple AI models in seconds.
Use Git logs, pull requests, and branches to manage changes.
Four simple steps to transform your prompt management workflow.
Create .prompt files in your repository
Edit and organize using GptSdk interface
Test across multiple AI models and variables
Execute in your app with zero latency
Two commands. That's it.
docker pull saassdk/gptsdk:latest
docker run -it -p 8080:8080 saassdk/gptsdk
Open http://localhost:8080
in your browser
Simple installation, powerful results.
composer require saassdk/gptsdk-php
$client = new GptSdkClient('your-github-token', 'repo-url'); $response = $client->runPrompt('welcome.prompt', ['who' => 'John']); echo $response;
Save AI responses as mocks to test your workflows. Switch between live and mocked mode instantly. Perfect for CI/CD and automated testing.
See how GptSdk compares to traditional approaches.
Feature | Database | SaaS Manager | GptSdk |
---|---|---|---|
Testable | |||
Real-time | |||
Private | |||
Version Control | |||
Cost | Free | $30-$100/mo | Free (dev) |
Dive deeper into prompt management best practices.
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.