Skip to content

Learn from complete example applications.

  • Blog - Full-featured blog with authentication
  • Linkly - URL shortener with analytics
  • Gallery - Image gallery with uploads

Each example can be cloned and run locally:

Terminal window
# Clone the example
npx degit squirrelsoft-dev/cloudwerk/examples/blog my-blog
# Install dependencies
cd my-blog
pnpm install
# Run development server
pnpm dev

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.