Logo Lanfrica

aisod/AISOBASE

Domaine:

digital infrastructure

Type de record:

software
Créateur:
ais
Hôte:
The complete open-core backend platform for AI applications. Africa's first AI-native backend-as-a-service platform. Built in Namibia. Owned by Africa. Sovereign by design. A product of AISOD Inc # AISOBASE Website A professional landing page for AISOBASE - Africa's First AI-Native Backend-as-a-Service platform. ## About AISOBASE AISOBASE is a complete, open-core backend platform built for African developers. It provides: - **Native Vector Database**: PostgreSQL 16 + pgvector for AI workloads - **Edge Functions**: Zero cold starts with Deno runtime - **Data Sovereignty**: 100% hosted in Namibia on AISOD-IIIX infrastructure - **Offline-Resilient**: Built-in local caching for intermittent connectivity - **AI Toolkit**: Native embeddings, LLM proxy, and PII filtering ## Getting Started ### Prerequisites - Node.js 18+ installed - npm or yarn package manager ### Installation 1. Install dependencies: ```bash npm install ``` 2. Run the development server: ```bash npm run dev ``` 3. Open localhost in your browser. ### Build for Production ```bash npm run build npm start ``` ## Tech Stack - **Next.js 15** - React framework - **TypeScript** - Type safety - **Tailwind CSS** - Styling - **Lucide React** - Icons ## Project Structure ``` ├── app/ │ ├── layout.tsx # Root layout │ ├── page.tsx # Home page │ └── globals.css # Global styles ├── components/ │ ├── Navigation.tsx # Header navigation │ ├── Hero.tsx # Hero section │ ├── Features.tsx # Features showcase │ ├── TechStack.tsx # Technology stack │ ├── Performance.tsx # Performance metrics │ ├── Pricing.tsx # Pricing plans │ ├── CTA.tsx # Call to action │ └── Footer.tsx # Footer └── public/ # Static assets ``` ## Features - Fully responsive design - Modern, professional UI inspired by Supabase - Smooth animations and transitions - Performance-optimized - SEO-friendly - Accessible ## License Copyright © 2026 AISOD Inc. All rights reserved. ## Contact - Website: aisobase.com.na - Email: support@aisobase.com.na …