2f51f11263c8e3daf5c13e8431213256950dbf33
Updated progress status: - Phase 1-11 now complete (88% of MVP features) - Text Tool section fully marked as complete with all features - Added comprehensive feature list for text tool implementation Text Tool Features Completed: ✅ On-canvas Photoshop-style editor with live preview ✅ 16 system fonts available ✅ Bold/Italic style toggles ✅ Text alignment (Left/Center/Right) ✅ Line height control (0.5-3.0) ✅ Letter spacing control (-10px to 50px) ✅ Click to edit existing text ✅ Drag to move text ✅ Delete with Delete/Backspace on empty text Only remaining TODO for text tool: - Web font loading (Google Fonts integration) Next priorities: - Advanced Brush Tools (Clone Stamp, Healing Brush, Smudge, Dodge/Burn) - Performance Optimizations - Testing & Documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Paint UI
A modern, browser-based image editor built with Next.js 16 and Tailwind CSS 4. Inspired by miniPaint, reimagined for the modern web.
Features (Planned)
- 🎨 Multi-layer Canvas - Professional layer system with blend modes
- 🖌️ Drawing Tools - Pencil, brush, eraser, fill, and selection tools
- ✨ Image Effects - 50+ filters and effects (blur, sharpen, color adjustments)
- 📝 Text Tool - Add text with web fonts
- 🔄 Undo/Redo - Full history system
- 💾 File Support - Open/save PNG, JPG, WEBP, GIF, and project files
- 🎭 Dark Mode - Beautiful dark and light themes
- ⌨️ Keyboard Shortcuts - Power user friendly
- 📱 Responsive - Works on desktop, tablet, and mobile
Tech Stack
- Framework: Next.js 16 (App Router)
- UI: React 19 + TypeScript
- Styling: Tailwind CSS 4
- Components: Radix UI / Shadcn
- State: Zustand
- Canvas: HTML5 Canvas API + Web Workers
Getting Started
Prerequisites
- Node.js 20+
- pnpm 9+
Installation
# Clone repository
git clone ssh://git@dev.pivoine.art:2222/valknar/paint-ui.git
cd paint-ui
# Install dependencies
pnpm install
# Run development server
pnpm dev
Open http://localhost:3000 in your browser.
Documentation
- Implementation Plan - Detailed roadmap and architecture
- Contributing Guide - How to contribute (coming soon)
- API Documentation - Plugin API reference (coming soon)
Inspiration
This project is inspired by miniPaint, an excellent open-source image editor. While paint-ui is a complete rewrite with modern technologies, we aim to preserve the powerful capabilities that make miniPaint great.
License
MIT
Author
valknar
Repository
Description
Languages
TypeScript
98.2%
CSS
1.6%
Dockerfile
0.2%