via “white-label and self-hosting configuration with feature flags”
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Unique: Uses a configuration-first approach (prompts.config.ts) that separates customization from code, enabling non-developers to self-host with custom branding and feature sets. The feature flag system allows organizations to selectively enable/disable features without forking the codebase, supporting both public and private deployments from the same source.
vs others: More flexible than SaaS-only platforms because self-hosting is first-class; more maintainable than fork-based customization because configuration changes don't diverge from upstream. Differs from generic white-label platforms by being purpose-built for prompt management.