πΊ Your travel companion that makes itineraries made effortless.
stia
ββ .claude
β ββ settings.json
ββ .devcontainer
ββ .docs
ββ .husky
β ββ pre-commit
β ββ _
β ββ applypatch-msg
β ββ commit-msg
β ββ h
β ββ husky.sh
β ββ post-applypatch
β ββ post-checkout
β ββ post-commit
β ββ post-merge
β ββ post-rewrite
β ββ pre-applypatch
β ββ pre-auto-gc
β ββ pre-commit
β ββ pre-merge-commit
β ββ pre-push
β ββ pre-rebase
β ββ prepare-commit-msg
ββ .npmrc
ββ .nvmrc
ββ AGENTS.md
ββ apps
β ββ mobile
β β ββ .expo
β β β ββ dev
β β β β ββ logs
β β β β ββ start.log
β β β ββ devices.json
β β β ββ README.md
β β β ββ types
β β β β ββ router.d.ts
β β β ββ web
β β β ββ cache
β β β ββ production
β β β ββ images
β β β ββ favicon
β β β ββ favicon-a4e030697a7571b3e95d31860e4da55d2f98e5e861e2b55e414f45a8556828ba-contain-transparent
β β β ββ favicon-48.png
β β ββ app.json
β β ββ assets
β β β ββ expo.icon
β β β β ββ Assets
β β β β β ββ expo-symbol 2.svg
β β β β β ββ grid.png
β β β β ββ icon.json
β β β ββ images
β β β ββ android-icon-background.png
β β β ββ android-icon-foreground.png
β β β ββ android-icon-monochrome.png
β β β ββ expo-badge-white.png
β β β ββ expo-badge.png
β β β ββ expo-logo.png
β β β ββ favicon.png
β β β ββ icon.png
β β β ββ logo-glow.png
β β β ββ react-logo.png
β β β ββ react-logo@2x.png
β β β ββ react-logo@3x.png
β β β ββ splash-icon.png
β β β ββ tabIcons
β β β β ββ explore.png
β β β β ββ explore@2x.png
β β β β ββ explore@3x.png
β β β β ββ home.png
β β β β ββ home@2x.png
β β β β ββ home@3x.png
β β β ββ tutorial-web.png
β β ββ eas.json
β β ββ eslint.config.mts
β β ββ expo-env.d.ts
β β ββ index.ts
β β ββ metro.config.js
β β ββ nativewind-env.d.ts
β β ββ package.json
β β ββ postcss.config.mjs
β β ββ src
β β β ββ app
β β β β ββ index.tsx
β β β β ββ post
β β β β β ββ [id].tsx
β β β β ββ _layout.tsx
β β β ββ constants
β β β β ββ theme.ts
β β β ββ hooks
β β β β ββ use-color-scheme.ts
β β β β ββ use-color-scheme.web.ts
β β β β ββ use-theme.ts
β β β ββ styles.css
β β β ββ utils
β β β ββ api.tsx
β β β ββ auth.ts
β β β ββ base-url.ts
β β β ββ session-store.ts
β β ββ tsconfig.json
β β ββ turbo.json
β ββ web
β ββ .dockerignore
β ββ .npmrc
β ββ .prettierignore
β ββ .prettierrc
β ββ Dockerfile
β ββ eslint.config.ts
β ββ messages
β β ββ en.json
β ββ next-env.d.ts
β ββ next.config.ts
β ββ package.json
β ββ playwright.config.ts
β ββ postcss.config.mjs
β ββ public
β β ββ favicon.ico
β β ββ file.svg
β β ββ globe.svg
β β ββ next.svg
β β ββ vercel.svg
β β ββ window.svg
β ββ README.md
β ββ src
β β ββ app
β β β ββ api
β β β β ββ auth
β β β β β ββ [...all]
β β β β β ββ route.ts
β β β β ββ trpc
β β β β ββ [trpc]
β β β β ββ route.ts
β β β ββ [locale]
β β β ββ (auth)
β β β β ββ login
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β β ββ login-form.tsx
β β β β β ββ login-google-button.tsx
β β β β ββ password-forget
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β β ββ password-forget-form.tsx
β β β β ββ password-reset
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β β ββ password-reset-form.tsx
β β β β ββ register
β β β β ββ page.tsx
β β β β ββ _components
β β β β ββ register-form.tsx
β β β ββ (main)
β β β β ββ account
β β β β β ββ billing
β β β β β β ββ page.tsx
β β β β β ββ info
β β β β β β ββ page.tsx
β β β β β ββ layout.tsx
β β β β β ββ notifications
β β β β β β ββ page.tsx
β β β β β ββ page.tsx
β β β β β ββ security
β β β β β ββ page.tsx
β β β β ββ calendar
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β ββ dashboard
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β β ββ stats-grid.tsx
β β β β β ββ trip-banner.tsx
β β β β ββ feed
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β ββ layout.tsx
β β β β ββ plan
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β ββ profile
β β β β β ββ page.tsx
β β β β β ββ _components
β β β β β ββ map-card.tsx
β β β β β ββ profile-card.tsx
β β β β ββ settings
β β β β ββ language
β β β β β ββ page.tsx
β β β β ββ layout.tsx
β β β β ββ preferences
β β β β β ββ page.tsx
β β β β ββ theme
β β β β ββ page.tsx
β β β ββ layout.tsx
β β β ββ not-found.tsx
β β β ββ page.tsx
β β β ββ shared
β β β β ββ footer.tsx
β β β β ββ header.tsx
β β β β ββ mode-toggle.tsx
β β β β ββ show-toggle.tsx
β β β β ββ _components
β β β ββ styles.css
β β β ββ [...rest]
β β β ββ page.tsx
β β ββ auth
β β β ββ client.ts
β β β ββ server.ts
β β ββ env.ts
β β ββ i18n
β β β ββ navigation.ts
β β β ββ request.ts
β β β ββ routing.ts
β β ββ proxy.ts
β β ββ trpc
β β ββ query-client.ts
β β ββ react.tsx
β β ββ server.tsx
β ββ tests
β β ββ e2e
β β β ββ example.spec.ts
β β ββ integration
β ββ tsconfig.json
β ββ turbo.json
β ββ vitest.config.ts
β ββ vitest.shims.d.ts
ββ CLAUDE.md
ββ docker-compose.yaml
ββ infra
β ββ garage
β β ββ config.toml
β ββ k8s
ββ LICENSE
ββ package.json
ββ packages
β ββ api
β β ββ eslint.config.ts
β β ββ package.json
β β ββ src
β β β ββ index.ts
β β β ββ root.ts
β β β ββ routers
β β β β ββ auth.ts
β β β β ββ post.ts
β β β ββ trpc.ts
β β ββ tsconfig.json
β ββ auth
β β ββ env.ts
β β ββ eslint.config.ts
β β ββ package.json
β β ββ script
β β β ββ auth-cli.ts
β β ββ src
β β β ββ index.ts
β β ββ tsconfig.json
β ββ db
β β ββ drizzle
β β β ββ 0000_numerous_penance.sql
β β β ββ meta
β β β ββ 0000_snapshot.json
β β β ββ _journal.json
β β ββ drizzle.config.ts
β β ββ eslint.config.ts
β β ββ package.json
β β ββ src
β β β ββ client.ts
β β β ββ index.ts
β β β ββ schema
β β β β ββ accomodation.ts
β β β β ββ auth.ts
β β β β ββ checklist.ts
β β β β ββ expense.ts
β β β β ββ itinerary.ts
β β β β ββ post.ts
β β β β ββ transportation.ts
β β β β ββ trip.ts
β β β ββ schema.ts
β β ββ tsconfig.json
β ββ email
β β ββ eslint.config.ts
β β ββ package.json
β β ββ src
β β β ββ client.ts
β β β ββ emails
β β β β ββ index.ts
β β β β ββ send-account-verification-email.ts
β β β β ββ send-password-reset-confirmation-email.ts
β β β β ββ send-password-reset-request-email.ts
β β β ββ index.ts
β β β ββ send-email.ts
β β β ββ templates
β β β ββ account-verification-email.tsx
β β β ββ password-reset-confirmation-email.tsx
β β β ββ password-reset-request-email.tsx
β β ββ tsconfig.json
β ββ ui
β β ββ components.json
β β ββ eslint.config.ts
β β ββ package.json
β β ββ src
β β β ββ components
β β β β ββ accordion.tsx
β β β β ββ alert-dialog.tsx
β β β β ββ alert.tsx
β β β β ββ aspect-ratio.tsx
β β β β ββ attachment.tsx
β β β β ββ avatar.tsx
β β β β ββ badge.tsx
β β β β ββ breadcrumb.tsx
β β β β ββ bubble.tsx
β β β β ββ button-group.tsx
β β β β ββ button.tsx
β β β β ββ calendar.tsx
β β β β ββ card.tsx
β β β β ββ carousel.tsx
β β β β ββ chart.tsx
β β β β ββ checkbox.tsx
β β β β ββ collapsible.tsx
β β β β ββ dropdown-menu.tsx
β β β β ββ empty.tsx
β β β β ββ field.tsx
β β β β ββ hover-card.tsx
β β β β ββ index.ts
β β β β ββ input-group.tsx
β β β β ββ input-otp.tsx
β β β β ββ input.tsx
β β β β ββ item.tsx
β β β β ββ label.tsx
β β β β ββ marker.tsx
β β β β ββ message-scroller.tsx
β β β β ββ message.tsx
β β β β ββ navigation-menu.tsx
β β β β ββ pagination.tsx
β β β β ββ popover.tsx
β β β β ββ progress.tsx
β β β β ββ radio-group.tsx
β β β β ββ resizable.tsx
β β β β ββ scroll-area.tsx
β β β β ββ select.tsx
β β β β ββ separator.tsx
β β β β ββ sheet.tsx
β β β β ββ sidebar.tsx
β β β β ββ skeleton.tsx
β β β β ββ slider.tsx
β β β β ββ spinner.tsx
β β β β ββ switch.tsx
β β β β ββ table.tsx
β β β β ββ tabs.tsx
β β β β ββ text-area.tsx
β β β β ββ theme.tsx
β β β β ββ toast.tsx
β β β β ββ toggle-group.tsx
β β β β ββ toggle.tsx
β β β β ββ tooltip.tsx
β β β ββ hooks
β β β β ββ use-mobile.tsx
β β β ββ icons
β β β β ββ index.ts
β β β ββ index.ts
β β ββ tsconfig.json
β ββ validators
β ββ eslint.config.ts
β ββ package.json
β ββ src
β β ββ auth.ts
β β ββ index.ts
β ββ tsconfig.json
ββ pnpm-lock.yaml
ββ pnpm-workspace.yaml
ββ README.md
ββ scripts
β ββ start-database.sh
ββ toolings
β ββ eslint-config
β β ββ base.ts
β β ββ nextjs.ts
β β ββ package.json
β β ββ react.ts
β β ββ tsconfig.json
β ββ prettier-config
β β ββ index.ts
β β ββ package.json
β β ββ tsconfig.json
β ββ tailwind-config
β β ββ eslint.config.ts
β β ββ package.json
β β ββ postcss-config.js
β β ββ tailwind.config.ts
β β ββ theme.css
β β ββ tsconfig.json
β ββ typescript-config
β ββ base.json
β ββ compiled-package.json
β ββ package.json
ββ turbo
β ββ generators
β ββ config.js
β ββ package.json
β ββ templates
β ββ turborepo-generators.hbs
ββ turbo.json