Skip to content

CrumWorld/CrumStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Descriptive text for the image

Zero-SDK desktop packaging for the modern web.

Version Platform License


🚀 Overview

CrumStack by CrumWorld is a high-performance CLI designed to transform modern web projects into lightweight, standalone Windows applications. By leveraging the native WebView2 runtime, CrumStack eliminates the overhead of Electron while providing a professional, branded host for your code.

✨ Why CrumStack?

  • ⚡ Elite Performance: Sub-2MB native host with minimal memory footprint.
  • 🔌 Zero-SDK: Package any web project without modifying a single line of code.
  • 📦 Full-Stack Ready: Seamlessly orchestrate Node.js or Python backends as sidecar processes.
  • 🛡️ Secure Bundling: Your assets are securely bundled and extracted only at runtime.
  • 💎 Pro Branding: Injected icons, metadata, and CrumWorld-certified copyrights.

🛠️ Quick Start

1. Install

npm install -g @crumworld/crumstack

2. Configure (.cstack)

{
  "name": "My Pro App",
  "entry": "dist/index.html",
  "icon": "icon.ico",
  "backend": {
    "command": "node",
    "args": ["server.js"]
  }
}

3. Build

cstack init
cstack build

📘 Documentation

Explore the full potential of CrumStack, including window customization and deep framework integration.

👉 Read the Documentation


💎 Built by CrumWorld

CrumStack is a proud product of CrumWorld. Join our community for updates and support.

crumstack.crumworld.com

© 2026 CrumWorld. Built for the future.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors