Project ideas from Hacker News discussions.

France's homegrown open source online office suite

📝 Discussion Summary (Click to expand)

1. France’s hidden open‑source legacy
Many commenters point out that France has produced a surprising number of influential projects, from OCaml to VLC to Framasoft.

“I sometimes wonder if it is because of French vs English Language were you hardly hear of their projects in English speaking Countries.” – jmclnx
“The French have amazing technologists… they end up in a little ‘French pod’ when not working in France.” – bsenftner

2. Digital sovereignty vs. U.S. tech dominance
The discussion centers on the need to reduce reliance on American cloud and office suites, citing political risk and vendor lock‑in.

“It’s a big problem… we still manage to host the source on the Microsoft property of github.” – johnea
“The goal is not feature parity. Not only it is costly to implement, but also a reason why so many features are in AWS or Office is to ensure vendor lock‑in.” – thibaut_barrere

3. Technical stack debates (Django, React, Python, etc.)
Participants argue over the suitability of frameworks and languages for a sovereign office suite, weighing performance, community, and ease of use.

“Django is boring in a best possible way… you spend a couple weeks on Django and ship a working product.” – dingi
“React is a magnet for issues… you need to understand a lot of niche React‑specific things.” – moffkalast

4. Funding, sustainability, and political context
The conversation touches on how public money, grants, and political shifts affect the viability of open‑source initiatives.

“The big problem… funding is ridiculously lacking… building one hyperscaler region might cost around €10 billion.” – ThinkBeat
“The French can make mountains move for very little money… would not wonder if they dethroned Microsoft office by strategically supporting open source.” – assaddayinh

These four themes capture the core of the discussion: pride in French open‑source, the drive for digital sovereignty, the technical choices that enable it, and the economic‑political realities that shape its future.


🚀 Project Ideas

FramaMail

Summary

  • A fully open‑source, EU‑hosted email stack that replaces Microsoft Exchange/Google Workspace for public administrations and SMEs.
  • Provides webmail, IMAP/SMTP, calendar, contacts, end‑to‑end encryption, and a simple admin UI.
  • Core value: sovereign data residency, zero vendor lock‑in, and compliance with GDPR.

Details

Key Value
Target Audience French and EU public sector, NGOs, small businesses
Core Feature Self‑hosted, encrypted email & calendar with web UI
Tech Stack Postfix/Dovecot, Roundcube/Alpine, CalDAV/CardDAV, OpenSSL, Docker, Terraform
Difficulty Medium
Monetization Revenue‑ready: €5/month per user (hosting + support)

Notes

  • HN users lament “Microsoft pulling services” and “US‑controlled email” (e.g., “Microsoft is a hostile power”). FramaMail gives a sovereign alternative.
  • Practical utility: easy migration from Gmail/Exchange, built‑in encryption, and a single‑sign‑on with SAML.
  • Discussion potential: compare with existing solutions like Zimbra or ProtonMail; explore EU data‑center partnerships.

FrancoDocs

Summary

  • A lightweight, content‑first collaborative editor that supports Markdown, ODF, and DOCX, with real‑time sync via Yjs.
  • Designed for governments and teams that need “content over form” and offline editing.
  • Core value: fast, low‑friction collaboration without the bloat of full office suites.

Details

Key Value
Target Audience Public administrations, research teams, remote workers
Core Feature Markdown‑based editor with ODF/DOCX import/export, real‑time collaboration
Tech Stack Rust (backend), WASM, Yjs, ProseMirror, React, PostgreSQL, Docker
Difficulty Medium
Monetization Revenue‑ready: €10/month per workspace (hosting + premium features)

Notes

  • HN commenters say “Docs is a wiki, not a word processor” and “content over form” is needed. FrancoDocs directly addresses that.
  • Practical utility: offline sync, version history, and easy export to common formats.
  • Discussion: trade‑offs between Markdown and WYSIWYG, integration with existing office suites.

FramaHub

Summary

  • A sovereign, self‑hosted Git hosting platform with a modern UI, issue tracking, and CI/CD pipelines.
  • Enables EU governments and enterprises to host code on their own servers while still using GitHub‑style workflows.
  • Core value: eliminate reliance on GitHub/Bitbucket, maintain full control over code and data.

Details

Key Value
Target Audience Public sector, open‑source projects, enterprises
Core Feature Git server + web UI + CI/CD, migration tooling
Tech Stack Go (gitea core), PostgreSQL, Docker, Terraform, GitHub API wrapper
Difficulty Medium
Monetization Revenue‑ready: €15/month per repo (hosting + support)

Notes

  • HN users worry about “GitHub is a Microsoft product” and “vendor lock‑in”. FramaHub gives a fully sovereign alternative.
  • Practical utility: easy migration scripts, built‑in CI, and self‑hosted dashboards.
  • Discussion: compare with Gitea, GitLab CE, and the need for EU data residency.

FramaMeet

Summary

  • A WebRTC‑based video conferencing platform with Matrix chat integration and end‑to‑end encryption.
  • Designed for governments and enterprises that need a sovereign, secure meeting solution.
  • Core value: replace Zoom/Teams with a self‑hosted, privacy‑first alternative.

Details

Key Value
Target Audience Public administrations, NGOs, remote teams
Core Feature Video calls + Matrix chat, E2EE, recording, breakout rooms
Tech Stack LiveKit (Go), Matrix Synapse (Python), React, Docker, Kubernetes
Difficulty Medium
Monetization Revenue‑ready: €20/month per host (hosting + premium features)

Notes

  • HN commenters mention “LiveKit powers Visio” and “Matrix chat is buggy”; FramaMeet bundles both into a single, tested stack.
  • Practical utility: single‑sign‑on, recording, and compliance with EU data‑protection laws.
  • Discussion: how to handle large‑scale meetings, integration with existing calendar systems, and E2EE guarantees.

Read Later