
Indirectus is a code generation tool for Directus, designed to generate types and utility functions compatible with the Directus SDK. It supports custom outputs and multiple languages. The tool creates a local .directus folder with a schema cache and the generated client output. The generated client code includes a Schema type for schema mappings and several functions to make data fetching cleaner.
.directus folder containing the schema cache and the generated client output.Schema type for schema mappings.client.request(fn) to make data fetching cleaner.Indirectus is a code generation tool for Directus that simplifies the process of generating types and utility functions compatible with the Directus SDK. It supports custom outputs for different languages and provides a clean way to fetch data from Directus. The tool creates a local folder with the generated client output, allowing developers to easily integrate it into their projects.

A website that uses Directus as an open source headless CMS to manage content. This includes features such as a customizable content model, role-based access control, and API-based content delivery to support a wide range of digital experiences.
Recoil is a state management library for React that provides an intuitive and flexible API for managing and sharing state across components. It supports a range of features, including derived state, asynchronous updates, and time-travel debugging, and is designed to work well with the React ecosystem and other state management solutions.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.