Documentation

Markprompt is three things:

  • A set of API endpoints that allow you to index your content and create LLM-powered apps on top of it, such as a a prompt or an instant search on your docs site.
  • A web dashboard that makes it easy to do the above. The dashboard also allows you to set up syncing with content sources, such as a GitHub repo or a website, drag and drop files to train, manage access keys, and visualize stats on how users query your content.
  • A set of UI components (currently React, Web Component and Docusaurus plugin) that make it easy to integrate a prompt on your existing site.

Examples

Get a head start by cloning a fully-fledged AI support application from our templates repository.