This is dead simple, but it still feels like magic.
What is this python function run_task? Where is it imported from?
In what environment is the CI executed? How do I install my build-time dependencies?
A community for developers to share personal projects of any size or polish. Anything software/firmware/hardware.. ALL THE WARES!! Side projects, experiments, learning builds, half-finished ideas — all welcome.
Explain what you built, why you built it, and what you learned. Give feedback if you can. Ask for feedback if you want.
Guys it's 2026, if you're not using AI at this point you're falling behind. That being said this community is not for showing off AI prompts that you put into gh Copilot or Claude or whatever, all that's showing the world is "hey I know how to make something up and explain it in 20 words while having the expectations of a team who gives a shit! Woow look at me!!".
So do your best to disclose where/how/why you used AI in your code, and if you suspect a project is entirely AI generated slop,, don't engage, don't bully, just let them eat their foot ¯\_(ツ)_/¯.
Icon and Banner were generated using ChatGPT, they're placeholders as of 1/20/26, will replace them with real art soon! https://chatgpt.com/share/696fa8bc-f3e0-8012-b6d7-350a8b53a0e1
This is dead simple, but it still feels like magic.
What is this python function run_task? Where is it imported from?
In what environment is the CI executed? How do I install my build-time dependencies?
In what environment is the CI
By default this is alline:latest docker container , however one can use custom docker images ( to be documented, but let me know if you are interested ), on the demo server , Ubuntu image is used
run_task comes as a part of dsci SDK for Python . What do you mean by build time dependencies? You are free put anything into Python / Bash tasks that are called by run_task function in job file … if you point your repo on demo server I can help you with that …
If i wanted to run 'cargo build' for example, cargo & rustc are build-time dependencies. If the task does not specify which env it is using, I cannot assume I'm able to use apt or dnf or pacman or nix.
Let's say, i'd want to run just test in this repo: https://codeberg.org/lutra/lutra/
How do I install just, cargo-insta & python version 3.14?
just test
just use dedicated alpine image, pretty easy:
https://deadsimpleci.sparrowhub.io/doc/cookbook

Update for new users: Just create some repo and add http://127.0.0.1:4000/forgejo_hook to a repo web hook, then create some dsci pipeline and it will gets triggered
Actually just enabled self registration , no need to ask me, but still will be happy to see anyone in discord )