Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,422 changes: 1,422 additions & 0 deletions content/docs/case-studies/analytics-dashboard.mdx

Large diffs are not rendered by default.

713 changes: 713 additions & 0 deletions content/docs/case-studies/crm-system.mdx

Large diffs are not rendered by default.

727 changes: 727 additions & 0 deletions content/docs/case-studies/ecommerce-backend.mdx

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions content/docs/case-studies/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
title: "Case Studies"
description: "Real-world applications built with ObjectUI"
---

# Case Studies

Learn from complete, production-ready applications built with ObjectUI. Each case study includes full source code, architecture decisions, and implementation details.

## Featured Case Studies

### 🏢 [Complete CRM System](/docs/case-studies/crm-system)

Build a full-featured Customer Relationship Management system.

**Features:**
- Contact and company management
- Deal pipeline with drag-and-drop
- Activity tracking and timeline
- Email integration
- Reporting and analytics
- Role-based access control

**Tech Stack:** ObjectUI + Next.js + PostgreSQL + Prisma

**Time to Build:** 2-3 weeks

[**View Case Study →**](/docs/case-studies/crm-system)

---

### 🛒 [E-commerce Backend](/docs/case-studies/ecommerce-backend)

Create a comprehensive e-commerce admin panel.

**Features:**
- Product catalog management
- Order processing and fulfillment
- Inventory tracking
- Customer management
- Analytics dashboard
- Payment integration

**Tech Stack:** ObjectUI + React + Node.js + MongoDB

**Time to Build:** 2-3 weeks

[**View Case Study →**](/docs/case-studies/ecommerce-backend)

---

### 📊 [Data Analytics Dashboard](/docs/case-studies/analytics-dashboard)

Build a powerful data visualization platform.

**Features:**
- Real-time metrics and KPIs
- Custom chart builder
- Report generation (PDF/Excel)
- Data filtering and aggregation
- User segmentation
- Export functionality

**Tech Stack:** ObjectUI + React + PostgreSQL + Redis

**Time to Build:** 1-2 weeks

[**View Case Study →**](/docs/case-studies/analytics-dashboard)

---

### ⚙️ [Workflow Engine](/docs/case-studies/workflow-engine)

Implement a visual workflow automation system.

**Features:**
- Drag-and-drop workflow builder
- Custom task types
- Conditional logic
- Parallel execution
- Error handling and retry
- Audit logging

**Tech Stack:** ObjectUI + React + Node.js + BullMQ

**Time to Build:** 3-4 weeks

[**View Case Study →**](/docs/case-studies/workflow-engine)

---

## Getting Started

Choose a case study that matches your experience level:

### Beginner to Intermediate

Start with the **Analytics Dashboard** - it covers core ObjectUI concepts without overwhelming complexity.

### Intermediate to Advanced

Try the **E-commerce Backend** or **CRM System** - these demonstrate complex data relationships and user workflows.

### Advanced

Dive into the **Workflow Engine** - explores advanced patterns like dynamic schemas, custom execution engines, and real-time updates.
9 changes: 9 additions & 0 deletions content/docs/case-studies/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Case Studies",
"pages": [
"crm-system",
"ecommerce-backend",
"analytics-dashboard",
"workflow-engine"
]
}
Loading
Loading