Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

59 improve secret service #60

Merged
merged 2 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 11 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,65 +11,34 @@

---

**Curator** is an alternative admin for [Strapi](https://www.strapi.io). It is customizable, translatable and mobile-friendly.
**Curator** is full-stack, customizable and batteries-included CMS built on [Strapi](https://www.strapi.io).

---

![Preview](https://raw.githubusercontent.com/its-devtastic/curator/main/media/preview.png)

## Documentation
## 📜 Documentation

Documentation is available [here](https://its-devtastic.github.io/curator/).

## Features
## 💫 Features

- 🌐 Multilingual (i18next)
- 🎨 Customizable theme (antd and Tailwind)
- 🧩 Injection zones
- 🧱 Swappable components
- 📜 Custom pages
- 📱 Responsive
- 🔌 Plugins
- 💯 100% TypeScript
- 🎨 Extremely customizable admin
- ✍️ Integrated authoring experience
- 📱 Mobile-friendly
- 💾 Content versioning

## Quick Start

Create a new Curator project with the Create Curator App tool:
Create a new Curator Studio project with the Create Curator App tool:

```shell
npx create-curator-app@latest cms
```

Your Curator project will run on http://localhost:1338
Curator Studio will run on http://localhost:1338

## Motivation

Strapi is the most popular JavaScript headless CMS available but its admin is notoriously uncustomizable. Curator
provides an alternative admin that is built with React and easy to customize and extend. It uses popular frameworks and
libraries that should be familiar to many developers.

## 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 | ✅ |
| Media library | 🚧️ (Cropping is currently not supported) |
| Role management | ❌ |
| API keys | ❌ |
| Webhooks | ❌ |
| Content-type builder | ❌ (not planned) |
We wanted to create a modern WordPress alternative that is easy to customize and batteries-included. Strapi provides
the foundation, Curator takes it to the next level.
Loading