Career-Ready Platform

CONNECT WITH THE RIGHT MENTORS.

Master in-demand skills through real conversations with verified industry professionals. Build your network, get mentored, and launch your career — all in one place.

0+

Coding Challenges

0%

E2E Encrypted

0+

Active Mentors

0/7

Real-time Sync

Platform Features

Everything You Need.

From real-time messaging to a full coding arena — Connectly is the all-in-one platform built for ambitious students and industry professionals.

Real-time Chat

Instant messaging powered by WebSockets with typing indicators, read receipts, media sharing, and full emoji support.

Coding Arena

2,900+ LeetCode-style problems with an in-browser code editor supporting JavaScript, Python, C++, Java, and more.

Verified Mentors

Connect with vetted industry professionals from top companies. Every mentor is verified through our review process.

Discovery Feed

Share projects, achievements, and ideas. Like, comment, quote — a social feed built for builders.

Voice & Video Calls

Crystal-clear WebRTC calls with your mentors. No downloads, no friction — just connect.

Initiatives (Stories)

Share time-limited updates with Instagram-style story rings, media support, and privacy controls.

Job Opportunities

Professionals post real opportunities. Students discover and apply — all within the platform.

Coding Arena

Sharpen Your Skills
With Real Challenges.

Tackle 2,900+ professionally curated problems spanning arrays, dynamic programming, strings, math, and more. Write, test, and submit code directly in the browser.

JavaScriptPythonC++JavaC
Enter the Arena
solution.js
Easy
function twoSum(nums, target) {
const map = new Map();
for (let i = 0; i < nums.length; i++) {
const comp = target - nums[i];
if (map.has(comp))
return [map.get(comp), i];
map.set(nums[i], i);
}
}
All Tests Passed
3/3 Tests
AES-256
RLS
JWT

Enterprise-Grade Security

Your Privacy Is
Non-Negotiable.

Every message, every file, every call — protected with industry-standard encryption and robust access controls. We built Connectly with security as the foundation, not an afterthought.

End-to-End Encryption

All conversations are encrypted in transit and at rest with AES-256.

Row-Level Security

Supabase RLS policies ensure users can only access their own data.

JWT Authentication

Secure token-based auth with automatic refresh and session management.

Content Security Policy

Strict CSP headers prevent XSS, clickjacking, and injection attacks.

About Connectly

Built for Ambitious
Builders.

Connectly bridges the gap between ambitious students and seasoned professionals. It's more than a chat app — it's where careers are shaped through real conversations, coding challenges, and genuine mentorship.

01

Create Your Profile

Sign up as a Student or Professional via Google OAuth. Set up your bio, skills, and interests in seconds.

02

Connect & Collaborate

Discover verified mentors, join the social feed, and start real-time conversations that matter.

03

Grow & Build

Tackle coding challenges, share projects, explore job opportunities, and build your professional network.

Powered By Modern Tech

Next.js 16

React Framework

Supabase

Auth & Database

Socket.io

Real-time Engine

Cloudinary

Media Pipeline

Latest Updates

What's New.

Feature LaunchMay 2025

Coding Arena Now Live — 2,900+ Problems

Tackle professionally curated LeetCode challenges directly in Connectly. Multi-language support with live test runners.

Read More
Platform UpdateApr 2025

Voice & Video Calling Arrives

WebRTC-powered calls are here. Connect face-to-face with your mentors for deeper, more meaningful conversations.

Read More
CommunityMar 2025

Discovery Feed & Initiatives

Share your projects, post achievements, and build your personal brand. Stories and social engagement, reimagined for professionals.

Read More

Ready to Connect?

Join a growing community of ambitious students and industry professionals. Your next mentor, your next opportunity — it's all waiting.