feat: init repo

This commit is contained in:
2026-05-07 18:12:55 +03:00
commit ff296dd1c3
84 changed files with 13766 additions and 0 deletions

26
SITEMAP.md Normal file
View File

@@ -0,0 +1,26 @@
# SignalDesk AI Sitemap
B2B SaaS-шаблон для AI support platform с pricing, customers, resources и dashboard.
## Pages
| Route | Page | Blocks and copy intent |
| --- | --- | --- |
| `/` | Главная | Launch-style hero, AI support workflow, platform cards, customer proof. |\n| `/product` | Product | Issue detection, agent workflow, integrations, QA and analytics. |\n| `/pricing` | Pricing | SaaS pricing tiers, token/seat messaging, FAQ. |\n| `/customers` | Customers | Case studies, logos, quotes, business outcomes. |\n| `/resources` | Resources | Articles, guides, webinars, playbooks. |\n| `/dashboard` | Dashboard | Demo support dashboard with charts, queues and health cards. |
## Visual Direction
- Палитра задана в `src/app/globals.css` через shadcn CSS variables.
- Шрифт задан в `src/app/layout.tsx`.
- Изображения берутся из curated Unsplash URLs через `next/image`; домен разрешен в `next.config.mjs`.
- Видимые тексты лежат в JSX и `src/entities/site-content.ts`, чтобы visual editing и AI-правки работали по source.
## Icons
Используются только `lucide-react` icons. Новые зависимости не нужны.
## Наполнение следующего шага
- Добавлены доменные production-блоки поверх базовой структуры: richer hero/product/dashboard sections, сценарии принятия решения, trust/operations blocks.
- Все важные CTA и пользовательские лейблы держатся в JSX или typed content arrays, чтобы визуальный редактор Fluw мог находить и менять тексты.
- Шрифты выбраны с поддержкой кириллицы; latin-only display fonts не используются.