create-float-v
v1.0.3
Published
Create Float-V applications with one command
Downloads
13
Readme
create-float-v ⚡
The official scaffolding tool for the Float-V ecosystem.
🚀 Quick Start
Create a new Float-V project in seconds using npx:
npx create-float-v@latestFollow the interactive prompts to choose your project type and name.
🏗️ Available Templates
| Template | Stack | Description |
| :--- | :--- | :--- |
| Web | @float-v/core (SSR) | High-performance web app with native SSR and file-based routing. |
| Mobile | Expo + @float-v/lite | Cross-platform mobile app for iOS and Android. |
| Server | Headless + @float-v/core | API-only server for real-time and headless workloads. |
🛠️ Requirements
- Node.js: v18 or higher.
- Package Manager: Recommended
pnpm, but works withnpmoryarn.
📦 What's Included?
Every project generated with create-float-v comes with:
- Liquid Glass Design System: Premium UI components and physically accurate motion.
- Universal State Engine: Durable persistence and semantic state identity.
- TypeScript First: Robust type definitions and developer-first DX.
- Zero Config: Sensible defaults for Tailwind CSS, PostCSS, and Routing.
Maintained by the Float-V core team. Engineered for high-performance React development.
