Nextcloud Community Conference 2025: Call for speakers
Passionate about data privacy and Nextcloud? We invite you speak at the Nextcloud Community Conference to share your experience, knowledge and news with the community!
Read MoreWhether you’re an amateur, experienced or an expert developer, our tutorials will prepare you for developing apps for Nextcloud.
We focus on open source app development and are commited to providing our community all the tools they need to transform their ideas into real Nextcloud apps.
Nextcloud offers you the basics to build your app upon. Authentication, file handling and sharing, access control, mobile and desktop clients – don’t worry about that, we got you covered!
It’s all open source, so you can draw inspiration from the code of other apps.
Be part of the awesome open-source community that is welcoming, encouraging and like a family.
There are between 200-300k Nextcloud servers on the web. The most downloaded apps on our app store are installed on over 100k servers and have millions of users!
If you create an app, extension or integration, Nextcloud will help you promote it. We are happy to work with you!
If you build an app, script, extension or tool as a business endeavor, we will be happy to support your effort. We love our ecosystem and want you to benefit from it!
So what are you waiting for?
Read on to discover our brand new Nextcloud App development tutorials! ⤵️
If you have a groundbreaking idea for an app, now’s your chance to develop it from scratch!
In this tutorial, you will learn how to develop a complete app with a navigation bar and database.
After the tutorial you will know how to:
After you’ve set up your own app, you can learn how to configure automated tests for it!
Learn how to use GitHub Actions – a continuous integration and continuous delivery (CI/CD) platform allowing you to automate your development workflow. With GitHub Actions, app developers don’t have to deploy a test environment for all the different Nextcloud, PHP and database system versions.
You’ll see just how convenient it is to have tests being triggered automatically so they are running for each pull request.
After the tutorial you will know how to:
Is your app not functioning as expected? Do you not know why the code is not working properly?
This tutorial will teach you how to:
For those working on the core of Nextcloud, you can learn how to set up an easy test environment using Simon’s Nextcloud Easy Test Instance.
This is a super quick instance using docker for Nextcloud to quickly launch different versions of Nextcloud which is great for reproducing bugs, testing PR’s, and user testing UX changes.
After this tutorial you will know how to: