This repository contains the source code for the official Gaussian landing page - a modern, responsive website built with Next.js that showcases our agentic AI solutions for intelligent digital twin and cybersecurity applications.
Gaussian is an enhanced, cost-effective Agentic AI solution that overcomes memory limitations and reduces hallucinations. Our intelligent automation and digital twin technologies empower enterprises with real-time insights, automated processes, and autonomous threat defense.
- Node.js 18.0 or later
- Package Manager: npm, yarn, pnpm, or bun
- Clone the repository:
git clone https://github.com/gaussian-org/landing-page.git
cd landing-page- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- View the application:
- Open http://localhost:3000 in your browser
- The page auto-updates as you edit files
- Start editing by modifying
src/app/page.tsx
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: CSS Modules / Tailwind CSS
- Font Optimization:
next/fontwith Geist - Deployment: GitHub Pages
- Package Manager: pnpm (primary)
landing-page/
├── src/
│ └── app/
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout component
│ ├── page.tsx # Main landing page
│ └── favicon.ico # Site favicon
├── public/ # Static assets
├── next.config.ts # Next.js configuration
├── tsconfig.json # TypeScript configuration
├── package.json # Dependencies and scripts
└── README.md # This file
- 🚀 Modern Stack: Built with Next.js 15 and TypeScript
- 📱 Responsive Design: Optimized for all device sizes
- ⚡ Performance: Server-side rendering and optimization
- 🎨 Professional UI: Clean, modern design reflecting our AI expertise
- 🔍 SEO Optimized: Meta tags and structured data
- ♿ Accessible: WCAG compliant design patterns
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
# Build for production
npm run build
# Export static files
npm run export
# Preview production build locally
npm run start- Repository is configured for GitHub Pages deployment
- Deployment source: GitHub Actions
- Custom domain:
gaussian.sg(if configured)
We welcome contributions to improve our landing page! Please follow these steps:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Make your changes and test locally
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name - Submit a pull request
- Follow TypeScript best practices
- Ensure responsive design across devices
- Test changes thoroughly before submitting
- Keep commit messages clear and descriptive
|
|
To learn more about the technologies used in this project:
- Next.js Documentation - Learn about Next.js features and API
- Learn Next.js - Interactive Next.js tutorial
- TypeScript Documentation - TypeScript language reference
- GitHub Pages Documentation - GitHub Pages deployment guide
Privacy Policy •
Terms & Conditions •
Customer Support
© 2025 Gaussian.sg. All Rights Reserved
