Examples
Learn from complete example applications.
Available Examples
Section titled “Available Examples”- Blog - Full-featured blog with authentication
- Linkly - URL shortener with analytics
- Gallery - Image gallery with uploads
Running Examples
Section titled “Running Examples”Each example can be cloned and run locally:
# Clone the examplenpx degit squirrelsoft-dev/cloudwerk/examples/blog my-blog
# Install dependenciescd my-blogpnpm install
# Run development serverpnpm devWhat’s in Each Example
Section titled “What’s in Each Example”All examples demonstrate:
- File-based routing with pages and layouts
- Data loading with loader functions
- Form handling with actions
- Authentication flows
- Database operations with D1
Check individual example pages for specific features demonstrated.