Sparkify is designed to help you organize and refine your AI prompts. As a native macOS application, it provides a focused, intuitive, and privacy-conscious workspace dedicated to optimizing your prompt engineering workflow.
Whether you're a developer, writer, or AI researcher, Sparkify makes managing your prompts effortless and organized.
Use {placeholder} syntax in your prompts to create reusable templates. Set default values for each parameter, enabling quick prompt adjustments across different scenarios.
Every time you modify a template, Sparkify automatically saves a new version. Easily compare any two versions side-by-side, review changes, and restore previous versions anytime. It provides a clear, traceable change history for your prompts.
Link your templates directly to local Markdown files (e.g., system instruction documents for command-line agents). Edit content within Sparkify and overwrite files with one click, or sync external file changes back into Sparkify. Keep your templates as the single source of truth, always in sync.
Organize your prompt library with custom tags. Filter by tags, pin status, or keywords to find exactly what you need, instantly.
Back up your entire prompt library to a single file. Easily share your collection or migrate between devices.
Sparkify runs fast, stable, and respects your privacy. All data is stored on your device—we don't collect any information.
- Create a New Template: Click the
+button in the main interface or use the shortcut⌘Nto create a new blank template. - Edit Content & Placeholders: In the editor window, enter a title and body for your template. Use
{placeholder}to define variable parameters, for example:Write a social media post about {topic}.Then save the template. - Fill Parameters: Return to the main interface, and you'll see an input field named
topicon the new template card. Fill in your specific content directly on the card, such as:AI-assisted programming. - Copy the Result: Click the "Copy" button on the card. Sparkify automatically combines your filled parameters with the template and copies the complete prompt (e.g.,
Write a social media post about AI-assisted programming.) to your clipboard.
- ✅ Support ongoing development through purchase
- ✅ Priority access to new features and updates
- ✅ Complete technical support
The Community Edition offers the same core functionality as the Support Edition, completely free.
- 📥 Download the latest version from GitHub Releases
- ⏱️ Usually updated some time after the App Store version release
- 🔓 Source code is always up-to-date
Note: The source code in this repository is usually ahead of the Community Edition builds in GitHub Releases, but maintains feature parity with the App Store Support Edition.
# Clone the repository
git clone https://github.com/SkyPixel-Studio/Sparkify.git
cd Sparkify
# Build
xcodebuild -scheme Sparkify -destination 'platform=macOS' build
# Run tests
xcodebuild -scheme Sparkify -destination 'platform=macOS' test
# Open in Xcode
xed .- Indentation: 4 spaces
- Naming Conventions:
- View structs end with
View(e.g.,TemplateCardView) - Models use PascalCase (e.g.,
PromptItem) - Properties use lowerCamelCase
- View structs end with
- Commit Messages: Follow
type: scopeformat- Example:
feat: add version comparison view - Example:
fix: resolve template parsing escape issue
- Example:
- Test files mirror source file paths (e.g.,
TemplateEngine.swift↔︎TemplateEngineTests.swift) - Test naming follows
testScenarioExpectationpattern - All tests must pass before submitting PR:
xcodebuild -scheme Sparkify test
We welcome community contributions!
- Fork the repository and create your feature branch (
git checkout -b feat/amazing-feature) - Write code and ensure it follows the project's code standards
- Add tests covering new features or bug fixes
- Run full test suite to ensure nothing is broken
- Commit changes (
git commit -m 'feat: add amazing feature') - Push to branch (
git push origin feat/amazing-feature) - Create a Pull Request
- Code passes
xcodebuild ... build - All tests pass
xcodebuild ... test - UI changes include screenshots or recordings
- Relevant documentation updated
- Commit messages follow conventions
This project is licensed under the Apache License 2.0.
You are free to use, modify, and distribute this software for personal or commercial purposes, as long as you comply with the license terms.
Sparkify is maintained by Guangzhou Meirui Overseas Consultancy Services Co., Ltd. (广州美瑞海外咨询有限公司).
Thanks to all users and contributors who support this project. Your feedback and contributions make Sparkify better.
Bring clarity to your creative process
Download Sparkify now and refine your AI workflow