npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@lucidcms/core

v0.9.0-alpha.0

Published

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

Downloads

9

Readme

Lucid CMS

Tests NPM Version NPM Downloads NPM License

[!CAUTION] Lucid is still in Alpha and under heavy development, so please for the time being avoid using in any production setting. There is currently no commitment to backwards compatibility and breaking changes will be released on a regular basis while APIs and interfaces are being finalised.

[!NOTE]
The development of Lucid over the next few months will reduced while we focus on building out a new related internal project. Critical issues will still be addressed promptly. Stay tuned for more details on the new project.

A TypeScript-first, fully extensible headless CMS. Constructed using Fastify and SolidJS, it features sophisticated collection and brick builders, a wide range of plugins, and database adapters for PostgreSQL, LibSQL, and SQLite. It achieves the perfect balance of developer experience and an intuitive, easy-to-use interface for creators and end-users alike, without compromising on performance and flexibility.

Effortlessly configure Lucid to meet your content needs with our flexible configuration options, and an array of first-party plugins including LocalStorage, Resend, Nodemailer, S3, and more.

✨ Features

  • Multiple Database Supported: Choose between PostgreSQL, LibSQL, and SQLite database adapters.
  • Collection Builder: Set collections to single or multiple document mode, toggle translation support, add fixed and dynamic bricks, and use any of the 13 custom fields to structure the collections to meet your content needs.
  • Brick Builder: Define groups of custom fields that can be used within collections as either fixed or dynamic bricks. With access to 15 unique custom fiels, have the flexibility to create the content you want.
  • Media Library: Upload and manage images, videos, audio, and documents, and use them throughout your content via the media custom field.
  • Extensible Email Support: Define custom strategies for how Lucid should handle sending emails, use the exported sendEmail service to extend Lucid, update and create new templates, and view all sent emails from the emails list route.
  • Image Processing: Use the CDN route to resize and reformat images on request, with support for next-gen formats like AVIF and WebP.
  • Users and Roles: Invite as many users as you like and assign them roles with comprehensive permissions.
  • Full Localisation Support: Full localisation support out of the box for collections and media with opt-in/out flags against individual fields.
  • Plugin Support: Use plugins to to extend Lucid with a range of first party and third party solutions.
  • Hook Support: Extend Lucid further through a range of hooks, giving you full flexibility to add custom features.
  • Client Integrations: Register and manage client integrations allowing a head to request data from Lucid.
  • Toolkit: Call client route services programmatically enabling you to extend Lucid.

🛠️ First Party Plugins

  • Pages: Adds nested document support to your collections along with slugs and computed fullSlugs based parent relationships.
  • Nodemailer: Extend the email strategy to support Nodemailer by passing down a custom transport.
  • S3: Extend the media strategy to support using any S3 compatible storage solution.
  • Local Storage: Extends the media strategy to support uploading media to your file system.
  • Menus: Coming soon!
  • Resend: Coming soon!
  • Form Builder: Coming soon!

🏁 Getting Started

To get started you can follow the Getting Started guide from our documentation. Lucid is super easy to get up and running and with the SQLite DB adapter along with the Local Storage plugin, you can get set up without needing any third party services.

🖥️ Lucid UI

Still under development, Lucid UI is an Astro and TailwindCSS based UI library that is built to be used with Lucid. It's not quite ready for prime time yet, but you can expect to see it launch along side the Lucid beta in the coming months.