In August 2026 I rebuilt the Kickbase Kaderplaner from scratch. It is a small helper for the Bundesliga fantasy game Kickbase. It rates every player in the squad, finds the best eleven and shows what a sale does to the account before anything is sold.
The screenshot below shows the start page. It has a short description, the sign-in with your own Kickbase account and the links to the features and to the score. The app itself is in German.

What Kickbase is about
Kickbase is a fantasy manager game around the German Bundesliga. You own a squad, the players earn points on matchday, and their market value moves with them. The account may be negative during the week, but it must be balanced when the matchday starts. So the same question comes up every week: which players do I sell, and what is left on the account afterwards. The Kaderplaner (German for squad planner) does that arithmetic.
Free and without a server
The Kaderplaner is free, has no ads and no tracking. You sign in with your own Kickbase account, and the password is not stored. Only the token Kickbase returns is kept, and it stays in your browser. The app runs completely in the browser and talks to the Kickbase API directly, there is no server of mine in between. Cloudflare serves the static files and nothing else. On a phone you can put the Kaderplaner on the home screen.
The first version was a Google Apps Script bound to a spreadsheet, which I started in 2022. The new version is written in TypeScript. The Kaderplaner is a private fan project and not affiliated with Kickbase. The source code is on GitHub under the MIT license.
Screenshots





That’s it.
If you have questions feel free to contact me.