Skip to content

Examples

Real-world examples and starter templates for Laju Framework.

Available Examples

Blog System

A complete blog with posts, categories, comments, and admin panel.

View Example →

Features:

  • Post CRUD with rich text editor
  • Categories and tags
  • Comments system
  • SEO-friendly URLs
  • Admin dashboard

Todo App

Simple but powerful task management app.

View Example →

Features:

  • Task CRUD
  • Categories/projects
  • Due dates and reminders
  • Drag & drop reordering
  • Progress tracking

E-commerce

Full-featured online store.

View Example →

Features:

  • Product catalog
  • Shopping cart
  • Checkout with Stripe
  • Order management
  • Inventory tracking

API Server

REST API with authentication and documentation.

View Example →

Features:

  • JWT authentication
  • Rate limiting
  • OpenAPI/Swagger docs
  • Versioned API
  • Pagination

Quick Start with Examples

Clone Example

bash
npx create-laju-app my-blog --template=blog
cd my-blog
npm run migrate
npm run dev

Or with AI

@workflow/INIT_AGENT.md

"Create a blog like the example at /examples/blog"

Contributing Examples

Have a great example? Submit a PR!

  1. Create example in examples/ directory
  2. Add README with setup instructions
  3. Include screenshots if applicable
  4. Test with fresh install

Community Examples

Examples from the community:

  • Portfolio Site by @username
  • SaaS Dashboard by @username
  • Real-time Chat by @username

Submit your example →

Released under the MIT License.