Build Ocean of Applications

Shipwrecked is a modern framework for building responsive web applications with a focus on performance and developer experience.

Framework Illustration

Why Developers Choose Shipwrecked

Lightning Fast

Optimized architecture with sub-500ms build times and instant hot reloading.

🛠

Developer Friendly

Sensible defaults, zero-config setup, and elegant API design.

🌍

Cross-Platform

Build web, mobile, desktop, and command line apps with the same codebase.

Getting Started

JavaScript
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
                

Frequently Asked Questions

Can I use Tailwind CSS?
Yes! Shipwrecked is built with Tailwind CSS by default. Customize your theme through the config file.
Is it for beginners?
Absolutely. The framework provides clear documentation, error messages, and community support for all levels.
How is it licensed?
Released under the MIT license. 100% free and open source with commercial applications.