Welcome to StoneJS Framework!

This is your application's home page. You can modify this file at pages/index.html

🚀 Your framework is running successfully!

Build component-based web applications with hierarchical layouts, dynamic routing, sessions, caching, and more.

Quick Links

Project Structure

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

Next Steps

  1. Explore the demos - Visit /demo/ to see all features
  2. Create your pages - Add new .html files to the pages/ directory
  3. Add layouts - Create autohandler files for consistent page wrapping
  4. Build APIs - Use dhandler files for dynamic routing
  5. Deploy - When ready, remove the pages/demo/ folder
💡 Tip: The demo folder is just regular content served by your application. You can protect it with an autohandler that checks for authentication, or delete it entirely when you deploy to production.

Built with StoneJS Framework | Session: Active