Website for https://continuousai.com
- Node.js 20.x or higher
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd continuousai-com- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser
To create a production build:
npm run build
npm startcontinuousai-com/
├── app/
│ ├── components/
│ │ └── CursorTrail.tsx # Gaseous cursor trail effect
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── public/ # Static assets
├── package.json
├── tailwind.config.ts
└── tsconfig.json
Apache License 2.0 - See LICENSE for details.
Copyright 2025 Continue Dev, Inc.
Powered by Continue