Welcome to the Raisuite Web Starter
This template provides a standardized Next.js + TypeScript + Tailwind setup with environment validation, a contact endpoint scaffold, and DevContainer configuration for consistent onboarding.
- Convert static HTML templates into components under
src/components/. - Use the contact form (
/contact) as a model for API interaction. - Expand multi-tenant theming via CSS variables or Tailwind config.
- Integrate CMS (e.g., Contentful, Sanity) by creating data-fetching server actions or route handlers.