YelloBricks is a Lego-inspired web app that takes the sets you own and suggests what else you can build.
- Garage: add sets manually or import from Brickset/BrickLink CSV
- Smart Mix: suggests official sets you can build (or almost build) from a mixture of your selected sets
- Intent search: “I want to build a forklift/horse/castle” filters candidate sets
- Pre-beta gate: blocks access until email signup; forwards signups into your Google Sheet
- 3D viewer: drag and drop
.ldr/.mpdfiles to preview in 3D
cd /home/fd/Cursor/Lego Inspiration/brickmixer
npm installCreate /home/fd/Cursor/Lego Inspiration/brickmixer/.env.local:
REBRICKABLE_API_KEY="YOUR_REBRICKABLE_KEY"
PREBETA_APPS_SCRIPT_WEBHOOK_URL="YOUR_APPS_SCRIPT_WEBAPP_EXEC_URL"
NEXT_PUBLIC_PREBETA_GATE_DISABLED=falseApps Script setup docs: docs/google-sheets-prebeta.md
npm run devOpen http://localhost:3000.
- Push to GitHub (
xala-ai/yello). - Import into Vercel.
- Add env vars in Vercel:
REBRICKABLE_API_KEYPREBETA_APPS_SCRIPT_WEBHOOK_URLNEXT_PUBLIC_PREBETA_GATE_DISABLED(set tofalse)
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.