About projects
Projects are chats but with everything that is specific to you in their context. Be it project dependencies, private code repo (or even public ones), projects help you get answers that are specific to a particular environment.
Features
Add dependencies
The dependencies of a project is the simplest and safest way to add context to a chat without sharing the actual code base.
- uploading your package.jsonfile
- pasting in the developmentsection frompackage.json

Chat with a private repo (coming soon) Pro
Asking question about the private repo is the fastest to get the insight needed to:
- get up to speed on a new code base
- start implementing a new feature
- find the right file/function to update
Chat with a public repo (coming soon) Pro
Chatting with a new repo is a god send when starting out to contribute to open source. That’s why manu will help new and old contributers get things done faster.
Also, sometimes the docs for a library might not be enough, or their outdated.
Jumping in the code and asking how things are implemented is extremely useful when wanting to integrate that library in your own projects.
We love and rely on open source a lot at manu. We plan to make this feature free in the near future.