https://github.com/its-devtastic/curator
The Missing Toolkit For Strapi
https://github.com/its-devtastic/curator
admin batteries-included cms framework headless-cms strapi toolkit typescript
Last synced: 6 months ago
JSON representation
The Missing Toolkit For Strapi
- Host: GitHub
- URL: https://github.com/its-devtastic/curator
- Owner: its-devtastic
- License: mit
- Created: 2023-03-01T10:40:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T18:18:11.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T11:24:49.594Z (6 months ago)
- Topics: admin, batteries-included, cms, framework, headless-cms, strapi, toolkit, typescript
- Language: TypeScript
- Homepage: https://www.curatorjs.org
- Size: 2.56 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

---
**Curator** is an alternative admin for [Strapi](https://www.strapi.io).
---

## 📜 Documentation
Documentation is available [here](https://its-devtastic.github.io/curator/).
## 💫 Features
- (Truly) customizable, mobile-friendly admin
- Content versioning\*
- Dashboard\*
- Audit logs\*
- Admin user avatars\*
- Secrets manager\*
- Autosave
- Dark mode
- Flexible plugin system
\*Requires the Curator Strapi plugin.
## Quick Start
Create a new Curator project with the Create Curator App tool:
```shell
npx create-curator-app@latest
```
Curator Studio will run on http://localhost:1338
## Motivation
Strapi is a popular headless CMS, but it's missing some basic features and its admin is notoriously uncustomizable.
Curator offers a Strapi plugin that adds those features, and an alternative admin app that is easier to customize.
## Limitations
There are some limitations on what you can do with Curator, compared to the Strapi admin.
- ✅ = Supported
- 🚧 = Partial
- ❌ = Unsupported
| Feature | Status |
| -------------------- | ----------------------------------------- |
| Collection types | ✅ |
| Single types | ✅ |
| Internationalization | ✅ |
| Draft / publish | ✅ |
| Dynamic zones | ✅ |
| User management | ✅ |
| User profile | ✅ |
| Permissions | ✅️ |
| Dark mode | ✅ |
| Filters | ✅ |
| API keys | ✅ |
| Webhooks | ✅ |
| Media library | 🚧️ (Cropping is currently not supported) |
| Role management | ❌ |
| Content-type builder | ❌ (not planned) |