@flexkit/desk
v0.0.8
Published
Core Flexkit Studio plugin that powers the main interface for browsing entities, managing attributes, and performing CRUD operations on structured business data.
Downloads
402
Maintainers
Readme
A plugin for Flexkit Studio that that powers the Desk experience, enabling developers and teams to browse entities, manage attributes, and perform CRUD operations on structured business data.
Features
- Browse entities and their attributes
- Perform CRUD operations on entities
- Manage attributes of entities
- Manage relationships between entities
- Manage views of entities
- Manage filters on entities
- Manage sorts on entities

Installation
npm install @flexkit/deskConfiguring
// `flexkit.config.ts`:
import { defineConfig } from '@flexkit/studio';
import { Desk } from '@flexkit/desk';
export default defineConfig({
plugins: [Desk()],
});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.
