Skip to content

Showcase

Real projects using DevAll in production development workflows.

Add your project! Submit a PR to add your project to this list.

github.com/devall-hq/devall The DevAll project itself uses DevAll for development. Meta!

  • Stack: Vue 3, Express, Tauri, WebSockets
  • Services: Frontend, backend, docs site, desktop app
  • Special: Uses freestyle terminals for testing CLI commands

github.com/example/ecommerce-template Full-stack e-commerce with microservices architecture.

  • Stack: Next.js, Node.js, PostgreSQL, Redis
  • Services: 8 microservices + gateway
  • Config: View devall.yaml

github.com/example/analytics-dash Real-time analytics with React and Python.

  • Stack: React, FastAPI, ClickHouse, Kafka
  • Services: Frontend, API, workers, streaming
  • Note: Uses stealPort for smooth restarts

Industry: Developer Tools Size: 5 developers

  • Running 12 services including auth, billing, notifications
  • Saved 30 minutes per day in context switching
  • New developers onboard in < 5 minutes

Industry: AI/ML Size: 3 developers

  • Frontend, API, ML model server, vector DB
  • Uses MCP integration for AI-assisted debugging
  • Secondary services for GPU-intensive tasks

Industry: Marketing Tech Size: 8 developers

  • Monorepo with 6 packages
  • Shared component library with watch mode
  • Different configs for frontend/backend teams

Creative Studio XYZ

Managing 15+ client projects with DevAll:

  • Each project has its own devall.yaml
  • Standardized configs across projects
  • Junior devs can jump between projects easily

Tech Consultants Inc

  • Template configs for different tech stacks
  • React + Express template
  • Python + Vue template
  • Rails + React template
  • New projects start in minutes

Full-Stack Web Development Course

  • Students use DevAll for all projects
  • Instructors can debug student environments easily
  • Standard config for course exercises

Software Engineering Course

  • DevAll config included in assignment repos
  • TAs can run student code instantly
  • Consistent environment across different OS
name: "Modern Stack"
services:
- id: next
name: Next.js
command: npm
args: [run, dev]
port: 3000
autostart: true
- id: prisma-studio
name: Prisma Studio
command: npx
args: [prisma, studio]
port: 5555
secondary: true
- id: db
name: PostgreSQL
command: docker
args: [run, --rm, -p, "5432:5432", postgres]
port: 5432
secondary: true
name: "Python Fullstack"
services:
- id: frontend
name: React
command: npm
args: [start]
cwd: ./frontend
port: 3000
autostart: true
- id: backend
name: FastAPI
command: uvicorn
args: [main:app, --reload, --port, "8000"]
cwd: ./backend
port: 8000
autostart: true
env:
PYTHONUNBUFFERED: "1"
name: "Monorepo"
services:
- id: shared
name: Shared Libs
command: npm
args: [run, build:watch]
cwd: ./packages/shared
background: true
autostart: true
- id: web
name: Web App
command: npm
args: [run, dev]
cwd: ./apps/web
port: 3000
autostart: true
- id: mobile-web
name: Mobile Web
command: npm
args: [run, dev]
cwd: ./apps/mobile
port: 3001
secondary: true
  • 500+ GitHub stars
  • 50+ Contributors
  • 1000+ Projects using DevAll
  • 5 Languages supported in configs

”Onboarding time went from hours to minutes”

Section titled “”Onboarding time went from hours to minutes””

“New team members just clone the repo and run npx devall. They’re coding in 2 minutes instead of reading setup docs for 2 hours.”

Engineering Manager, FinTech Startup

”Finally, documentation that stays updated”

Section titled “”Finally, documentation that stays updated””

“The devall.yaml IS the documentation. When we change how to run something, the docs update automatically.”

Lead Developer, Open Source Project

”Our AI assistant is actually helpful now”

Section titled “”Our AI assistant is actually helpful now””

“Claude can see all our services, read logs, and restart things. It’s like pair programming with someone who actually understands the setup.”

Solo Developer, SaaS Product

Using DevAll in your project? We’d love to feature you!

  1. Fork the documentation repo
  2. Add your project to this page
  3. Submit a PR

Or just tweet us and we’ll add it for you.

Show that your project uses DevAll:

[![DevAll Ready](https://img.shields.io/badge/DevAll-Ready-blue.svg)](https://dev-all.com)
<a href="https://dev-all.com">
<img src="https://img.shields.io/badge/DevAll-Ready-blue.svg" alt="DevAll Ready">
</a>

DevAll Ready


Is your project using DevAll? Add it to the showcase!