Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 895 Bytes

File metadata and controls

54 lines (38 loc) · 895 Bytes

Cortex-Machine

Cortex-Machine is an AI research and product company focused on dependable, adaptable, accountable autonomous systems.

This repository contains only the public website surface: brand assets, static pages, and basic contact links. It intentionally does not document private product architecture, research direction, internal plans, or implementation details.

Getting Started

Install dependencies:

npm install

Run the development server:

npm run dev

Open:

http://localhost:3000

Build

Create a production build:

npm run build

Start the production server:

npm run start

Structure

app/
  page.tsx        Main landing page
  privacy/        Privacy page
  terms/          Terms page
  globals.css     Global styling
public/
  logo-mark.svg
  logo-wordmark.svg
  icon.svg
  favicon files