Skip to content
@Globussoft-Technologies

Globussoft Technologies

300 engineers, 40+ open-source business products. EmpMonitor, AdsGPT, PowerAdSpy, Callified, CRM, MedCore, VideoraIQ & more. Founded by Sumit Ghosh.
Globussoft Technologies

Globussoft Technologies

Building intelligent software products that transform industries.

Website LinkedIn Twitter Email


About Us

Globussoft Technologies is a product-first software company that designs, builds, and ships AI-powered SaaS products across CRM, healthcare, media, advertising analytics, surveillance, and vertical ERP markets. We are a team of 500+ engineers, designers, and product thinkers across Bhilai and Bangalore who believe great software should be fast, intelligent, and beautiful.

We operate a portfolio of 40+ repositories spanning open-source flagship products, AI/ML platforms, mobile apps, and client engagements, powered by modern tech stacks including TypeScript, React, Python, Kotlin, PHP, Swift, and more.


🚀 Recent Highlights — Actively Developed Now

All of the following products have shipped commits in the last 30 days.

  • 🏥 MedCore — open-source hospital management system (HMS) for clinics and hospitals. Active healthcare flagship: consult/doctor API recently merged, broad test-coverage expansion across web, mobile, dashboard, and API layers.
  • 📹 VideoraIQ — AI-driven surveillance with face attendance, workforce monitoring, and real-time alerts. Public companion to our commercial build; under continuous hardening with systematic coverage and bug-fix iterations.
  • 📞 Callified — Generative AI dialer that works with 100+ CRMs. Strategic expansion underway: new product PRD adds WhatsApp + AI automation as a core pillar.
  • 🔥 Globussoft CRM — multi-tenant CRM with verticals (generic + wellness), comprehensive e2e validation on every push, AI orchestration engine, and an AI-era rebuild PRD. Currently rolling out a slim-shape API (?fields=summary) across 50+ endpoints for lighter integrations.
  • 🆕 AdsGPT — generative AI for ad creation and optimization. Open-source companion repo launched this month alongside the commercial build.
  • 💎 CaratFlow — complete jewelry ERP platform: inventory, manufacturing, retail POS, accounting, CRM, e-commerce, and compliance. Recent milestone: backend P0/P1 security hardening — 18 critical issues fixed in a single drop.

Our Products

Public (open source — AGPL v3.0)

Product Description Stack
globussoft-crm Multi-tenant CRM with vertical configurations (generic + wellness). Tracks leads, manages contacts, automates pipelines. Partner API for sister products. AI orchestration engine. JavaScript / React / Node.js / MySQL
medcore Open-source hospital management system (HMS) for clinics and hospitals TypeScript
callified Generative AI dialer for CRMs. AI robo-dials leads, qualifies them, and hands off to SDRs. Works with 100+ CRMs. WhatsApp + AI automation pillar in active development. Python
caratflow Jewelry ERP — inventory, manufacturing, retail POS, accounting, CRM, e-commerce, compliance TypeScript
globussoft-school-mis School Management System with 75+ modules, 11 user roles, LMS, Finance, HR, admin portals TypeScript
videoraiq-ai AI-based video surveillance tool (public sibling of the commercial VideoraIQ build) JavaScript
adsgpt-main Generative AI for ad creation and optimization — open-source companion to the commercial AdsGPT JavaScript
voyagr Travel experience platform TypeScript

Private (commercial / proprietary)

Product Description Stack
videoraiq AI-powered CCTV surveillance, face attendance, workforce monitoring with real-time alerts JavaScript
adsgpt Generative AI for ad creation and optimization JavaScript
poweradspy AI-powered ad analytics and competitive intelligence PHP
globusphone Mobile communication app Kotlin
smashify Social / media engagement platform JavaScript
socialX Social automation toolkit C#
billing-automation-software Automated billing platform JavaScript
empmonitor-sales-audit Sales-call audit + ICP analysis for the EmpMonitor product, driven by Fathom recordings Python
dominator Domintor product suite JavaScript
gbslinkbuildingengine SEO link-building engine
kamh, infiuence, QR-Code-Maker, MyLinkie, TipeeJar, djfy, growthcloud, socinator Internal tooling + smaller product lines C# / Swift / Blade / various
Hitsradio_2.0 (-IOS, -Android, hitsradio-2.0) Radio streaming app (iOS, Android, web triad) Swift / Java / JavaScript

Plus client-engagement repositories — separately scoped, not part of the product portfolio.


🤝 Sister Organization — EmpCloud

EmpCloud is our HR & workforce-platform sister organization — a modular open-source suite covering the entire employee lifecycle, from recruitment to offboarding. Many Globussoft engineers ship code there as well; the team-pulse leaderboard tracks contributions across both orgs.

EmpCloud HR Suite (open source — AGPL v3.0)

Product Description Stack
EmpCloud Control tower for digital labor in HR — orchestrates the suite TypeScript
emp-monitor Employee monitoring & productivity — screen recording, app/web tracking, analytics, DLP TypeScript
emp-recruit Applicant Tracking System with Kanban pipeline and AI resume screening TypeScript
emp-payroll Payroll processing — multi-country tax, benefits enrollment TypeScript
emp-performance Performance management — 360 reviews, OKRs, 9-box grid TypeScript
emp-project Project & task management — Kanban boards, Gantt charts TypeScript
emp-lms Learning Management System — courses, SCORM, quizzes, certificates TypeScript
emp-billing Billing & invoicing engine — Stripe, Razorpay, PayPal TypeScript
emp-biometrics Biometric authentication & attendance integration TypeScript
emp-field Field-force system — GPS tracking, check-ins TypeScript
emp-rewards Employee recognition & rewards — peer kudos, points, badges TypeScript
emp-exit Exit management & offboarding — clearance workflows, F&F TypeScript

