I have recently open-sourced a new NodeJS boilerplate.<p>This is a small introduction video that demonstrates how the boilerplate can help you to build faster, beautiful and more documented APIs: <a href="https://www.youtube.com/watch?v=gqrCH25qjP8" rel="nofollow">https://www.youtube.com/watch?v=gqrCH25qjP8</a><p>The boilerplate helps you as well to organize your projects into small and reusable functional modules.<p>Functional modules can be added simply by cloning (or copying) them into the "modules" folder, and then install the dependencies.<p>I have already written some functional modules:<p>devtools: Helps you to achieve some basic tasks such as translating sentences, generating postman documentation of the whole project, viewing/installing dependencies graphically, configuring env variables... The source code can be found here: <a href="https://github.com/izmjs/devtools" rel="nofollow">https://github.com/izmjs/devtools</a><p>Chat FM: A simple chat module. A Redis server can be configured to ensure the scalability. <a href="https://github.com/izmjs/chat-fm" rel="nofollow">https://github.com/izmjs/chat-fm</a><p>Files manager: A simple files manager module. It uses GridFS to store the files. <a href="https://github.com/izmjs/files-fm" rel="nofollow">https://github.com/izmjs/files-fm</a><p>I am looking for developers who can help me documenting and writing more tests for the project.<p>Please, star and share the repository