Hi! I’m new to tutor and Open edX. I want to try to write a simple web application. I want to make the app independent and then configure it for tutor using patches.
Previously, the following [question](https://discuss.open edx.org/t/how-to-write-and-integrate-a-custom-plugin-in-tutor/10204 ) was asked. And the one who asked the question noticed that to create a plugin, you first need to write a project using edx-cookiecutters, and then write the respective tutor-plugin using cookiecutter-tutor-plugin.
So, I have a question, is it necessary to write a project using edx-cookiecutters or I can write an independent application first, and then configure the application for tutor using cookiecutter-tutor-plugin? I mean, bypassing the step of working with edx-cookiecutters.
And if the answer to the previous question is yes, then are there any restrictions in using the programming language so that there will be no configuration problems with the tutor later?
I will be very grateful for the answers