EmpCloud Private (commercial)

Product Description
EmpMonitor_v3 Next-generation EmpMonitor — closed-source flagship
emp-biometric-android Native Android biometric attendance app

Tech Stack

TypeScript JavaScript Python PHP Kotlin C# Swift React Next.js Node.js MySQL PostgreSQL Redis Docker GitHub Actions


For New Developers — Getting Started

Welcome to Globussoft Technologies! Here is everything you need to hit the ground running.

1. Access and Accounts

  • Request your GitHub org membership from your team lead or HR
  • Enable two-factor authentication (2FA) on your GitHub account — it is required for all org members
  • You will be added to the relevant GitHub Team that grants access to your project repositories
  • Set up your local Git config: git config --global user.email "[email protected]"

2. Repository Structure

Each product lives in its own repository under this organization. The naming convention is lowercase-kebab-case (e.g., globussoft-crm, caratflow). Public repos are licensed under AGPL v3.0; private repos are proprietary.

3. Branching Strategy

We follow GitHub Flow:

main                          <- production-ready, protected branch
feature/your-feature-name     <- all new work branches off main
fix/your-bug-fix-name         <- bug fixes
docs/update-something         <- documentation-only changes

Open a Pull Request against main when your work is ready for review.

4. Commit Message Convention

We follow Conventional Commits:

feat: add AI lead scoring to callified
fix: resolve CRM contact deduplication bug
docs: update caratflow inventory module guide
refactor: clean up auth middleware
chore: upgrade Node.js dependencies
test: add unit tests for dialer service

5. Code Review Process

  • Every PR requires at least 1 approval before merging
  • Assign relevant teammates as reviewers — check the CODEOWNERS file if present
  • Use draft PRs while work is still in progress
  • Address all reviewer comments before merging
  • CI/CD checks must pass before merge

6. Development Environment Setup

Every repository includes a README.md with project-specific setup. The general flow is:

# 1. Clone your repo
git clone https://github.com/Globussoft-Technologies/<repo-name>
cd <repo-name>

# 2. Set up environment variables
cp .env.example .env
# Edit .env with your local credentials (never commit this file)

# 3. Install dependencies
npm install               # JavaScript / TypeScript projects
pip install -r requirements.txt   # Python projects
composer install          # PHP projects

# 4. Run database migrations (if applicable)
npm run db:migrate

# 5. Start the development server
npm run dev

7. Issue Tracking

We manage all work through GitHub Issues within each repository. Key labels to know:

Label Meaning
bug Something is broken
feature New capability request
enhancement Improvement to existing feature
priority:high Needs immediate attention
good first issue Great for new contributors

Check your project's issues tab for tasks assigned to you. If you are unsure what to work on first, ask your team lead.

8. CI / CD Pipeline

We use GitHub Actions for continuous integration. Every push and PR triggers:

  • Linting (ESLint / flake8 / phpcs)
  • Unit and integration tests
  • Build validation
  • (On merge to main) Automatic deployment to staging

Do not push directly to main. All changes must go through a PR.

9. Communication and Process

  • Daily standups are held in the team communication channel
  • Tag issues and PRs with the right labels and assignees
  • Use GitHub Discussions for architectural decisions and longer-form conversations
  • For urgent production issues, escalate directly to your team lead

Our Engineering Principles

  • Ship fast, iterate faster — working software beats perfect software
  • AI-first thinking — explore AI/LLM solutions before building things manually
  • Open source by default — our core products are AGPL-licensed and we contribute back
  • Documentation is code — if it is not documented, it does not exist
  • Security by default — never commit secrets; use .env files and a secret manager
  • Ownership mentality — you own your features from code to production

Licensing

Our public repositories are released under the GNU Affero General Public License v3.0 (AGPL-3.0). You are free to use, study, and modify the code — but any modifications must also be released as open source under the same license.


Built with passion by the Globussoft Technologies team

Popular repositories Loading

  1. globussoft-crm globussoft-crm Public

    A modern, open-source Customer Relationship Management (CRM) system designed to streamline your business operations. Track leads, manage contacts, automate sales pipelines, and analyze customer int…

    JavaScript 5 1

  2. callified callified Public

    Generative AI Dialer for CRM tools works with 100+ CRMs , AI Robo Dials Leads, qualifies leads and passes to an SDR to close the sale.

    Go 2 1

  3. caratflow caratflow Public

    The complete jewelry ERP platform. Inventory, manufacturing, retail POS, accounting, CRM, e-commerce, compliance, and more -- purpose-built for jewelers worldwide.

    TypeScript 2 1

  4. globussoft-school-mis globussoft-school-mis Public

    Open Source School Management System , 75+ feature modules, 11+ user roles, Core Academics, LMS, Finance, Operations, Staff & HR, Admin tools , Portal and Documents , end to end management.

    TypeScript 1

  5. medcore medcore Public

    MedCore — open-source HMS for clinics & hospitals

    TypeScript 1 3

  6. voyagr voyagr Public

    Multi-tenant Next.js CMS for travel companies, with Prisma and blogging

    TypeScript

Repositories

Showing 10 of 11 repositories

Top languages

Loading…

Most used topics

Loading…