Skip to content

This repo contains the source code for the psychiatr.ai website.

License

Notifications You must be signed in to change notification settings

psychiatrai/website

Repository files navigation

psychiatrai Website

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.

✨ Key Features

  • 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

🚀 Getting Started

Prerequisites

  • Node.js >= 20.15.0
  • pnpm (recommended package manager)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd website
  2. Install dependencies:

    pnpm install

Development

To run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

  1. Build the application:

    pnpm build
  2. Start the production server:

    pnpm start

Other Commands

  • Lint the code:
    pnpm lint

📁 Project Structure

  • app/ - Next.js 13+ app directory with pages and layouts
  • components/ - Reusable React components
  • public/ - Static assets (images, icons, etc.)
  • styles/ - Global CSS styles
  • types/ - TypeScript type definitions

🚀 Deployment

This project is configured for deployment on Netlify (see netlify.toml). You can also deploy to other platforms:

Netlify

The project includes a netlify.toml configuration file for easy deployment to Netlify.

Vercel

For Vercel deployment, the project is already configured with Next.js optimizations.

Other Platforms

The built application can be deployed to any static hosting service or Node.js hosting platform.

📄 License

This project is proprietary to psychiatrai. All rights reserved.

🤝 Contributing

Please follow the established coding standards and ensure all changes are properly tested before submitting pull requests.

About

This repo contains the source code for the psychiatr.ai website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5