Launch
Collaborative Drawing App with
Launch a new Collaborative Drawing App project and you will instantly have access to a development environment. No sign-up required.
Launch a new Collaborative Drawing App project and you will instantly have access to a development environment. No sign-up required.
Diploi
Choose some optional add-ons to launch with Collaborative Drawing App
A fun, collaborative drawing app built with Refine, React (Vite) and Supabase.
This starter kit demonstrates:
This starter kit consists of two Diploi components:
react-vite — Frontend application (Refine + React + Vite)supabase — Database, auth, and realtime backendEverything is wired together automatically via environment variables
defined in diploi.yaml.
Based on the official Diploi react-vite component.
These are automatically injected from the Supabase component:
VITE_SUPABASE_URLVITE_SUPABASE_ANON_KEYThis starter kit enables Diploi’s runtime build mode:
- name: __VITE_RUNTIME_BUILD
value: true
This allows environment variables to be populated correctly in production deployments.
Based on the official Diploi supabase component.
The component automatically configures redirect URLs so authentication flows correctly back to the React app.
The database is seeded with a test account:
Email: test@example.com
Password: password
You can log in immediately after deployment.
⚠️ Make sure to change or remove this account in production environments.
Diploi automatically:
This project is originally based on the Refine example template Pixels and adapted for Diploi deployments.
Refine is a headless React framework for building CRUD applications:
https://refine.dev
Diploi is the single SaaS service for managing, developing and hosting your full application.