Marketing website for Neural Commander - Liberation Technology for AI-Assisted Development.
- Framework: Astro 5.x
- Styling: Tailwind CSS 4.x
- Deployment: Vercel
- Email: SendGrid
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewnc-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
Required for production:
SENDGRID_API_KEY=your_sendgrid_api_keyThis site auto-deploys to Vercel on push to main.
- Production: neuralcommander.ai
- Preview: Auto-generated for PRs
| Repository | Description |
|---|---|
| neural-commander | MIT Community Edition CLI |
| nc-commercial (private) | Commercial tier features |
| nc-desktop (private) | Desktop application |
MIT License - see LICENSE
© 2026 Neural Commander Pty Ltd. All Rights Reserved.