Philosophy & Overview
LetsWhim was engineered as an antithesis to the increasingly bloated modern web ecosystem. We have developed a minimalist client-side web engine that runs natively in the browser, eliminating the overhead of server-side compilation.
Our mission is clear: to empower developers with the freedom to execute application logic instantly, securely, and without infrastructure bottlenecks.
Quick Start Guide
Initialize your first project in seconds. Use the following command in your terminal to automatically scaffold the LetsWhim ecosystem.
npm create letswhim@latest
*Ensure you have Node.js installed to utilize this scaffolding feature.
Variable Management (atur)
Data declaration in LetsWhim is designed to be as natural as possible. By using the atur keyword, the engine allocates memory efficiently without the need for rigid or verbose syntax.
atur version = "2.0.1";
Output Systems (pajang)
Visualize your logic processing results directly to the Playground Output panel using the pajang function. This is the fastest method for real-time debugging and data inspection.
pajang "Engine successfully executed!";
P2P Multiplayer Sync
A revolutionary feature enabling pure multi-user collaboration through WebRTC technology. No databases, no intermediary servers—just secure and private browser-to-browser connectivity.
Simply share your Host Token with your team to begin co-authoring logic in real-time within the Playground.
Adaptive Smart UI
Visual comfort is a priority. The LetsWhim engine intelligently detects your operating system's theme preferences. No manual toggle required; the interface adapts instantly between dark and light modes.
Code Documentation
Maintaining clean code is fundamental to collaboration. Use the double slash syntax to provide annotations or critical notes within your logic blocks.
// Implementation of P2P sync logic