Native app shell
Load Wheelder Circular in a dedicated desktop window so users can treat it like an installed app instead of another browser tab.
Wheelder Circular Desktop wraps wheelder.com/circular in a native desktop shell with secure Electron defaults, installable Windows builds, portable executables, and a cleaner day-to-day operating surface for users who want the app outside the browser.
npm startnpm run devnpm run build:winnpm run build:win-portable
Users get the familiar Wheelder Circular experience in a desktop window with installer support and portable distribution.
Sometimes the fastest path to a usable desktop product is not a full native rewrite. Wheelder Circular Desktop packages the live Circular web experience into a secure desktop window so users can install it, pin it, and run it like a native app while the core product stays on the web.
Load Wheelder Circular in a dedicated desktop window so users can treat it like an installed app instead of another browser tab.
Context isolation and sandboxing reduce unnecessary renderer risk while keeping the wrapper simple and focused.
Create an NSIS installer that supports installation directory choice, shortcuts, and a more familiar Windows delivery flow.
Generate a no-install executable for users who need quick distribution, testing, or environments where installation is inconvenient.
Change the target site URL, app name, or window dimensions without re-architecting the app, which keeps iteration lightweight.
Turn a stable web surface into a standalone desktop deliverable quickly, which is useful when speed to market matters more than a bespoke native stack.
This is a desktop wrapper, not a full native rewrite. Its value is faster desktop distribution, cleaner installation, and a more app-like user experience for a web product that is already working.
Package a web product into a desktop deliverable without waiting for a full native implementation.
Most product logic stays in the web app, so the wrapper can remain thin and easier to maintain.
Users can install an EXE, run a portable build, and access the product in a way that feels more dedicated than a browser bookmark.
Keep the basic wrapper free if you want broad adoption. Upgrade when you want managed builds, premium installer polish, or desktop support around the same product surface.
For users who want the core desktop wrapper and are comfortable managing updates manually.
For users who want managed builds, easier rollout, and a more polished supported desktop experience.
For organizations packaging Wheelder Circular for a broader internal or customer-facing deployment.
Use this form as the landing-page conversion point for people who want Wheelder Circular Desktop. It captures plan intent now and can be wired into a live backend or CRM later without changing the page.
They are buying easier desktop access, cleaner installation, and a faster path from working web product to downloadable desktop deliverable.
Straight answers about packaging, security posture, and what this desktop product does and does not claim to be.
No. It is a desktop wrapper around the Wheelder Circular web experience, packaged through Electron for faster delivery.
Yes. The project supports Windows installer builds and portable builds through the existing Electron build scripts.
The current setup uses Electron security features such as context isolation and sandboxing, which is the right baseline for a thin wrapper app.
Yes. The start URL is configured in the main process, so the wrapper can be retargeted if the underlying web route changes.