@flexkit/asset-manager
v0.0.8
Published
Flexkit plugin for browsing and managing assets in a project.
Maintainers
Readme
Flexkit Asset Manager is a Studio plugin that provides a first-class interface for managing digital assets such as images, documents, PDFs, and other files within your Flexkit projects.
It allows users to upload, browse, organize, and relate assets to entities defined in their schema, making assets a natural part of the same graph-based data model used for business data.
The Asset Manager integrates seamlessly with the Flexkit Studio and GraphQL API, enabling assets to be queried, related, and managed just like any other entity. It is designed to be extensible and customizable, so teams can adapt asset workflows, metadata, and UI components to the needs of their product.

Installation
npm install @flexkit/asset-managerConfiguring
// `flexkit.config.ts`:
import { defineConfig } from '@flexkit/studio';
import { AssetManager } from '@flexkit/asset-manager';
export default defineConfig({
plugins: [AssetManager()],
});Contributing
Contributions to Flexkit are welcome and highly appreciated. However, before you jump right into it, we would like you to review our Contribution Guidelines to make sure you have a smooth experience contributing to Flexkit.
Reporting Issues
Found a bug? Have a feature request?
Open an issue with: • Repro steps • Expected vs actual behavior • Screenshots when helpful • Schema snippet (if relevant)
License
This project is licensed under the MIT license.
See LICENSE for more information.
Security
If you believe you have found a security vulnerability in Flexkit, we encourage you to responsibly disclose this and NOT open a public issue.
Please email us at [email protected] to report any security vulnerabilities.
