Skip to content

Repository files navigation

Travel agent chatbot frontend: a Next.js chat interface for holiday and travel planning that talks to the AI backend.

Project Setup

  1. Clone the repo and enter the web app folder:
    git clone <repo-url>
    cd chatbot-web
  2. Install dependencies (pnpm recommended):
    pnpm install
    # or: npm install
  3. Configure environment (set API base URL, Sentry, etc.):
    • Copy .env.example to .env if provided, or create .env matching your backend endpoints and keys.

Required variables:

NEXT_PUBLIC_API_BASE_URL=http://localhost:8000
NEXT_PUBLIC_ACCESS_TOKEN_COOKIE=chatbot_access_token
BACKEND_URL=http://localhost:8000

Run in Development

Start the Next.js dev server:

pnpm dev
# or: npm run dev

The app runs at http://localhost:3000. Hot reload is enabled; edit pages under app/ to see changes instantly.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages