The Netherlands launched code.overheid.nl, a self-hosted Forgejo-based Git platform for government bodies to jointly publish and develop open-source software.
Key Takeaways
Platform is initiated by the Open Source Program Office at the Ministry of the Interior (BZK) with DAWO and SSC-ICT as infrastructure partners.
Built on Forgejo, an open-source fork of Gitea positioned as a sovereign alternative to GitHub and GitLab, fully self-hosted.
Currently a pilot; not all government organisations have access yet, but developers can request involvement via codeplatform@rijksoverheid.nl.
Digital sovereignty is an explicit goal, not a side effect: self-hosting is intentional policy, not a cost decision.
One early published project, RegelRecht, encodes Dutch law as YAML and runs it as deterministic decision logic with full explanation trails.
Hacker News Comment Review
Commenters flagged that the platform launched on a pre-release Forgejo v16 dev build rather than stable v15, raising eyebrows about production readiness for a national code hub.
Germany’s opencode.de (GitLab-based) and container.gov.de were cited as a comparable model, suggesting a growing European pattern of sovereign government git infrastructure.
The machine-readable law project RegelRecht drew curiosity; commenters wanted concrete user stories for how legal YAML execution would work in practice.
Notable Comments
@regexorcist: Timed the launch against a GitHub PR data-loss incident, noting the irony of the sovereign alternative getting HN-hugged to death simultaneously.
@embedding-shape: Flagged the Forgejo v16 pre-release choice as “wild for something like a central hub for publishing software.”
@luplex: Points to opencode.de and container.gov.de as the German parallel, including hardened base container images.