A modern, responsive website for psychiatrai built with Next.js, TypeScript, and Tailwind CSS. This website showcases the company's services and provides essential pages for user privacy and data management.
- Built with Next.js 15.2.4 and React 18.3.1
- TypeScript support for type safety
- Tailwind CSS for modern styling
- Dark and light theme support
- Responsive design for all devices
- Privacy and data management pages
- Waitlist functionality
- Video integration
- SEO optimized
- Node.js >= 20.15.0
- pnpm (recommended package manager)
-
Clone the repository:
git clone <repository-url> cd website
-
Install dependencies:
pnpm install
To run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
-
Build the application:
pnpm build
-
Start the production server:
pnpm start
- Lint the code:
pnpm lint
app/- Next.js 13+ app directory with pages and layoutscomponents/- Reusable React componentspublic/- Static assets (images, icons, etc.)styles/- Global CSS stylestypes/- TypeScript type definitions
This project is configured for deployment on Netlify (see netlify.toml). You can also deploy to other platforms:
The project includes a netlify.toml configuration file for easy deployment to Netlify.
For Vercel deployment, the project is already configured with Next.js optimizations.
The built application can be deployed to any static hosting service or Node.js hosting platform.
This project is proprietary to psychiatrai. All rights reserved.
Please follow the established coding standards and ensure all changes are properly tested before submitting pull requests.