Modern desktop apps. Cross platform.
Java backend. Web frontend.
Why Krema?
Build with the tools you know
Get started in seconds
Krema CLI scaffolds your project with everything you need: frontend framework, Java backend, and build configuration.
Choose from templates for React, Vue, Svelte, or vanilla JavaScript. Hot reload works out of the box for rapid development.
Terminal
- npm
- npx
- curl
# Install globally
npm install -g @krema-build/krema
# Create a new project
krema init my-app --template react
# Start development
cd my-app && krema dev