Digital Visiting Card Portal
Vercel & Supabase Cloud Integration
This portal acts as your public card-sharing gate. When anyone scans your custom QR codes generated by the companion Android App, they are loaded right here instantly.
Please run this DDL script in your Supabase SQL Editor to provision the database. This creates a table fully identical to the Android local Room structure so items sync over perfectly:
create table visiting_cards ( id bigint primary key, "businessName" text not null, subtitle text, tagline text, "proprietorName" text, role text, phone1 text, phone2 text, email text, address text, "addressLink" text, "businessHours" text, "businessDays" text, "homeDeliveryInfo" text, "upiId" text, "upiName" text, "colorTheme" text, facebook text, instagram text, twitter text, linkedin text, website text, "aboutUs" text, "logoUrl" text, "productsJson" text, "galleryJson" text, "offersJson" text, "faqsJson" text, "quickActionsJson" text, "isApproved" boolean, "isActive" boolean, "subscriptionPlan" text, "ownerId" text, "createdAt" bigint ); -- Enable select (read) for everyone create policy "Allow public read access" on visiting_cards for select using (true); -- Enable insert/update (write) using the anon public payload create policy "Allow insert access using anon key" on visiting_cards for insert with check (true); -- Enable update access using anon key create policy "Allow update access using anon key" on visiting_cards for update using (true);
💡 After running the SQL script, navigate to your companion Android App's Cloud Settings dialog (represented by the cloud sync icon in the top toolbar on the Home page), and configure your database endpoint and Vercel base URL to instantly sync created cards!
?id=1
Failed to retrieve digital profile
Either the Card ID is invalid or your web application has not been connected to Supabase yet. Check your URL configurations.
Card Not Found
Sorry, we couldn't locate the requested digital business profile in our cloud database.
Why does this happen?
- No rows found: This Card ID does not exist yet database-side. Ensure you publish or sync it under the companion app's "Cloud Settings" menu.
- Multiple rows found: The ID conflicts with other records in the database.
- Invalid format: The Card ID inside the URL parameter is misspelled, non-numeric, or set to a negative number.
Business Name
Category
Tagline
Owner Name
RoleAddress
Customer Trust & Premium Assured
100% Verified Quality
Strictly handpicked fresh farm produce, pure native grocery brands, and pristine quality items certified for premium consumption.
Superfast Delivery Support
Hassle-free direct delivery options right to your doorstep within scheduled hours with premium secure transit packaging.
Store Business Hours
Timings: 7:00 AM - 10:00 PM
All Days Open
Home Delivery Info
Minimum Order ₹200. Free 2KM.
Product Catalog
Special Offers
Photo Gallery
Frequently Asked Questions
Powered by Digital Visiting Card Pro
Business Owner Login