Sometimes a quick answer is all you need

About questions

Chat are powerful tools to get the answers that devs need. But sometimes, you just need a quick reminder about how to use that API in javascript and a whole chat would be an overkill.

We built Questions with that in mind: get quick answers so you unblock quickly.

Think of Questions as Perplexity, but for devs.

Features

Relevant

manu uses Sonnet 3.5 from Anthropic to generate answers for questions. It has proven many times that is the most powerful model for coding or coding related tasks.

More so, we’ve indexed documentation from popular npm packages (more package managers coming soon) so you get back references to the original docs that were used when generating the answer.

Search for a specific version

A pain that we encounter sometimes is when we find a great answer / blogpost online it is not for the version of the library that we’re using.

With manu, you can mention a library, by using the @ symbol and even specify exactly the version that you are interested in:

Asking a question about a specific version

If no version is specified, we use that latest available

Fast

We cache answers from other users that have asked the same question (or a similar one) to get you the quickest response possible.

If you search for an question that is very similar to an existing one, we also return a cached response. If you feel that the answer is not relevant, you can generate a new one specifically for your question.

Follow up questions

If the answer you got is helpful but you want to ask follow up questions, you can turn it into a chat and continue the conversation