AI-powered inventory planning platform landing page built with Nuxt UI and Nuxt Content.
All page content is managed through content/index.yml with schema validation in content.config.ts. Sections include:
- Hero & integrations
- Benefits cards
- Features & feature tabs
- About & steps
- Testimonials (6 testimonials using UPageColumns)
- Team (6 members in 3 columns)
- Investors (5 members in 5 columns)
- Platform integrations
- CTA
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devRun linting and type checking:
pnpm lint # ESLint
pnpm typecheck # TypeScript type checkingBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.