https://github.com/continuedev/continuousai.com
Continuous AI
https://github.com/continuedev/continuousai.com
Last synced: 13 days ago
JSON representation
Continuous AI
- Host: GitHub
- URL: https://github.com/continuedev/continuousai.com
- Owner: continuedev
- License: apache-2.0
- Created: 2025-10-28T23:37:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-28T05:35:33.000Z (5 months ago)
- Last Synced: 2026-01-28T20:54:16.594Z (5 months ago)
- Language: TypeScript
- Homepage: https://continuousai.com
- Size: 623 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Continuous AI
Website for https://continuousai.com
## Getting Started
### Prerequisites
- Node.js 20.x or higher
- npm or yarn
### Installation
1. Clone the repository:
```bash
git clone
cd continuousai-com
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser
## Build
To create a production build:
```bash
npm run build
npm start
```
## Project Structure
```
continuousai-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
```
## License
Apache License 2.0 - See [LICENSE](LICENSE) for details.
Copyright 2025 Continue Dev, Inc.
Powered by [Continue](https://continue.dev)