Dashboard

Headcode CMS is a simple content management system for Next.js and Supabase.

Globals

Globals only exist in one instance and can be referenced throughout the site. Globals are perfect for headers, navigation, and footer components.

Collections

Collections are usually used for blog posts or similar pages. In Next.js they are referenced in dynamic routes.

Media

Media is used to store images, videos, and other files. Media can be referenced in globals and collections.

Users

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.