A modern, responsive Next.js landing page for the Noctisai Windows desktop application.
This is the official download page for Noctisai, a Windows-native desktop application for private, secure AI chat with zero-knowledge encryption and screen-sharing protection.
- Next.js 16+ (App Router)
- TypeScript
- Tailwind CSS v4
- React 19
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
├── app/
│ ├── layout.tsx # Root layout with SEO metadata
│ ├── page.tsx # Main landing page
│ └── globals.css # Global styles and animations
├── components/
│ ├── Hero.tsx # Hero section
│ ├── Features.tsx # Features grid
│ ├── HowItWorks.tsx # Step-by-step guide
│ ├── Download.tsx # Download section
│ ├── Links.tsx # Social links
│ └── Privacy.tsx # Privacy & Security section
└── public/ # Static assets
Before deploying, update the following placeholder URLs:
-
Download URL (
components/Download.tsx):- Current:
/downloads/Noctisai-Setup.exe - Update to your actual installer URL (GitHub Releases, CDN, etc.)
- Current:
-
GitHub Repository (
components/Links.tsx):- Current:
https://github.com/yourusername/noctisai - Update with your actual repository URL
- Current:
-
Social Media Links (
components/Links.tsx):- Update Twitter/X and LinkedIn URLs
-
SEO Metadata (
app/layout.tsx):- Update
metadataBaseandopenGraph.urlwith your actual domain - Update Twitter handle in
twitter.creator
- Update
To create a production build:
npm run buildTo start the production server:
npm start- ✅ Fully responsive design (mobile, tablet, desktop)
- ✅ Dark mode theme
- ✅ Smooth animations and transitions
- ✅ SEO optimized with proper meta tags
- ✅ Accessible and semantic HTML
- ✅ Modern, professional design
This Next.js app can be deployed on:
Private property - All rights reserved.