File Storage

File Storage is the simplest way to store uploaded images and media files. By default, files are saved in the public/storage folder.

This option is ideal for local development and tryouts.

Installation

File storage is included in Headcode CMS by default. No extra setup is required.

Configuration

You can change the storage folder path in your environment file (e.g., .env.local):

.env.local
FILE_STORAGE_FOLDER=public/storage

For production setups, consider switching to a cloud storage provider such as Vercel Blob or Uploadthing.