A full-stack, multi-platform framework for building applications for web, mobile, and desktop with zero external dependencies.
- Universal component system
- Integrated state management
- Multi-platform rendering (web, mobile, desktop)
- Comprehensive toolchain (CLI, bundler, dev server, testing)
- Performance optimization
- Zero configuration
- Migration support from existing frameworks
# Install the ONEDOT-JS CLI
npm install -g onedot-js
# Create a new application
onedot create my-app
# Navigate to the project directory
cd my-app
# Start the development server
onedot dev