Landing page for Utoo - Unified Frontend Toolchain.
- Showcase of three core packages:
utoo,@utoo/pack,@utoo/web - Interactive terminal demos
- Browser-based playground powered by
@utoo/web(WASM) - i18n support (English / Chinese)
- Dark / Light theme
- Next.js 15 with App Router
- Tailwind CSS
- Framer Motion
- Monaco Editor
- @utoo/web for browser builds
# Install dependencies
ut install
# Start dev server
ut dev
# Build for production
ut build