Source fidelity
Preserve the licensed template before changing it
Routes, layouts, major sections, interactions, and the source theme are recorded in a contract and checked in CI.

Delivery system
Vandoko combines discovery, system design, implementation, evaluation, and handoff. Each stage produces a reviewable artifact instead of an unsupported promise.
Routes, layouts, major sections, interactions, and the source theme are recorded in a contract and checked in CI.

Content capture records provenance, rights, confidence, open questions, and the reviewer responsible for publication.

Tools, permissions, exceptions, evaluations, and escalation paths are designed before production deployment.

Runbooks, owners, review cadence, cost limits, and publishing evidence are part of delivery—not follow-up paperwork.

Delivery surfaces
export const templateContract = {
framework: 'nextjs',
sourceTheme: 'light',
preserve: ['routes', 'sections', 'interactions'],
verify: ['brand', 'accessibility', 'build', 'visual'],
} as const;