Track your cubes, unlock achievements, and explore the world's largest cube database.
Built with: SvelteKit · Tailwind · Supabase · TypeScript
Live: thecubeindex.com
git clone https://github.com/cubeindex-project/CubeIndex.git
cd CubeIndex
npm install
cp .env.example .env
npx supabase db start
npm run devThen visit localhost:5173
PUBLIC_SUPABASE_URL/PUBLIC_SUPABASE_PUBLISHABLE_KEY: Frontend Supabase accessLOG_LEVEL: Server-side Pino log level (debug,info,warn, etc.)PUBLIC_TURNSTILE_SITE_KEY/TURNSTILE_SECRET_KEY: For Cloudflare's turnstile serviceAUTOFILL_SERVICE_URL: The autofill service URL for the cube submission page
This project is under the Apache 2.0 license

