Welcome to ShipFree! This documentation will help you understand the project structure, components, and how to use them effectively.
ShipFree is an open-source alternative to ShipFast, designed to help developers launch their projects faster. It’s built with modern technologies and best practices, offering a complete solution for building full-stack web applications.
src/
├── app/ # Next.js app directory
│ ├── (auth)/ # Authentication related pages
│ ├── (docs)/ # Documentation pages
│ ├── (site)/ # Main website components
│ └── globals.css # Global styles
├── content/ # MDX content
│ ├── components/ # Component documentation
│ └── features/ # Feature documentation
├── components/ # Reusable UI components
└── lib/ # Utility functions and configs
Modern Authentication
Payment Processing
Email System
SEO Optimization
Developer Experience
Follow our deployment guide to get your project up and running. For detailed information about specific features, check out the respective documentation sections in the sidebar.
We welcome contributions! Please read our contribution guidelines before submitting pull requests.
ShipFree is open-source software licensed under the MIT license.