The Studio UI Bundle provides the frontend for Pimcore Studio, the administration interface for Pimcore. It relies on the Studio Backend Bundle for its REST API.
Built with React, Ant Design, TypeScript, Redux, RTK Query, Mercure, and Rsbuild.
Access Pimcore Studio at: {your-domain}/pimcore-studio
- Modern React-based administration interface for Pimcore
- Plugin architecture for extending the UI with custom functionality
- SDK with reusable components, services, and dependency injection
- Widget and perspective system for customizable workspaces
- Dynamic type system for extensible data type rendering
- Context menu and component registries for UI customization
- Real-time updates via Mercure integration
- Auto-generated TypeScript API client via RTK Query and OpenAPI
- Storybook-documented component library
- Architecture Overview - SDK, plugin system, and Window API
- Installation - Setup and prerequisites
- Configuration and Administration - Configuration, users, perspectives
- Extending - Plugin development guide and examples
- Development Details - Core development setup