Introduction

Showcase

Check out some of Mendable's examples to see how you can use it in your own projects. Start out by looking at the Mendable Floating Button component in a sandbox environment.

Templates, examples and SDKs:

Mendable Next.js Starter Template

This is a sample project to demonstrate how to use Mendable API to build your own custom chatbot interface. Made with Mendable, Next.js, Vercel AI SDK and shadcn/ui.

GitHub Repository: https://github.com/mendableai/mendable-nextjs-chatbot

Slack Bot

SpectroMate is an API server with extended functionality designed for Slack integration in the form of a bot. You can use SpectroMate to handle slash commands, and message actions. You can also use SpectroMate to handle non-slack-related events by creating API endpoints for other purposes.

SpectroMate comes with out-of-the-box support for Mendable. You can use your Mendable-trained model to answer documentation-related questions by using the /docs ask <question> slash command.

GitHub Repository: https://github.com/spectrocloud/spectromate/

Docusaurus

Docusaurus is a modern static website generator, primarly used for documentation. You can add Mendable components to any Docusaurus website.

View documentation

Python SDK

The Python SDK is a wrapper around the Mendable API. It allows you to easily integrate Mendable into your Python applications.

View documentation View repository

Sandbox

Test out the Mendable components in a sandbox environment.

Link: https://codesandbox.io/s/inspiring-gagarin-r8rg4c?file=/src/App.js

Previous
Ingesting your docs