Headcode CMS is a simple content management system for Next.js and Supabase.
Globals only exist in one instance and can be referenced throughout the site. Globals are perfect for headers, navigation, and footer components.
Collections are usually used for blog posts or similar pages. In Next.js they are referenced in dynamic routes.
Media is used to store images, videos, and other files. Media can be referenced in globals and collections.
Users can be invited to your project and can be assigned roles. Roles can be used to restrict access to certain parts of the admin panel.