France Will Replace American Apps With National Platform
Hello HaWkers, the French government announced an ambitious digital sovereignty plan. Starting in 2027, all public agencies will have to migrate from American tools like Microsoft Teams, Google Workspace, and Slack to a national platform called "France Connect Pro".
What does this mean for the European tech market and for developers worldwide? Let's analyze.
What France Is Doing
The Announced Plan
The French Ministry of Digital Transformation released a detailed roadmap for technological independence.
Migration timeline:
| Phase | Period | Action |
|---|---|---|
| Phase 1 | 2026 | Platform development |
| Phase 2 | Q1 2027 | Pilot in 5 ministries |
| Phase 3 | Q3 2027 | Rollout to federal government |
| Phase 4 | 2028 | Extension to local governments |
| Phase 5 | 2029 | Availability for private sector |
Apps to be replaced:
| Current App | French Alternative | Status |
|---|---|---|
| Microsoft Teams | Tchap Pro | In development |
| Google Workspace | France Drive | In development |
| Slack | Matrix/Element gov | Ready |
| Zoom | Jitsi Meet gov | Ready |
| AWS/Azure | NumSpot | Under construction |
Total investment: 3.2 billion euros by 2030
Why This Is Happening
Government Motivations
The decision has multiple motivations, from security to economics.
Official reasons:
- National security: Government data on foreign servers is a risk
- CLOUD Act: American law allows access to data on US company servers
- Espionage: Revelations about NSA monitoring allies
- Economy: Billions of euros leaving for American big techs
- Jobs: Create national tech industry
Numbers that motivated the decision:
- French government spends 800M euros/year with big techs
- 95% of public data in American clouds
- 70% of productivity tools are Microsoft
- Less than 10% of software used is European
🇫🇷 Context: France is one of the most vocal EU countries about digital sovereignty. President Macron has called dependence on American tech "unacceptable".
European Context
France is not alone in this initiative.
European movement:
- Germany: GAIA-X project for European cloud
- Italy: Migration of 75% of public data to national cloud
- Spain: Digital sovereignty strategy 2025-2030
- European Union: Digital Decade targets by 2030
- Netherlands: Ban on Microsoft 365 in schools
Regulations driving this:
- GDPR: European data protection
- Digital Services Act: Platform liability
- Digital Markets Act: Fighting monopolies
- AI Act: Artificial intelligence regulation
- Data Act: Control over industrial data
The France Connect Pro Platform
Technical Architecture
The platform is being built with a mostly open source stack.
Technology stack:
France Connect Pro
├── Frontend
│ ├── Framework: Vue.js (Vite)
│ ├── Design System: DSFR (State Design System)
│ └── PWA: Service Workers for offline
│
├── Backend
│ ├── Runtime: Node.js / Python
│ ├── API: GraphQL + REST
│ ├── Auth: Keycloak (OpenID Connect)
│ └── Microservices: Kubernetes
│
├── Communication
│ ├── Chat: Matrix Protocol
│ ├── Video: Jitsi Meet
│ └── Email: Open-Xchange
│
├── Storage
│ ├── Files: Nextcloud
│ ├── Database: PostgreSQL
│ └── Cache: Redis
│
└── Infrastructure
├── Cloud: NumSpot (OVHcloud + others)
├── CDN: Qwant/National Edge
└── Security: ANSSI CertificationDesign principles:
- Open source first: Preference for free software
- Interoperability: Open APIs and standards
- Privacy by design: Native GDPR
- Sovereignty: Data never leaves France
- Accessibility: RGAA (French accessibility standards)
Planned Features
The platform aims to cover all productivity needs.
Main modules:
| Module | Functionality | Comparable to |
|---|---|---|
| Tchap Pro | Messages and channels | Slack/Teams |
| Visio Gov | Video conferencing | Zoom/Meet |
| France Drive | Storage | Google Drive |
| Docs Collab | Collaborative documents | Google Docs |
| Agenda Pub | Shared calendar | Outlook Calendar |
| Webmail Gov | Secure email | Gmail/Outlook |
| Projects | Project management | Asana/Monday |
Impact for Developers
Job Opportunities
The initiative should create thousands of positions in France and Europe.
Job projection:
- 2026: 5,000 new development positions
- 2027: 10,000 positions (including support)
- 2028: 15,000 positions in the ecosystem
- 2030: 25,000 direct and indirect jobs
Most demanded skills:
- Vue.js/React: Platform frontend
- Python/Node.js: Backend and APIs
- Kubernetes: Container orchestration
- Matrix Protocol: Messaging system
- Security: ANSSI certifications
Example - Contributing to the ecosystem:
// Example integration with France Connect Pro API
// Official SDK in development
import { FranceConnectPro } from '@gouv/fcp-sdk';
// Initialize client with ProConnect authentication
const client = new FranceConnectPro({
clientId: process.env.FCP_CLIENT_ID,
clientSecret: process.env.FCP_CLIENT_SECRET,
redirectUri: 'https://myapp.gouv.fr/callback',
scope: ['openid', 'profile', 'email', 'documents']
});
// Authenticate user via ProConnect (government SSO)
async function login() {
const authUrl = client.getAuthorizationUrl();
// Redirect user to unified login
window.location.href = authUrl;
}
// Access user documents
async function getUserDocuments(accessToken) {
const docs = await client.documents.list({
token: accessToken,
filter: { type: 'shared_with_me' }
});
return docs.map(doc => ({
id: doc.id,
name: doc.name,
lastModified: doc.updatedAt,
sharedBy: doc.owner.name
}));
}
// Create communication channel
async function createChannel(name, members) {
const channel = await client.tchap.createChannel({
name: name,
type: 'private',
members: members.map(m => m.email),
encryption: 'e2ee' // Mandatory end-to-end encryption
});
return channel;
}Certifications and Requirements
Companies that want to supply to the French government will have requirements.
Required certifications:
| Certification | Description | Mandatory |
|---|---|---|
| SecNumCloud | French cloud security | Yes |
| HDS | Health data | For health apps |
| RGS | General security | Yes |
| RGAA | Accessibility | Yes |
| ISO 27001 | Information security | Recommended |
Market Reactions
What Big Techs Say
American companies reacted in different ways.
Official positions:
Microsoft:
"We respect countries' sovereignty decisions. We continue to offer data residency options in Europe and collaborate with local requirements."
Google:
"We invested 1 billion euros in data centers in France. We are committed to the European digital economy."
Slack (Salesforce):
"We offer on-premise deployment for government customers who need total data control."
Amazon (AWS):
"We have dedicated regions in Europe and offer AWS GovCloud for sovereignty requirements."
Plan Criticisms
Not everyone supports the initiative.
Arguments against:
- High cost: 3.2B euros is a lot to reinvent the wheel
- Quality: Hard to compete with decades of development
- Fragmentation: Each country creating its own platform
- Talent: France doesn't have enough developers
- Maintenance: Ongoing cost will be high
Government response:
"The cost of not having digital sovereignty is higher. We pay 800M/year to companies that can access our data whenever they want. In 4 years the investment pays off."
Lessons for Other Countries
Replicable Model
Other countries observe France as a model.
Interested countries:
- Brazil: Discussions about expanded Gov.br
- India: Already has own platforms (Aarogya Setu)
- Indonesia: Digital sovereignty plan 2025
- Mexico: Evaluating alternatives
- South Africa: Interest in European model
Key elements of the French model:
- Political commitment: Support from the highest level
- Adequate funding: Real investment, not symbolic
- Realistic timeline: 4-5 years for complete migration
- Open source: Reduces costs and increases auditability
- Ecosystem: Involve local companies from the start
What Brazil Can Learn
Brazil already has digital government initiatives that could evolve.
Existing Brazilian platforms:
- Gov.br: Unified services portal
- Pix: Instant payment system
- e-SUS: Unified health system
- ConecteSUS: Citizen health app
- Serpro/Dataprev: State infrastructure
Expansion opportunities:
Brazil Gov Digital Ecosystem (proposal)
├── Communication
│ ├── Gov.Chat (official messaging)
│ ├── Gov.Meet (video conferencing)
│ └── Gov.Mail (secure email)
│
├── Productivity
│ ├── Gov.Drive (storage)
│ ├── Gov.Docs (documents)
│ └── Gov.Plan (project management)
│
├── Infrastructure
│ ├── Gov.Cloud (sovereign cloud)
│ ├── Gov.CDN (content distribution)
│ └── Gov.Auth (unified identity)
│
└── Integration
├── Open APIs
├── Interoperability
└── National standards
Challenges and Risks
Technical Obstacles
The migration faces significant challenges.
Main risks:
- Legacy integration: Old systems depend on Microsoft
- Training: Millions of employees need to learn new tools
- Performance: Scaling for millions of users
- Security: Attractive target for attacks
- Resistance: Users accustomed to current tools
Planned mitigations:
- Transition period with both platforms
- Massive training program
- Redundant infrastructure
- Bug bounty and constant audits
- Familiar interface (similar to what they use today)
Realistic Timeline
Experts question whether the schedule is viable.
Analyst opinion:
"The government is being optimistic. Projects of this scale typically take 7-10 years, not 3-4. But having an aggressive deadline can speed things up." - Gartner Analyst
History of similar projects:
| Project | Country | Duration | Result |
|---|---|---|---|
| Tchap (v1) | France | 3 years | Partial success |
| GAIA-X | Europe | 4+ years | Ongoing |
| GovCloud Italia | Italy | 5 years | Success |
| UK Gov Cloud | UK | 6 years | Success |
Conclusion
France's decision to create a national productivity platform marks an important moment in Europe's quest for digital sovereignty. If successful, it could serve as a model for other countries seeking to reduce dependence on American big techs.
Key points:
- France will invest 3.2B euros in national platform
- Complete migration planned for 2028-2029
- Stack based on open source and open standards
- Thousands of jobs will be created
- Other countries watching as model
For developers, regardless of where they are, the digital sovereignty trend creates opportunities. Knowing open source technologies, interoperability standards, and government security requirements will be increasingly valuable.
For more on technology trends, read: Linux Community Defines Continuity Plan Without Linus Torvalds.

