Guide
This guide is the main hands-on path through JSKIT.
It starts with a fast reproducible Quickstart, then steps back to the scaffold-first chapters that explain the default shell and runtime shape. After that, it introduces the database-backed users layer, expands into console and workspace-aware app structure, and adds a small App extras section for optional runtime packages such as the Android Capacitor shell, realtime, and assistant. Finally, the guide breaks out generator-specific workflows into their own section.
Table of Contents
App Setup
- Quickstart
- Initial Scaffolding
- Working With The JSKIT CLI
- A More Interesting Shell
- Authentication
- Database Layer
- Users
- Multi-homing
- Console
App Extras
Generators
How to use this guide
- Start with
Quickstartif you want the fastest route to a real workspace-enabled app and the first page-extension patterns. - Start with the rest of
App Setupif you want to understand the base scaffold layer by layer. - Use
App Extrasonce the base app structure is in place and you want optional runtime packages such as the Android shell, realtime, or assistant. - Jump into
Generatorsif you already understand the runtime packages and want app-owned scaffolding workflows. - Inside
Generators, readCRUD GeneratorsbeforeAdvanced CRUDs: the first chapter teaches the workflow, and the second explains the generated anatomy and customization points.