Skip to main content

Demo and routes

NaviBot has public pages and protected cabinet pages.

Public routes

RoutePurpose
/landing page
/demolive demo page
/docsdocumentation portal in the NaviBot app
/docs/:slugdocumentation article
/logincabinet login

Cabinet routes

RoutePurpose
/appdashboard
/app/settings/botsOpenAI account
/app/integrationsintegrations hub
/app/knowledge-sourcesRAG and document sources
/app/settings/widgetwidget builder
/app/settings/inboxeswebsite inboxes / sites

Refresh behavior

NaviBot is a single-page app. The web server must return index.html for frontend routes such as:

  • /demo
  • /docs/troubleshoot
  • /app/settings/bots

Do not proxy /demo to the backend unless the backend intentionally serves that page. It should normally be handled by the SPA fallback.

Docs navigation rules

Inside NaviBot docs:

  • NaviBot Docs should link to /docs
  • Back to landing should link to /
  • Sign in should link to /login