A collaborative geospatial platform for cataloging public archive institutions worldwide.
Live site: https://www.archivesmap.org
Maintainer: Ricardo Sodré Andrade
License: AGPL-3.0
- Interactive world map with archive institution pins
- Community submissions reviewed by the administrator
- Moderation via email links (one-click approve/reject) or admin panel
- 6 languages: English, Portuguese, Spanish, Chinese, Romanian, Polish
- Address geocoding on the submission form (OpenStreetMap/Nominatim)
- Report button to flag incorrect or non-existent entries
Python · Flask · SQLite · Leaflet.js · Bootstrap 3 · Docker
cp .env.example .env
# Edit .env with your credentials
docker compose up --build
# App available at http://localhost:5000Generate the admin password hash:
flask hash-password yourpasswordTo migrate from the legacy MySQL dump:
python migrate.py path/to/OldDump.sql ./data/archivesmap.dbThe previous PHP version of this project is preserved in the
archive/phpbranch.
🤖 Criado com auxílio do Claude Code