March 2026

We've moved to GitLab

All Rotifer Protocol repositories have migrated from GitHub to GitLab. Here's what changed, what didn't, and what you need to do.

TL;DR

  • npm i -g @rotifer/playgroundunchanged, works exactly the same
  • All repo URLs now point to gitlab.com/rotifer-protocol
  • Old GitHub links will stop working — update your bookmarks

Why GitLab?

As a solo developer building infrastructure for AI agent evolution, platform resilience matters. GitLab gives us:

  • Self-hosting option — if needed in the future, we can migrate to our own GitLab instance with zero friction
  • Integrated CI/CD — no third-party GitHub Actions dependency, everything runs on GitLab Runners
  • Better alignment — GitLab's open-core model aligns with our Apache 2.0 + Safety Clause licensing

New Repository URLs

Repository Old (GitHub) New (GitLab)
rotifer-playground github.com/rotifer-protocol/... gitlab.com/rotifer-protocol/rotifer-playground
rotifer-spec github.com/rotifer-protocol/... gitlab.com/rotifer-protocol/rotifer-spec
rotifer-papers github.com/rotifer-protocol/... gitlab.com/rotifer-protocol/rotifer-papers
rotifer-website github.com/rotifer-protocol/... gitlab.com/rotifer-protocol/rotifer-dev

What hasn't changed

npm package

@rotifer/playground is still on npm. Install command is the same.

Website

rotifer.dev stays the same, now deployed via GitLab CI + Cloudflare Pages.

License

Apache 2.0 + Rotifer Safety Clause (engine), CC BY-SA 4.0 (specification).

Discord

Community Discord is unchanged: discord.gg/6d4JrfMr

What you need to do

1
Update git remotes (if you cloned from GitHub)
git remote set-url origin https://gitlab.com/rotifer-protocol/rotifer-playground.git
2
Update bookmarks

Replace any saved GitHub links with the GitLab URLs above.

3
File issues on GitLab

New issues and merge requests should be filed on GitLab.

Timeline

March 2026

All repositories migrated to GitLab. CI/CD pipelines active.

March 2026

Website deployment switched from GitHub Pages to GitLab CI + Cloudflare Pages.

April 2026

GitHub repositories archived (read-only). Redirect notices added.

Questions about the migration?