Build desktop apps with Java + Web | Krema

1 min read Original article ↗

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.

Read the Quick Start Guide

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

Simple IPC, powerful results