Skip to content

angelsintheai/nc-website

Repository files navigation

Neural Commander Website

Marketing website for Neural Commander - Liberation Technology for AI-Assisted Development.

Tech Stack

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Project Structure

nc-website/
├── api/                    # Vercel serverless functions
│   └── waitlist.ts         # Waitlist/Foundation 100 signup
├── public/                 # Static assets
├── src/
│   ├── components/         # Reusable components
│   ├── layouts/            # Page layouts
│   ├── pages/              # Routes
│   │   ├── about/          # About pages
│   │   ├── docs/           # Documentation
│   │   ├── features/       # Feature pages
│   │   ├── investors/      # Investor portal
│   │   ├── waitlist.astro  # Waitlist signup
│   │   └── ...
│   └── styles/             # Global styles
├── vercel.json             # Vercel config
└── package.json

Environment Variables

Required for production:

SENDGRID_API_KEY=your_sendgrid_api_key

Deployment

This site auto-deploys to Vercel on push to main.

Related Repositories

Repository Description
neural-commander MIT Community Edition CLI
nc-commercial (private) Commercial tier features
nc-desktop (private) Desktop application

License

MIT License - see LICENSE


© 2026 Neural Commander Pty Ltd. All Rights Reserved.

About

Neural Commander Marketing Website - Liberation Technology for AI-Assisted Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors