# Deploy Dumbdo with Easypanel

URL: /templates/dumbdo

DumbDo is a stupidly simple todo list application that just works. No complex database, no unnecessary features - just todos. It features a clean, minimal interface with dark/light mode support, file-based storage, and PIN protection. Built with the "Dumb" design system principles, it's fast, lightweight, and fully responsive with PWA support.

## Benefits

### Stupidly Simple

No complex database, no unnecessary features - just todos. Built with the "Dumb" design system principles for maximum simplicity and reliability.

### Clean Minimal Interface

Clean, minimal interface with dark/light mode support and system preference detection for a distraction-free todo management experience.

### File-Based Storage

Simple file-based storage using JSON files - todos persist between sessions without complex database setup or maintenance requirements.

### PIN Protection

Optional PIN protection (4-10 digits) to secure your todos while keeping the interface simple and accessible.

## Features

### Dark/Light Mode

Built-in dark and light mode with automatic system preference detection for comfortable viewing in any environment.

### Fully Responsive Design

Mobile-first responsive design that works perfectly on desktop, tablet, and mobile devices with touch-friendly interface.

### PWA Support

Progressive Web App support allowing you to install DumbDo as a native app on your device for quick access.

### File-Based Storage

Simple JSON file storage at `/app/data/todos.json` - easy to backup, restore, and migrate your todos between instances.

### Fast and Lightweight

Minimal resource usage with fast performance - no complex dependencies or heavy frameworks, just pure efficiency.

### Single List Mode

Optional single list mode to show all todos without the list selector for even simpler todo management.

## Configuration

- `appServiceName` (App Service Name, required): dumbdo

- `appServiceImage` (App Service Image, required): dumbwareio/dumbdo:d4dff81e4eab16de0974a94742e1cd3bc51a369a — Dumbdo Docker image

## Services

- dumbdo: app (dumbwareio/dumbdo:d4dff81e4eab16de0974a94742e1cd3bc51a369a)

## Resources

- [Website](https://www.dumbware.io/DumbDo)

- [GitHub](https://github.com/dumbwareio/dumbdo)

- [Docker Hub](https://hub.docker.com/r/dumbwareio/dumbdo)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/dumbdo)