Assets are files uploaded to the platform's blob storage. They are managed from Admin > Assets and can also be uploaded inline when editing other records (e.g., product images, article featured images).
Files can be uploaded in two ways:
Uploaded files are stored in Vercel Blob Storage and served through a CDN for fast global delivery.
The platform accepts most common file types. Each file field may specify additional constraints via its accept validation. Common supported types include:
Each file field defines a maximum upload size via its mbLimit validation. Typical limits:
The platform validates file size before upload. Files exceeding the limit are rejected with a validation error and are not stored.
The platform uses configurable fallback images when no file has been uploaded. These are set in Site Config > Placeholders and include defaults for missing avatars, product images, and hero banners. This ensures the site never displays broken image links.
File and image fields are read-only via the external API. You can read file URLs from records but cannot upload files through the API. All file uploads must go through the CMS Manager.