Compare commits

..

22 commits

Author SHA1 Message Date
martin
b563215276 Update Claude Code settings for git operations
- Add git push, add, and commit to allowed bash commands
- Enable automated git workflow for development

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 20:19:30 +02:00
martin
34b4109841 Change to Creative Commons NonCommercial license
- Replace MIT License with CC BY-NC-SA 4.0 to prevent commercial use
- Allows sharing, modification, and redistribution for non-commercial purposes
- Requires attribution and derivative works to use same license
- Prohibits commercial sale or monetization of the software

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 20:17:53 +02:00
martin
2d43e1c7b6 Add MIT License for open source distribution
- Add MIT License to enable open source usage, modification, and distribution
- Copyright assigned to Collaborative Pixel Art Contributors
- Provides standard MIT License terms and conditions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 20:16:16 +02:00
martin
415919b3e1 Fix pixel persistence and improve mobile UX
- Fix pixel data storage to include user information (userId, username, timestamp)
- Enhance zoom controls to center properly without drift
- Improve mobile modal centering with flexbox layout
- Add dynamic backend URL detection for network access
- Fix CORS configuration for development mode
- Add mobile-optimized touch targets and safe area support

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 20:14:48 +02:00
martin
1da96f34a6 Modernize collaborative pixel art platform to production-ready architecture
Major refactor from simple HTML/JS app to modern full-stack TypeScript application:

## Architecture Changes
- Migrated to monorepo structure with workspaces (backend, frontend, shared)
- Backend: Node.js + Express + TypeScript + Socket.IO
- Frontend: Next.js 15.5 + React 19 + TypeScript + Tailwind CSS
- Shared: Common types and utilities across packages

## Key Features Implemented
- Real-time WebSocket collaboration via Socket.IO
- Virtual canvas with chunked loading for performance
- Modern UI with dark mode and responsive design
- Mock database system for easy development (Redis/PostgreSQL compatible)
- Comprehensive error handling and rate limiting
- User presence and cursor tracking
- Infinite canvas support with zoom/pan controls

## Performance Optimizations
- Canvas virtualization - only renders visible viewport
- Chunked pixel data loading (64x64 pixel chunks)
- Optimized WebSocket protocol
- Memory-efficient state management with Zustand

## Development Experience
- Full TypeScript support across all packages
- Hot reload for both frontend and backend
- Docker support for production deployment
- Comprehensive linting and formatting
- Automated development server startup

## Fixed Issues
- Corrected start script paths
- Updated environment configuration
- Fixed ESLint configuration issues
- Ensured all dependencies are properly installed
- Verified build process works correctly

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 19:28:05 +02:00
martin dolez
ee5b0bee92
Merge pull request #2 from ItsQuadrus/patch-1
Implement asynchronous file system operations
2024-03-20 20:21:00 +01:00
martin dolez
9b09f972b2
Merge pull request #1 from AldessScratch/main
Changes made by aldess
2024-03-20 20:18:47 +01:00
ItsQuadrus
6d4d7fba7a
asynchronous file system operations 2024-03-20 20:04:40 +01:00
Aldess
58feaa68ef
Update color picker, css changes 2023-11-25 18:48:24 +01:00
Aldess
c029bdb44a
Update script.js 2023-11-25 18:47:52 +01:00
Aldess
ee9d3b4c48
Update server.js 2023-11-25 18:47:22 +01:00
Aldess
29b84fbc89
Update script.js 2023-11-24 12:07:14 +01:00
Aldess
42dad1c02a
Add files via upload 2023-11-24 12:06:37 +01:00
Aldess
b4ecdb98ad
Add files via upload 2023-11-24 07:43:27 +01:00
Aldess
c712f6a5dd
Delete vercel.json 2023-11-23 21:25:44 +01:00
Aldess
1ee3d46b97
Update vercel.json 2023-11-23 21:15:14 +01:00
Aldess
258085fdbe
Update vercel.json 2023-11-23 21:11:43 +01:00
Aldess
a76c7c6283
Create vercel.json 2023-11-23 21:10:39 +01:00
Aldess
7861b71e41
Delete canvas_data.json 2023-11-23 21:06:32 +01:00
Aldess
0842752cd4
Add files via upload 2023-11-23 21:05:52 +01:00
Aldess
e2139e0cdb
Create canvas_data.json 2023-11-23 21:03:52 +01:00
Aldess
97b9fda920
Update package.json 2023-08-25 22:51:36 +02:00

Diff content is not available