dograh/ui
2025-09-22 18:01:45 +05:30
..
public Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
src feat: Trickle ice candidates for faster WebRTC connection 2025-09-22 18:01:45 +05:30
.dockerignore Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
.gitignore Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
.pre-commit-config.yaml Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
components.json Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
Dockerfile Improve we call experience and add tooltips 2025-09-15 14:08:51 +05:30
eslint.config.mjs Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
next.config.ts Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
openapi-ts.config.ts Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
package-lock.json Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
package.json Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
postcss.config.mjs Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
README.md Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
sentry.edge.config.ts Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
sentry.server.config.ts Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
tsconfig.json Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Login Flow

  1. The redirection happens server side using ui/src/stack.tsx after the user has logged in.

Sentry and PostHog

  1. Initialized in ui/src/instrumentation-client.ts