This is your application's home page. You can modify this file at pages/index.html
Build component-based web applications with hierarchical layouts, dynamic routing, sessions, caching, and more.
Interactive examples and documentation
REST API with dhandlers
Start building your app
Your application follows this structure:
pages/
├── index.html ← You are here
├── autohandler ← Site-wide layout (optional)
├── demo/ ← Framework demos (deletable in production)
│ ├── autohandler ← Demo section layout
│ ├── index.html
│ └── ...
└── your-app/ ← Add your pages here
├── autohandler ← Section layout
└── page.html
pages/ directoryautohandler files for consistent page wrappingdhandler files for dynamic routingpages/demo/ folderBuilt with StoneJS Framework | Session: Active