Namqula LRLM African-First AI Language Model The first sovereign Low Resource and Reasoning Language Model optimized for African languages. 65% more efficient tokenization, offline-capable, and built for African cultural reasoning.
# AISOD LRLM Website
Professional website for AISOD Low Resource and Reasoning Language Model (LRLM) - Namqula, the first sovereign AI language model optimized for African languages.
## 🌍 About
This is the enterprise-focused website for AISOD.solutions, showcasing Namqula LRLM - an AI language model specifically designed for African languages, starting from Namibia. The website highlights:
- **65% more efficient tokenization** for African languages
- **Offline-capable** deployment on budget devices
- **African cultural reasoning** capabilities
- **Data sovereignty** for governments and enterprises
## 🚀 Features
- Modern, professional design inspired by OpenAI, Grok, and Meta
- Fully responsive across all devices
- SEO optimized with meta tags, structured data, and sitemap
- Social media preview images (Open Graph & Twitter Cards)
- Smooth animations and transitions
- Dark mode support
- Enterprise demo booking system
- Performance optimized with Next.js 14
## 🛠️ Tech Stack
- **Framework**: Next.js 14 (App Router)
- **Language**: TypeScript
- **Styling**: Tailwind CSS
- **Animations**: Framer Motion
- **Icons**: Lucide React
- **Deployment**: Ready for Vercel, Netlify, or any Node.js hosting
## 📦 Installation
1. Install dependencies:
```bash
npm install
```
2. Copy your logo to `public/logo.png` (if not already done)
3. Run the development server:
```bash
npm run dev
```
4. Open
localhost in your browser
## 🏗️ Build for Production
```bash
npm run build
npm start
```
## 📁 Project Structure
```
├── app/
│ ├── layout.tsx # Root layout with SEO metadata
│ ├── page.tsx # Home page
│ ├── globals.css # Global styles
│ └── sitemap.ts # Sitemap generation
├── components/
│ ├── Navbar.tsx # Navigation bar
│ ├── Hero.tsx # Hero section
│ ├── Stats.tsx # Statistics section
│ ├── Features.tsx # Features showcase
│ ├── Technology.tsx # Technology details
│ …