German for "cyclops cookies" -- one-eyed biscuits with a single jam dot in the center, a beloved Austrian/German holiday treat. (also available with three dots)
One Mono-Repo, all-in-one OCI-image. Very opinionated, built for cloud native deployments.
A cookiecutter template that generates production-ready Plone 6 projects -- with Volto frontend or ClassicUI-only.
# Interactive mode (TUI)
uvx plone-zyklopenkekse
# Non-interactive
uvx cookiecutter gh:bluedynamics/plone-zyklopenkekse<org>-<project>/
backend/ Plone backend (mxmake, uv, ruff, zpretty)
frontend/ Volto frontend (pnpm, mrs-developer, custom addon) [optional]
deployment/ cdk8s-plone Kubernetes manifests (optional Varnish, Ingress, CNPG)
Dockerfile Unified multi-stage image (backend + optional frontend)
Makefile Orchestration across backend/frontend
.github/ GitHub Actions CI \
.gitlab-ci.yml GitLab CI } one of these, your choice
Rendered documentation: https://bluedynamics.github.io/plone-zyklopenkekse/
- Quickstart tutorial -- generate your first project
- Template options -- all toggles and settings explained
- Architecture -- how it all fits together
- Python >= 3.12
- uv
git clone git@github.com:bluedynamics/plone-zyklopenkekse.git
cd plone-zyklopenkekse
uv run --extra test pytest tests/ -x -qThe source code is managed in a Git repository, with its main branches hosted on GitHub. Issues can be reported there too.
We'd be happy to see many forks and pull requests to make this template even better. We welcome AI-assisted contributions, but expect every contributor to fully understand and be able to explain the code they submit. Please don't send bulk auto-generated pull requests.
Maintainers are Jens Klein and the BlueDynamics Alliance developer team. We appreciate any contribution and if a release on PyPI is needed, please just contact one of us. We also offer commercial support if any training, coaching, integration or adaptations are needed.
BSD-2-Clause