Web interface for constructing project builder JSON
npm install @baseplate-dev/project-builder-webThis package contains the React-based web interface for the Baseplate project builder. It provides the graphical user interface where users configure their project's blueprint.
The project-builder-web package provides:
- A visual interface for defining data models, relationships, and fields
- Configuration through plugin interfaces
- Project settings and configuration management
- Real-time preview of project structure
- Integration with the project-builder-server for saving and synchronizing changes
- Built with React and TypeScript
- Uses Vite for bundling and development
- Styled with Tailwind CSS
- Communicates with the backend via tRPC
This package is part of the Baseplate monorepo and is served by the project-builder-cli when users run pnpm baseplate serve.