Onboarding — Someli-Designer¶
The internal designer frontend. Nuxt 2 / Vue 2 (SPA mode) + Polotno editor. Used by Someli's content-ops staff to author and maintain the template library that powers the customer-facing AI content generator.
Pairs with designer-api. Looks superficially like someli-platform but is much thinner (~73 pages, single store/index.js, no caching layer, only 4 components in components/).
First: make sure you've worked through the cross-cutting docs.
Read in order¶
01-setup.md— clone, install, env vars, start02-stack.md— Nuxt 2, Vue 2.7, the Polotno fork (different fromsomeli-platform's)03-architecture.md— folder map, page list, axios middleware, role-based nav gating04-getting-started.md— first contribution05-where-to-look.md— symptom → location
Related reference docs¶
../../audit/Someli-Designer/— full audit subtree../../code-inspect/Someli-Designer.md— code-level findings