Git for Your AI Prompts
Craft. Organize. Iterate.
Store, version, test, and improve your prompts. Self-hosted for complete control over your AI workflow.
Side-by-side version comparison

Self-Hosted
Kubernetes Ready
Enterprise Auth
Open Source
Never Lose a Good Prompt
Every edit creates a new version. Track changes chronologically, view visual diffs, and easily revert to previous states.
Initial Draft
Created basic prompt structure
Added Structure
Added detailed outline and sections
Improved Tone
Refined language and tone guidelines
Final Version
Added health and temperament details
Test Before You Deploy
Comprehensive testing to validate your prompts. From LLM evaluation to security scanning, ensure your prompts work reliably.
LLM as Judge
Automated evaluation across multiple dimensions. Score your prompts on clarity, correctness, and completeness.
Robustness Test
Measure output consistency across multiple runs. Detect anomalies and ensure reliable results.
Security Scan
Test against prompt injection attacks. Verify resistance to system prompt leakage.
Your Data. Your Infrastructure. Your Control.
Promptastic runs entirely on your servers. No data leaves your infrastructure. No third-party access. Complete privacy and control.
Promptastic
App Server
PostgreSQL
Primary Database
Redis
Cache & Queue
Flexible Authentication Options
Deploy in 60 Seconds
Get Promptastic running on your infrastructure with a single command. Enterprise-ready with Kubernetes support, LDAP integration, and OAuth2/OIDC authentication.
Docker
Docker Compose deployment
# Clone the repository
git clone https://gitlab.bertorello.info/marco/promptastic.git
cd promptastic
# Configure your environment
cp .env.example .env
# Edit .env with your settings (database, email, etc.)
# Start everything with Docker
docker compose up -dPrerequisites