docs.rahulgupta.site

Welcome

An introduction to docs.rahulgupta.site and how to use it.

Updated 26 Aug 2026

Welcome

Welcome to docs.rahulgupta.site — a fast, searchable documentation platform with a built-in AI assistant that answers questions using only the content published here.

Note Everything on this site is written and published from the built-in admin editor.

What you can do here#

  • Browse documentation by section in the left sidebar
  • Jump to any page instantly with search (press Cmd/Ctrl + K)
  • Ask a question and get an answer with links to the exact source pages
  • Read comfortably in light or dark mode

Quick example#

const answer = await ask("How do I create a page?");
console.log(answer.sources);

Head over to the Quickstart to get moving.