# SmartMove ## Docs - [Authentication](https://mintlify.wiki/c1mplete/SmartMoveNewUI/account/authentication.md): Create a SmartMove account, sign in, and recover your password. Authentication is powered by Supabase and uses your email address and a password. - [Cloud Sync](https://mintlify.wiki/c1mplete/SmartMoveNewUI/account/cloud-sync.md): When you sign in to SmartMove, your stops, routes, favorites, and preferences sync automatically across all your devices. - [Favorites & Quick Access](https://mintlify.wiki/c1mplete/SmartMoveNewUI/account/favorites.md): Save stops, connections, and full routes as favorites for instant access. Pin anything to your home screen with quick access. - [Account Overview](https://mintlify.wiki/c1mplete/SmartMoveNewUI/account/overview.md): SmartMove works fully without an account. Create one to sync your favorites, routes, and preferences across all your devices. - [Configuration](https://mintlify.wiki/c1mplete/SmartMoveNewUI/configuration.md): Configure environment variables for optional cloud sync and authentication. - [Language](https://mintlify.wiki/c1mplete/SmartMoveNewUI/customization/language.md): SmartMove supports four languages across South Tyrol's three linguistic communities. Switch languages at any time from the account screen. - [Notifications](https://mintlify.wiki/c1mplete/SmartMoveNewUI/customization/notifications.md): SmartMove can send push notifications for next-stop alerts when you are following a route and for service disruptions on lines you use. - [Appearance](https://mintlify.wiki/c1mplete/SmartMoveNewUI/customization/themes.md): Choose between light, dark, and system themes. The change is instant and your preference is saved automatically. - [Commuter Mode](https://mintlify.wiki/c1mplete/SmartMoveNewUI/features/commuter-mode.md): Save your frequent routes for one-tap access to the next available connection, sorted by departure time. - [Departure Board](https://mintlify.wiki/c1mplete/SmartMoveNewUI/features/departure-board.md): Real-time departures for any stop in the South Tyrol network, with delay indicators, platform information, and saved stations. - [Live Map](https://mintlify.wiki/c1mplete/SmartMoveNewUI/features/live-map.md): An interactive map of every stop in the South Tyrol transit network, with real-time departures, GPS location, and animated route following. - [Route Search](https://mintlify.wiki/c1mplete/SmartMoveNewUI/features/route-search.md): Find the best connection between any two stops in the South Tyrol transit network, with real-time results and flexible filters. - [Service Alerts](https://mintlify.wiki/c1mplete/SmartMoveNewUI/features/service-alerts.md): Live disruption reports, warnings, and informational messages from the South Tyrol transit network. - [Introduction](https://mintlify.wiki/c1mplete/SmartMoveNewUI/introduction.md): SmartMove is a real-time public transit companion for South Tyrol (Südtirol / Alto Adige). - [Quick start](https://mintlify.wiki/c1mplete/SmartMoveNewUI/quickstart.md): Search your first transit connection in South Tyrol and follow a route — no account required. - [Architecture](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/architecture.md): How SmartMove is structured: the client-side SPA, persistence model, state management, and transit data integration. - [Data persistence](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/data-persistence.md): How SmartMove stores user data: localStorage keys, window events for reactive updates, and bidirectional Supabase sync. - [Database schema](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/database-schema.md): Supabase PostgreSQL tables used by SmartMove for cloud sync: columns, types, and relationships. - [Deployment](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/deployment.md): How to deploy SmartMove to Vercel: build configuration, environment variables, and SPA routing setup. - [Development setup](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/development-setup.md): How to run SmartMove locally: prerequisites, installation, environment variables, and the dev server. - [Project structure](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/project-structure.md): Directory layout for SmartMove: where to find components, services, styles, translations, and configuration. - [Row level security](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/row-level-security.md): How Supabase Row Level Security (RLS) isolates user data in SmartMove and allows route sharing without authentication. - [Transit API](https://mintlify.wiki/c1mplete/SmartMoveNewUI/technical/transit-api.md): How SmartMove integrates with the South Tyrol EFA API: stop search, bilingual translation, transport modes, and response normalization.