New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@curatorjs/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@curatorjs/core

An alternative admin for Strapi.

unpublished
latest
Source
npmnpm
Version
0.15.0
Version published
Maintainers
1
Created
Source

Curator Logo

Curator is an alternative admin for Strapi. It is customizable, translatable and mobile-friendly.

Preview

Documentation

Documentation is available here.

Features

  • 🌐 Multilingual (i18next)
  • 🎨 Customizable theme (antd and Tailwind)
  • 🧩 Injection zones
  • 🧱 Swappable components
  • 📜 Custom pages
  • 📱 Responsive
  • 🔌 Plugins
  • 💯 100% TypeScript

Quick Start

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

npx create-curator-app@latest cms

Next, go into the newly created cms directory and install the dependencies. When that's done, run

npm run dev

Your Curator project 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
FeatureStatus
Collection types
Single types
Internationalization
Draft / publish
Dynamic zones
User management
User profile
Permissions✅️
Dark mode
Media library🚧️ (cropping is currently not supported)
Role management
API keys
Webhooks
Content-type builder❌ (not planned)

FAQs

Package last updated on 18 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts