<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Surabhi Krishna</title>
    <description>The latest articles on DEV Community by Surabhi Krishna (@surabhi_krishna_58528c2ce).</description>
    <link>https://dev.to/surabhi_krishna_58528c2ce</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3939411%2Fd2dacd5e-3b8a-472a-99c8-74b9e9ed1f00.png</url>
      <title>DEV Community: Surabhi Krishna</title>
      <link>https://dev.to/surabhi_krishna_58528c2ce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/surabhi_krishna_58528c2ce"/>
    <language>en</language>
    <item>
      <title>How We Built India’s Free Event Ticketing Platform with AI, UPI, and QR Infrastructure</title>
      <dc:creator>Surabhi Krishna</dc:creator>
      <pubDate>Tue, 19 May 2026 06:12:43 +0000</pubDate>
      <link>https://dev.to/surabhi_krishna_58528c2ce/how-we-built-indias-free-event-ticketing-platform-with-ai-upi-and-qr-infrastructure-8pp</link>
      <guid>https://dev.to/surabhi_krishna_58528c2ce/how-we-built-indias-free-event-ticketing-platform-with-ai-upi-and-qr-infrastructure-8pp</guid>
      <description>&lt;h1&gt;
  
  
  How We Built India’s Free Event Ticketing Platform with AI, UPI, and QR Infrastructure
&lt;/h1&gt;

&lt;p&gt;Most Indian event organizers lose huge amounts of money to ticketing commissions.&lt;/p&gt;

&lt;p&gt;Platforms often charge:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;15–20% service fees&lt;/li&gt;
&lt;li&gt;monthly SaaS subscriptions&lt;/li&gt;
&lt;li&gt;expensive enterprise pricing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We wanted to solve this.&lt;/p&gt;

&lt;p&gt;So we built Vihaya Events:&lt;br&gt;
&lt;a href="https://events.vihaya.app" rel="noopener noreferrer"&gt;https://events.vihaya.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A completely free event ticketing and event management platform designed specifically for Indian organizers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Core Engineering Challenges
&lt;/h2&gt;

&lt;p&gt;Building an event platform for India meant solving:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Native UPI payment flows&lt;/li&gt;
&lt;li&gt;High mobile traffic&lt;/li&gt;
&lt;li&gt;QR ticket generation&lt;/li&gt;
&lt;li&gt;WhatsApp-first communication&lt;/li&gt;
&lt;li&gt;Mega-event scalability&lt;/li&gt;
&lt;li&gt;Sub-event registration systems&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Razorpay + UPI Infrastructure
&lt;/h2&gt;

&lt;p&gt;We integrated Razorpay for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UPI&lt;/li&gt;
&lt;li&gt;cards&lt;/li&gt;
&lt;li&gt;net banking&lt;/li&gt;
&lt;li&gt;wallet payments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The challenge was optimizing checkout for Indian mobile networks while keeping registration friction extremely low.&lt;/p&gt;

&lt;h2&gt;
  
  
  QR Ticketing Architecture
&lt;/h2&gt;

&lt;p&gt;Every ticket generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;unique QR codes&lt;/li&gt;
&lt;li&gt;attendee metadata&lt;/li&gt;
&lt;li&gt;offline validation support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This allows check-in systems to continue working even during poor venue connectivity.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Form Builder
&lt;/h2&gt;

&lt;p&gt;One of our most interesting systems is the AI form builder:&lt;br&gt;
&lt;a href="https://events.vihaya.app/features/ai-form-builder" rel="noopener noreferrer"&gt;https://events.vihaya.app/features/ai-form-builder&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Organizers describe an event in plain English and the system auto-generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;registration fields&lt;/li&gt;
&lt;li&gt;attendee workflows&lt;/li&gt;
&lt;li&gt;ticket categories&lt;/li&gt;
&lt;li&gt;team registration logic&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  AI Event Website Builder
&lt;/h2&gt;

&lt;p&gt;We also built:&lt;br&gt;
&lt;a href="https://events.vihaya.app/features/ai-website-builder" rel="noopener noreferrer"&gt;https://events.vihaya.app/features/ai-website-builder&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This system generates complete event landing pages automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mega Event Infrastructure
&lt;/h2&gt;

&lt;p&gt;Large college fests and hackathons required:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;multi-stage events&lt;/li&gt;
&lt;li&gt;sub-event registration&lt;/li&gt;
&lt;li&gt;attendee grouping&lt;/li&gt;
&lt;li&gt;sponsor management&lt;/li&gt;
&lt;li&gt;certificate workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We designed the architecture to support everything from 50-person workshops to large multi-day festivals.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;India’s event ecosystem needs affordable infrastructure.&lt;/p&gt;

&lt;p&gt;We’re trying to build scalable tooling that gives organizers modern event technology without platform commissions.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://events.vihaya.app" rel="noopener noreferrer"&gt;https://events.vihaya.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
