Atlas Green Morocco — Grant strategy framework for renewable energy & green hydrogen
Go to file
2026-06-01 09:50:01 +00:00
public/images Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
server Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
src Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
.dockerignore Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
.env.example Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
.gitignore Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
AI_INTEGRATION_GUIDE.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
AI_SETUP.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
AI_STUDIO_PLAN.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
BOTTLENECK_ANALYSIS.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
DEPLOYMENT_GUIDE_VPS.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
DEPLOYMENT_GUIDE.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
DOCKER_DEPLOYMENT.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
docker-compose.prod.yml Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
docker-compose.yml Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
Dockerfile Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
EXECUTION_TIMELINE.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
FILE_MANIFEST.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
FINAL_SUMMARY.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
FOUNDER_CHECKLIST.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
HARDENING_SUMMARY.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
index.html Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
nginx.conf Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
PACKAGE_SUMMARY.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
package-lock.json Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
package.json Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
PRODUCTION_READINESS.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
README.md docs: concise infrastructure-style README 2026-06-01 09:50:01 +00:00
ROADMAP_10X.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
SECURITY_CHECKLIST.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
START_HERE.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
tsconfig.json Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
tsconfig.server.json Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
vite.config.ts Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
WEEK1_COMPLETE.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00
ZONE_INTELLIGENCE.md Atlas Green Morocco — grant strategy platform 2026-06-01 09:44:03 +00:00

Atlas Green Morocco

Interactive grant strategy platform for building renewable energy and green hydrogen businesses in Morocco — deployed at https://grants.degelas.be.

Layout

grants/
├── src/               # React + Vite frontend (single-file SPA)
│   ├── components/    # UI sections (Hero, Position, Grants, Studio, Vault, …)
│   ├── data/          # Grant programs, zones, markets, deployment phases
│   ├── i18n/          # Trilingual strings (EN / FR / Darija)
│   └── lib/           # Analytics, Degelas API, AI, vault, profile
├── server/            # Express API proxy (AI generation, vault persistence)
├── index.html         # Entry point with Umami analytics snippet
├── Dockerfile         # Multi-stage: frontend-builder → nginx / api-builder → node
└── docker-compose.yml # Frontend (:8081) + API server (:3001)

What's NOT in this repo

  • .env — API keys for OpenAI, Degelas, etc. (see .env.example)
  • node_modules/, dist/, dist-server/, generated_docs/

Deploy

docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d

The API server proxies AI (OpenAI-compatible) and Degelas metrics requests. The frontend is served by nginx on port 8081.

Admin