Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Live: https://insightiq-frontend.orangemeadow-25c8b891.westeurope.azurecontainerapps.io

**Scale-to-zero:** both apps sleep when idle (`min-replicas: 0`). First visit after idle may take **30–90 seconds** while Azure starts containers. Open the [frontend](https://insightiq-frontend.orangemeadow-25c8b891.westeurope.azurecontainerapps.io) before a demo; sign-in wakes the backend automatically.
**Demo tip:** First visit after idle may take **~30–60s** while the app wakes from scale-to-zero — deliberate idle scaling keeps hosting near **$0**. Open the [frontend](https://insightiq-frontend.orangemeadow-25c8b891.westeurope.azurecontainerapps.io) a minute before a demo; sign-in wakes the backend automatically.

---

Expand Down
6 changes: 5 additions & 1 deletion frontend/src/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,13 @@ const LoginPage: React.FC = () => {
tracking-[-0.3px] mb-1">
Sign in to your workspace
</h2>
<p className="text-[13px] text-gray-500 dark:text-gray-400 mb-8">
<p className="text-[13px] text-gray-500 dark:text-gray-400 mb-2">
Continue with your Google account to access your analytics.
</p>
<p className="text-[11px] text-gray-400 dark:text-gray-500 mb-8 leading-relaxed">
First load after idle may take up to a minute while the app wakes.
Scale-to-zero keeps hosting near $0 when nobody is using it.
</p>

{/* Error */}
{error && (
Expand Down
Loading