Join us now!!
This project is maintained by FOSSCellNITCalicut
You MUST submit atleast one task. To submit, make a PR here. Ensure that you submit no later than 11:59PM IST, 8th January, 2026. No force pushes!
Tasks -
The goal is to build an end-to-end open source web application, fully self-hosted, that uses an open source database, is containerized, and is structured in a way that you can contribute parts of it back to open source (docs, tooling, integrations, or fixes).
You should design, build, deploy, and document the system like a real open-source maintainer.
Build a Lightweight Issue & Task Tracking Platform (think: a minimal GitHub Issues / Jira clone) with:
The idea suggested is optional. You can implement whatever idea you have or problem you want to solve but it should contain all the above mentioned points. Minimal importance is given to frontend(but if it is creative, that will also be considered). However deployment is a must.
Extra points will be given if an in-memory database is used to cache/queue.
Similarly if services are decoupled and loosely connected i.e microservice architecture with kafka or rabbitMQ would be impressive.
For Hosting it is recommended that you self host your services. You may use any containerization platform of your choice(however we may ask you why you chose the specific platform).
As for containerization, you must
Dockerfile for backendDockerfile for frontendUse industry best practices for environment and configuration
.env filesAs for documentation, you must write:
README.mdSETUP.mdARCHITECTURE.md(Optional)CONTRIBUTING.mdDocumentation should include:
Bonus (Optional but Impressive)
At FOSSCell, we have faced shortage of developers interested in mobile platforms. Most just flock to web, even though phones are used much more than laptops. The entire native experience is lost on the browsers.
There is a noticeable lack of free and open source apps that are used for document scanning. Create a multiplatform app, targeted at mobile platforms (MUST work on Android 15+), that can be used for converting pictures of document (like camscanner does) to PDFs.
You can use Flutter or Kotlin Multiplatform or Swift or Jetpack Compose. Bonus points are allocated in the order of compose > kotlin > swift > flutter.
Make a GUI frontend for rclone using the Qt6 framework.
We prefer if you write your code in C++, but Python is also acceptable