Shipwrecked is a modern framework for building responsive web applications with a focus on performance and developer experience.
Optimized architecture with sub-500ms build times and instant hot reloading.
Sensible defaults, zero-config setup, and elegant API design.
Build web, mobile, desktop, and command line apps with the same codebase.
1 // Create a new project 2 $ npx create-shipwrecked@latest my-app 3 4 // Install and run dev server 5 $ cd my-app 6 $ npm run dev