Oops! Something went wrong while submitting the form.
Enterprise
#
Track & Trace
Track & Trace
#
Pharma
Pharma
Supply chain visibility platform for Pharma - Serialization, track & trace, and compliance.
SaaS
Active
Agritech
#
Aquaculture
Aquaculture
Integrated full stack platform for inland aquaculture
Other
Growth
Active
Intelligent Mobility
#
EVTOL
EVTOL
Pioneering sustainable mobility with innovative VTOL tech.
DeepTech
Active
Healthcare
#
Wellness
Wellness
#
Fitness
Fitness
Digital fitness and wellness platform.
Digital Health
Growth
Active
Secondary
Industrial Tech
#
Battery Tech
Battery Tech
Energy store solutions for EVs, telecom and industrials.
DeepTech
Exited
Enterprise
#
HCM
HCM
Cloud-native, mobile-first HRMS solution for the entire employee life cycle – Hire to Retire.
SaaS
Growth
Active
Secondary
Healthcare
#
Health Benefits Platform
Health Benefits Platform
Employee health benefits platform providing preventive, predictive and personalized healthcare services.
Digital Health
Active
Enterprise
#
AI Recruitment
AI Recruitment
AI-powered recruitment automation platform for enterprises
SaaS
Active
Lifesciences
#
Stem Cell Therapy
Stem Cell Therapy
#
Biologics
Biologics
Stem cell therapy platform for previously incurable diseases.
Lifesciences
Active
Enterprise
#
Gig Economy
Gig Economy
#
Workforce Management
Workforce Management
Enabling India’s EV and renewable energy revolution through reliable, scalable, and tech-driven infrastructure execution.
SaaS
Active
Secondary
Fintech
#
Alternate Investments
Alternate Investments
Alternative asset platform for retail investors creating wealth through leases, inventory / trade financing and bonds.
FinTech
Active
Acquired by Reliance
Healthcare
#
Oncology
Oncology
#
Cancer Care
Cancer Care
Technology first oncology platform for comprehensive cancer care.
Digital Health
Exited
IPO
Fintech
#
Consumer Lending
Consumer Lending
Personal loans and loans against property (LAP) to retail customers and micro businesses, through a fully digital and fast disbursement process.
FinTech
Growth
Active
Enterprise
#
Agentic AI
Agentic AI
#
SaaS Integrations
SaaS Integrations
Agent for faster and more secure third-party SaaS integrations.
SaaS
Active
Semiconductors
#
GenAI
GenAI
#
Automation
Automation
Accelerating Integrated Circuit Design
Enterprise
#
Data Security
Data Security
Matters.AI is an AI-native data security platform unifying DSPM, Insider Risk, DDR, DLP & Exfiltration Defense into one intelligent layer.
Enterprise
#
Agile Monetization
Agile Monetization
#
Complex Billing
Complex Billing
Next generation monetization platform for seamless implementation of complex billing models.
SaaS
Active
Industrial Tech
#
Edge AI
Edge AI
Multi-modal edge AI platform for M&E and automotive industries.
DeepTech
Active
Healthcare
#
Maternity
Maternity
#
Parenting
Parenting
Community led health & wellness platform catering to mother and baby care.
Digital Health
Growth
Active
Healthcare
#
Chronic Pain
Chronic Pain
#
Single Specialty
Single Specialty
Asset-light single-specialty clinic chain in India offering gold-standard multidisciplinary care for chronic pain, including emerging non-surgical interventions
Digital Health
Active
Lifesciences
#
NK Cell Therapy
NK Cell Therapy
#
Biologics
Biologics
Biotech company dedicated to advancing cancer treatment through affordable NK cell therapies.
Lifesciences
Active
Intelligent Mobility
#
Maglev
Maglev
Levitating pod-based autonomous mobility systems.
DeepTech
Active
Enterprise
#
Agentic AI
Agentic AI
#
FinanceAutomation
FinanceAutomation
AI-native financial operating platform
Active
Industrial Tech
#
Robotics
Robotics
AI-first robotics platform for industrial automation
DeepTech
Active
Enterprise
#
Agentic AI
Agentic AI
#
Product Ops
Product Ops
Agentic AI platform empowering product managers with data-driven insights.
SaaS
Active
Enterprise
#
Private Markets
Private Markets
#
Equity Management
Equity Management
Equity management platform for private markets - Captable / ESOP management and private market liquidity.
Growth
Active
Enterprise
#
GRC
GRC
#
InfoSec
InfoSec
Risk-focused GRC automation platform that helps simplify and streamline compliance/information security for cloud-native companies.
SaaS
Growth
Active
Acquired by Radware
Enterprise
#
Cybersecurity
Cybersecurity
Cloud first real-time bot prevention platform for web and mobile applications.
DeepTech
Exited
Healthcare
#
MedTech
MedTech
#
AI Pathology
AI Pathology
Full stack platform for AI-led digital microscopy.
Digital Health
Active
Acquired by Renesas
Semiconductors
#
Fabless
Fabless
#
4D Imaging
4D Imaging
Fabless semiconductor company building ultra-high resolution, low power imaging radar chips.
DeepTech
Exited
Healthcare
#
Chronic Disease Management
Chronic Disease Management
#
Digital Health
Digital Health
A digital health platform preventing, managing & reversing type 2 diabetes & pre-diabetes with data-driven, consumer-centric care
Digital Health
Growth
Active
Enterprise
#
Semiconductors
Semiconductors
#
Manufacturing
Manufacturing
Causal AI for high-complexity manufacturing
DeepTech
Active
Secondary
Enterprise
#
Vertical AI
Vertical AI
AI-first platform transforming construction monitoring
SaaS
Active
Enterprise
#
IGA
IGA
#
SMP
SMP
Identity governance and SaaS management platform for enterprises.
SaaS
Growth
Active
No items found.
<
!--Updated Code of Splide Slider Function
for Companies logos Marquee-- >
<
script >
document.addEventListener('DOMContentLoaded', () => {
const logoSplides = [];
let isAutoPlaying = false; // Track play state — false means paused on load
let lastDirection = null; // Track last arrow direction for SR announcement
// Hidden live region for screen reader announcements
const logoLiveRegion = document.createElement('div');
logoLiveRegion.setAttribute('aria-live', 'polite');
logoLiveRegion.setAttribute('aria-atomic', 'true');
logoLiveRegion.style.cssText = 'position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;';
document.body.appendChild(logoLiveRegion);
// Announce message to screen readers
function announceLogoSR(message) {
logoLiveRegion.textContent = '';
requestAnimationFrame(() => {
logoLiveRegion.textContent = message;
});
}
function logos() {
const splides = document.querySelectorAll('#logos');
for (let i = 0; i < splides.length; i++) {
const splide = new Splide(splides[i], {
perPage: 'auto',
autoWidth: true,
arrows: true,
pagination: false,
focus: 'center',
direction: 'ltr',
gap: '3.5rem',
type: 'loop',
keyboard: 'focused',
label: 'Company logos carousel',
live: true,
slideFocus: false,
i18n: {
slideX: 'Showing slide %s',
slideLabel: '%s of %s',
},
autoScroll: {
autoStart: false, // Always paused on load — user must press Play speed: 0.8, pauseOnHover: false, pauseOnFocus: false, }, }).mount(window.splide.Extensions); // On slide move: re-pause if not playing, then announce the leading-edge slide splide.on('moved', ()=> {
if (!isAutoPlaying && splide?.Components?.AutoScroll) {
splide.Components.AutoScroll.pause();
}
// Get all visible non-clone slides sorted left to right
const visibleSlides = Array.from(splides[i].querySelectorAll('.splide__slide:not(.splide__slide--clone).is-visible')).sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);
if (!visibleSlides.length) return;
// Announce rightmost slide when going next, leftmost when going prev
const targetSlide = lastDirection === 'prev' ? visibleSlides[0] : visibleSlides[visibleSlides.length - 1];
const companyName = targetSlide.querySelector('img')?.getAttribute('alt')?.trim();
if (companyName) announceLogoSR(companyName);
});
logoSplides.push(splide);
}
}
logos();
// Track arrow direction before move fires
const prevWrapper = document.getElementById('previous-button');
const nextWrapper = document.getElementById('next-button');
if (prevWrapper)
prevWrapper.addEventListener('click', () => {
lastDirection = 'prev';
});
if (nextWrapper)
nextWrapper.addEventListener('click', () => {
lastDirection = 'next';
});
// Remove aria-label/aria-controls from Splide arrow wrapper divs (decorative)
document.querySelectorAll('.splide__arrow.w-embed').forEach((div) => {
div.removeAttribute('aria-label');
div.removeAttribute('aria-controls');
div.setAttribute('aria-hidden', 'true');
});
// Play / Pause button functionality
const btn = document.getElementById('logo-autoplay');
if (btn && logoSplides.length) {
const playIcon = btn.querySelector('.play-icon');
const pauseIcon = btn.querySelector('.pause-icon');
// Set initial state to paused
btn.setAttribute('aria-label', 'Play');
btn.removeAttribute('aria-pressed');
if (playIcon && pauseIcon) {
playIcon.style.display = 'block';
pauseIcon.style.display = 'none';
}
btn.addEventListener('click', () => {
isAutoPlaying = btn.getAttribute('aria-label') === 'Play';
logoSplides.forEach((splide) => {
if (!splide?.Components?.AutoScroll) return;
isAutoPlaying ? splide.Components.AutoScroll.play() : splide.Components.AutoScroll.pause();
});
const newLabel = isAutoPlaying ? 'Pause' : 'Play';
btn.setAttribute('aria-label', newLabel);
if (playIcon && pauseIcon) {
playIcon.style.display = isAutoPlaying ? 'none' : 'block';
pauseIcon.style.display = isAutoPlaying ? 'block' : 'none';
}
announceLogoSR(isAutoPlaying ? 'Carousel playing.' : 'Carousel paused.');
btn.blur();
requestAnimationFrame(() => btn.focus());
});
}
// Append "Logo" to alt text if missing
document.querySelectorAll('.company-logo-slider').forEach((img) => {
if (img.alt && !img.alt.trim().toLowerCase().endsWith('logo')) {
img.alt = img.alt.trim() + ' Logo';
}
});
});