Showcase
Showcase
Section titled “Showcase”Real projects using DevAll in production development workflows.
Add your project! Submit a PR to add your project to this list.
Open Source Projects
Section titled “Open Source Projects”🚀 DevAll Dashboard
Section titled “🚀 DevAll Dashboard”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
🛍️ E-Commerce Platform Template
Section titled “🛍️ E-Commerce Platform Template”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
📊 Analytics Dashboard
Section titled “📊 Analytics Dashboard”github.com/example/analytics-dash Real-time analytics with React and Python.
- Stack: React, FastAPI, ClickHouse, Kafka
- Services: Frontend, API, workers, streaming
- Note: Uses
stealPortfor smooth restarts
Startup Projects
Section titled “Startup Projects”SaaS Boilerplate
Section titled “SaaS Boilerplate”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
AI Writing Assistant
Section titled “AI Writing Assistant”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
Social Media Scheduler
Section titled “Social Media Scheduler”Industry: Marketing Tech Size: 8 developers
- Monorepo with 6 packages
- Shared component library with watch mode
- Different configs for frontend/backend teams
Agency Projects
Section titled “Agency Projects”Digital Agency Portfolio
Section titled “Digital Agency Portfolio”Managing 15+ client projects with DevAll:
- Each project has its own
devall.yaml - Standardized configs across projects
- Junior devs can jump between projects easily
Consulting Firm Setup
Section titled “Consulting Firm Setup”- Template configs for different tech stacks
- React + Express template
- Python + Vue template
- Rails + React template
- New projects start in minutes
Educational Use
Section titled “Educational Use”Coding Bootcamp
Section titled “Coding Bootcamp”Full-Stack Web Development Course
- Students use DevAll for all projects
- Instructors can debug student environments easily
- Standard config for course exercises
University CS Program
Section titled “University CS Program”Software Engineering Course
- DevAll config included in assignment repos
- TAs can run student code instantly
- Consistent environment across different OS
Configuration Templates
Section titled “Configuration Templates”Next.js + Prisma + tRPC
Section titled “Next.js + Prisma + tRPC”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: truePython FastAPI + React
Section titled “Python FastAPI + React”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"Monorepo Workspace
Section titled “Monorepo Workspace”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: trueCommunity Stats
Section titled “Community Stats”- 500+ GitHub stars
- 50+ Contributors
- 1000+ Projects using DevAll
- 5 Languages supported in configs
Success Stories
Section titled “Success Stories””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
Add Your Project
Section titled “Add Your Project”Using DevAll in your project? We’d love to feature you!
- Fork the documentation repo
- Add your project to this page
- Submit a PR
Or just tweet us and we’ll add it for you.
Badges
Section titled “Badges”Show that your project uses DevAll:
Markdown
Section titled “Markdown”[](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>Result
Section titled “Result”Is your project using DevAll? Add it to the showcase!