WANAS is a comprehensive smart tourism application designed to accompany visitors — Algerian or foreign — at every stage of their journey in Algeria
# وناس (Wanas)
AI-powered Algerian heritage tourism guide — a conversational assistant in Algerian Darija that helps tourists discover authentic heritage sites and book trial experiences. Built for the "IA Tour Algérie 2026" national contest window.
## Source of truth
- Business brain, GTM, and architecture live in `EO-Brain/` — this repo is the Claude Code execution layer bootstrapped from it.
- Feature spec: `architecture/brd.md` — 11 stories, 50 acceptance criteria. Stories 1-5 are the Weekend MVP; 6-11 are Phase 2.
- Tech stack decisions: `architecture/tech-stack-decision.md`.
## Stack
Next.js 14 (TypeScript + Tailwind) · Supabase (Postgres + Auth) · Stripe · deployed on Contabo.
## Getting started
```bash
npm install
cp .env.example .env.local # fill in real values — see docs/env-contract.md
npm run dev
```
## Build chain
This project uses the EO MicroSaaS Claude Code plugin: `/2-eo-dev-plan` → `/3-eo-code` → `/4-eo-review` → `/5-eo-score` → `/7-eo-ship`, one BRD story at a time. See `CLAUDE.md` for the full playbook.