FoxNose CMS Documentation

FoxNose CMS is a headless content management system designed for efficient content delivery and management. This guide introduces the key features and helps you start working with the platform.

Key Features

Search Engine

FoxNose CMS includes a complete search engine, FoxNose Scent, that works immediately upon setup. The system handles full-text search across your content, processes partial term matches, and executes geospatial queries. Content indexing happens automatically in the background, enabling you to implement complex searches using AND, OR, and NOT operators. The search functionality extends to related data, allowing queries across connected content through simple API calls.

Environment Management

Each FoxNose CMS project includes separate environments for production and testing. These environments operate independently, each with dedicated API endpoints, content storage, and access controls. This separation lets you validate changes in test environments before deploying to production.

Localization System

The localization system in FoxNose CMS manages multilingual content through a straightforward approach. Add languages to your content structure, and the system handles content variants while maintaining a default language fallback. The versioning system tracks changes across translations, preserving the history of content updates in each language.

API Generation

FoxNose CMS generates API endpoints based on your content structure. As you create and modify content types, the system updates the corresponding API routes automatically. Create multiple APIs with different content exposure levels, customize field visibility, and set specific access permissions.

Was this page helpful?