Axomind : planning, encrypted messaging and mind maps. Self-hosted.
Axomind is a self-hosted collaborative platform that integrates Gantt planning, encrypted messaging, and mind maps. Developed by a solo developer, it emphasizes privacy and performance, operating on a low-cost refurbished mini PC. The platform is currently in beta and supports multiple operating systems while maintaining a focus on data security.
- ▪Axomind combines Gantt planning, encrypted messaging, and mind maps in a single platform.
- ▪It runs on a refurbished mini PC with low operational costs and has been load tested for 200 concurrent users without failures.
- ▪The application uses AES-256-GCM encryption for sensitive data and keeps a local copy of user data for privacy.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948959) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Sebastien VEZZANI Posted on May 24 Axomind : planning, encrypted messaging and mind maps. Self-hosted. #infrastructure #performance #productivity #showdev Hello. I'm a solo developer. I built Axomind. It's a collaborative platform combining Gantt planning, encrypted messaging (AES-256-GCM) and mind maps. Zero tracking. 26 themes (light and dark variants). The full stack runs on a single refurbished mini PC. Intel i5, 2 cores, 16GB RAM, 35W. 100€ on the second-hand market.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).