Essential toolkit for Wplace.live players. Free, open-source tools for color conversion, pixel art planning, and server monitoring.
- Convert HEX, RGB, or HSL colors to the closest match in the official Wplace palette
- Real-time color preview and comparison
- Click to copy color codes
- Visual palette display with all official Wplace colors
ποΈ Pixel Template Planner
- Grid-based pixel art editor with official Wplace color palette
- Zoom and pan functionality for detailed work
- Export designs as PNG images
- Save and load templates in JSON format
- Mobile-responsive with touch controls
- Drawing tools with left-click to draw, right-click to pan
- Real-time monitoring of Wplace.live server status
- Response time tracking
- Uptime percentage calculation
- Status history with timestamps
- Auto-refresh every 30 seconds (optional)
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
- Build Tool: Turbopack (for development)
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd wplace_tool- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
npm run build
npm startwplace_tool/
βββ src/
β βββ app/ # Next.js App Router pages
β βββ components/ # React components
β β βββ ColorConverter.tsx
β β βββ PixelPlanner.tsx
β β βββ ServerStatus.tsx
β β βββ Navigation.tsx
β β βββ Footer.tsx
β βββ lib/ # Utility functions
β βββ wplace-colors.ts # Color palette and conversion utilities
βββ public/ # Static assets
βββ README.md
Uses Euclidean distance in RGB color space to find the closest match in the Wplace palette:
distance = β[(rβ-rβ)Β² + (gβ-gβ)Β² + (bβ-bβ)Β²]- Left Click/Drag: Draw pixels with selected color
- Right Click/Drag: Pan around the canvas
- Mouse Wheel: Zoom in/out
- Touch: Full mobile support with pinch-to-zoom
- Monitors wplace.live server availability
- Tracks response times and uptime percentage
- Maintains history of last 50 status checks
- No-CORS requests for compatibility
This is an open-source project. Contributions are welcome! Contribute List:
Free to use for the Wplace community.
- Wplace.live - Main Wplace website
- Built for the Wplace community with β€οΈ