Refactor bike builder into Next.js app

Replace the single JSX file with a Next.js project, shared catalog and recommendation modules, backend API routes, file-backed persistence, Ollama recommendation endpoint, and picture-layer bike composition. Add initial aligned component assets for existing BSU layers plus RockShox and Maxxis products.
This commit is contained in:
2026-05-19 12:56:41 +02:00
parent 8982fcd42c
commit b307919bf7
45 changed files with 8205 additions and 1309 deletions
+11
View File
@@ -0,0 +1,11 @@
BSU/
node_modules/
.next/
dist/
*.log
.env
prisma/dev.db
data/*.db
data/*.json
public/images/user/*.png
tmp/