Features
- Dynamic tool discovery and loading
- Responsive design that works on all devices
- Fast, client-side tool execution
- Easy to extend with new tools
- Modern, intuitive interface
Adding New Tools
To add a new tool to the hub:
- Create a new folder in the
/tools directory
- Add an
index.html file with your tool
- Create a
config.json file with tool metadata
- Run the build script:
node scripts/build.js build
- The tool will be automatically discovered and added to the hub
Development
To develop and test locally:
- Build the project:
node scripts/build.js build
- Start development server:
node scripts/build.js serve
- Open
http://localhost:3000 in your browser