mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
* Refactor project name from "Open Claude Design" to "Open Design" - Updated project name in package.json, package-lock.json, and README files. - Changed CLI commands and references from "ocd" to "od". - Adjusted file structure references in documentation and code to reflect new naming conventions. - Enhanced .gitignore to include new runtime data files. - Updated metadata in LICENSE file to match new project name. * chore: migrate frontend toolchain from Vite to Next.js 16 App Router Replace the Vite SPA scaffold with Next.js 16 App Router while keeping the existing daemon as the API/SSE/sqlite backend. The whole client tree now mounts under a single optional catch-all route (app/[[...slug]]) loaded with ssr:false; static export emits one shell HTML the daemon serves as the SPA fallback for deep links. Dev uses next.config rewrites to proxy /api, /artifacts, /frames to the daemon, matching the previous Vite setup. Made-with: Cursor * fix: address Next migration review feedback * fix: serve static export in preview script --------- Co-authored-by: mrcfps <mrc@powerformer.com> |
||
|---|---|---|
| .. | ||
| skills | ||
| 01-entry-view.png | ||
| 01-entry-view.svg | ||
| 02-question-form.png | ||
| 02-question-form.svg | ||
| 03-direction-picker.png | ||
| 03-direction-picker.svg | ||
| 04-todo-progress.png | ||
| 04-todo-progress.svg | ||
| 05-preview-iframe.png | ||
| 05-preview-iframe.svg | ||
| 06-design-systems-library.png | ||
| 06-design-systems-library.svg | ||
| 07-magazine-deck.png | ||
| 07-magazine-deck.svg | ||
| 08-mobile-app.png | ||
| 08-mobile-app.svg | ||