About Omega ITES Solutions & AskVeera
Omega ITES Solutions builds AskVeera — a trust-first AI answer engine that helps you ask questions, verify sources, research topics, work with documents, and take action — all in one place.
Our approach
We focus on clarity, transparency, and responsible use of AI. AskVeera is designed for professionals and teams who need reliable, attributable answers rather than unsupported guesses.
Products & platforms
- Website — Full experience in the browser (chat, documents, billing, account settings).
- Desktop app — Electron client that talks to the same secure backend APIs (health, pairing, quota, ask, documents, history). Sign-in uses Google OAuth through your deployed site — see below.
- Backend — Hosted AskVeera API (Next.js / Node). All clients use HTTPS to your public origin configured in environment variables.
Google Sign-In — URLs for Google Cloud Console
The desktop app opens your live site’s OAuth start URL (same flow as the web app). You do not register a separate “desktop-only” redirect URI: Google always returns to your server callback, which sets the session cookie.
In the Google Cloud Console → OAuth 2.0 Client ID → Authorized JavaScript origins, add:
https://askverra.com
For local development you may also add:
http://localhost:3000
Under Authorized redirect URIs, add exactly (production):
https://askverra.com/api/auth/google/callback
Match your server env GOOGLE_REDIRECT_URI (if set) to this URI. Typical dev redirect:
http://localhost:3000/api/auth/google/callback
Desktop flow example — the app loads (replace with your origin):
https://askverra.com/api/auth/google/start?plan=free&return_to=%2F
After the user completes Google sign-in, the browser session is created on your domain; the desktop app then exchanges a pairing code via the existing desktop pairing APIs so no second redirect URI is required in Google Cloud for desktop.
Contact
For business or privacy inquiries regarding Omega ITES Solutions and AskVeera, please use the contact options published on your official website or product correspondence.