We're thrilled to announce that SystemPrompt v0.0.1 is now available in early access. After months of development, we're ready to share our vision for what a self-hosted AI platform should look like.
What is SystemPrompt?
SystemPrompt is a complete, self-hosted AI platform designed for teams who need full control over their AI infrastructure. Unlike cloud-only solutions, SystemPrompt runs entirely on your infrastructure, giving you:
- Complete data sovereignty - Your data never leaves your servers
- Full customisation - Extend and modify every component
- Production-ready architecture - Built for reliability and scale
- Unified control plane - Manage agents, content, and workflows from a single CLI
What's in v0.0.1
This early access release includes the core platform components:
Unified CLI
A single command-line interface to manage your entire AI infrastructure:
# Manage agents
systemprompt admin agents list
systemprompt admin agents message blog -m "Write about AI trends" --blocking
# Handle content
systemprompt core content ingest ./content --source blog
systemprompt core content show my-post --source blog
# Monitor services
systemprompt infra services status
systemprompt infra logs stream --service api
MCP Server Integration
Full Model Context Protocol support for extensible AI capabilities:
- Connect any MCP-compatible tool
- Build custom servers for your domain
- Secure, authenticated connections
Playbook System
Structured workflows that guide both humans and AI agents:
# Read a playbook
systemprompt core playbooks show guide_start
# List all playbooks
systemprompt core playbooks list --category cli
Content Management
A complete content pipeline from creation to publication:
- Markdown-based content with rich frontmatter
- Automatic ingestion and indexing
- Template-driven rendering
Getting Started
Ready to try SystemPrompt? Here's how to get started:
-
Clone the repository
git clone https://github.com/systemprompt/systemprompt cd systemprompt -
Build the platform
just build -
Start services
just start -
Read the getting started guide
systemprompt core playbooks show guide_start
Early Access Programme
As an early access release, v0.0.1 is intended for:
- Developers who want to explore the platform architecture
- Teams evaluating self-hosted AI solutions
- Contributors interested in shaping the project's direction
We're actively seeking feedback on:
- API design and CLI ergonomics
- Extension and plugin architecture
- Documentation and onboarding experience
What's Next
Our roadmap for the coming months includes:
- v0.1.0 - Stable API, improved documentation
- v0.2.0 - Enhanced agent capabilities, workflow automation
- v0.3.0 - Multi-tenant support, advanced analytics
We'll be sharing more details on each milestone as we progress.
Join the Community
SystemPrompt is built in the open. We welcome contributions, feedback, and discussion:
- GitHub - Report issues, submit PRs, star the repo
- Discussions - Share ideas and ask questions
- Discord - Real-time chat with the team and community
Acknowledgements
Building SystemPrompt has been a journey. We're grateful to everyone who has contributed ideas, code, and feedback during development.
This is just the beginning. We're excited to see what you'll build with SystemPrompt.
Welcome to the future of self-hosted AI.