No description
Find a file
CEO-OS Deploy a0c7fd57f9 feat: add /dashboard/osint — registre naționale + screening sancțiuni
Pagina OSINT cu două tab-uri:
  🏢 Registre Naționale — company lookup RO/DE/UK/US via POST /v1/dataquery/company/lookup
     Rezultate tabelare per țară cu scroll orizontal, count per sursă.
  🚨 Screening Sancțiuni — POST /v1/dataquery/sanctions
     Verdict HIT/CLEAR, detalii OFAC SDN + OpenSanctions (Yente), scor potrivire.
2026-08-27 22:10:18 +02:00
public fix: add public/ directory so Dockerfile's standalone build COPY succeeds 2026-07-21 19:36:36 +02:00
src feat: add /dashboard/osint — registre naționale + screening sancțiuni 2026-08-27 22:10:18 +02:00
tests/visual test(tst-020): visual regression baseline tests — home + mobile viewport 2026-07-31 15:18:39 +00:00
.dockerignore fix: apply Dockerfile devDependencies fix to ceo-web 2026-07-21 19:33:40 +02:00
.env.example feat: scaffold Next.js frontend with Tailwind, TanStack Query, RHF+Zod, Supabase client, Recharts 2026-07-20 22:43:14 +02:00
.gitignore feat: multi-tenant dashboard shell -- auth, onboarding, organizations, tasks, team 2026-07-28 21:16:17 +02:00
Dockerfile feat: multi-tenant dashboard shell -- auth, onboarding, organizations, tasks, team 2026-07-28 21:16:17 +02:00
next.config.js chore: bypass pre-existing TS type errors during build (tracked separately) 2026-08-01 20:33:26 +00:00
package-lock.json fix: apply Dockerfile devDependencies fix to ceo-web 2026-07-21 19:33:40 +02:00
package.json feat: scaffold Next.js frontend with Tailwind, TanStack Query, RHF+Zod, Supabase client, Recharts 2026-07-20 22:43:14 +02:00
playwright.config.ts feat(tst-020): Playwright visual regression config for ceo-web (CC-047) 2026-07-31 15:18:38 +00:00
postcss.config.js feat: scaffold Next.js frontend with Tailwind, TanStack Query, RHF+Zod, Supabase client, Recharts 2026-07-20 22:43:14 +02:00
README.md feat: scaffold Next.js frontend with Tailwind, TanStack Query, RHF+Zod, Supabase client, Recharts 2026-07-20 22:43:14 +02:00
tailwind.config.ts feat: multi-tenant dashboard shell -- auth, onboarding, organizations, tasks, team 2026-07-28 21:16:17 +02:00
tsconfig.json fix(tst-020): exclude playwright config from Next.js tsc — @playwright/test not in deps 2026-07-31 16:17:42 +00:00

ceo-web

Frontend Next.js pentru CEO-OS.

Stack

Next.js (App Router) + TypeScript, Tailwind CSS, TanStack Query, React Hook Form + Zod, Supabase JS, date-fns, Recharts.

Dezvoltare

npm install
cp .env.example .env
npm run dev

GET /api/health returneaza statusul serviciului.