Examples
Real-world examples and starter templates for Laju Framework.
Available Examples
Blog System
A complete blog with posts, categories, comments, and admin panel.
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.
Features:
- Task CRUD
- Categories/projects
- Due dates and reminders
- Drag & drop reordering
- Progress tracking
E-commerce
Full-featured online store.
Features:
- Product catalog
- Shopping cart
- Checkout with Stripe
- Order management
- Inventory tracking
API Server
REST API with authentication and documentation.
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 devOr with AI
@workflow/INIT_AGENT.md
"Create a blog like the example at /examples/blog"Contributing Examples
Have a great example? Submit a PR!
- Create example in
examples/directory - Add README with setup instructions
- Include screenshots if applicable
- Test with fresh install
Community Examples
Examples from the community:
- Portfolio Site by @username
- SaaS Dashboard by @username
- Real-time Chat by @username
