
Design with JSX, powered by your own component library.
The Playroom is a tool that allows designers and developers to simultaneously design across various themes and screen sizes. It provides a code-oriented design environment that can be deployed alongside a design system documentation. With Playroom, users can iterate on designs in the final medium, create quick mock-ups and prototypes with real code, and evaluate the flexibility of their design system. Sharing work with others is easy by simply copying the URL.
Playroom is a powerful tool that allows designers and developers to design across multiple themes and screen sizes. It provides a zero-install code-oriented design environment, allowing users to iterate on designs in the final medium and create quick mock-ups and prototypes with real code. With Playroom, users can exercise and evaluate the flexibility of their design system and easily share their work with others. Installation is straightforward, requiring only a few steps to get started. Overall, Playroom is a valuable tool for anyone involved in the design and development process.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
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.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.