> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gosupersquad.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trip Page Overview

> Main trip page application documentation

The main trip page application that powers our platform, handling trip management, host management, and other admin activities.

**Repository**: [gosupersquad/trip-page](https://github.com/gosupersquad/trip-page)

## Tech Stack

### Frontend

* **Framework**: React with Vite
* **UI Components**:
  * shadcn-ui (for internal tools and non-designed parts)
  * Plain CSS (for Figma-designed components)
  * TailwindCSS (for internal tools)

### Backend

* Node.js
* Express
* Self-hosted MongoDB

## Integrations

### Analytics

* **Service**: Posthog
* **Tracking**:
  * Click events
  * Time spent on page
  * User location
  * Device information

### Payment Processing

* **Gateway**: Cashfree

### Communications

* **Email**: Nodemailer with Google OAuth refresh tokens
* **SMS**: Twilio

## Environments

### Production

* Backend: [https://api.gosupersquad.com/](https://api.gosupersquad.com/)
* Frontend: [https://new.gosupersquad.com/](https://new.gosupersquad.com/) (temporary)

### Stage (Pre-production)

* Backend: [https://stageapi.gosupersquad.com/](https://stageapi.gosupersquad.com/)
* Frontend: [https://stage.gosupersquad.com/](https://stage.gosupersquad.com/)

### Test (Experimental)

* Backend: [https://testapi.gosupersquad.com/](https://testapi.gosupersquad.com/)
* Frontend: [https://test.gosupersquad.com/](https://test.gosupersquad.com/)
