Skip to content
@Qbix

Qbix

Empowering People. Uniting Communities.

🌐 Qbix Platform

Empowering People. Uniting Communities.

Qbix is the world's Social Operating System — a free, open-source, unified alternative to Big Tech platforms. Over 10 years in the making, it gives any organization the infrastructure to build apps that connect people, handle real-time collaboration, and scale to millions of users, without surrendering data, identity, or brand to a centralized corporation.

"We aim to do to Facebook and Google what the Web did to AOL and CompuServe."

Qbix Logo

8 million+ people · 95+ countries · AGPL-3.0 · 80 repositories


📋 Table of Contents

  1. What Is Qbix?
  2. The Plugin Architecture
  3. Core Plugins
  4. Features Out of the Box
  5. For Businesses & Startups
  6. For Developers & Teams
  7. For Designers
  8. For Interactive Marketing Agencies
  9. Technology Stack
  10. Screenshots & Videos
  11. Get Started

🧠 What Is Qbix?

A graphical operating system gave developers a common language of windows, buttons, menus and files — so they could reason on a higher level and ship faster, while users gained a consistent experience across every application. Qbix does the same thing for social web development.

Instead of reinventing user accounts, real-time messaging, notifications, invitations, access control, and payments in every new project, you build with Qbix's reusable parts. Speak with your clients in terms of apps, communities, roles, invitations, real-time updates, videoconferencing, credits, rewards, and payments — not HTTP verbs and database schemas.

It runs on every device — desktop browsers, tablet browsers, mobile browsers, native iOS (Cordova), and native Android (Cordova) — and integrates with email address books, mobile contacts, and Facebook friend lists right out of the box.

The deeper goal is structural: move the Web from Feudalism to a Free Market. Foster an open, permissionless ecosystem where any startup or existing organization is in charge of its own data, identity, relationships and brand.


🧩 The Plugin Architecture

Qbix is organized around a lightweight core framework (Platform) and a growing ecosystem of plugins — self-contained, installable modules that each add a coherent area of functionality. Plugins can depend on each other, override each other's behavior, and be packaged and shared. The installer tracks versions and migrations across every app and plugin in the stack.

The pinned repositories represent the essential plugins. There are currently 80 public repositories in this organization.


🔌 Core Plugins

Plugin Description Repo
Platform The core framework: routing, streams, tools, themes, CLI installer Qbix/Platform
Users User registration, login, sessions, pseudonymous identity, signed requests Qbix/Users
Streams Real-time collaborative streams: posting, subscriptions, access control, forks Qbix/Streams
Assets Credits, badges, leaderboards, payment processor integration (Stripe etc.) Qbix/Assets
Media Video, audio, livestreaming, web-based videoconferencing Qbix/Media
Communities Groups, roles, subchapters, membership management Qbix/Communities
Calendars Events, scheduling, calendar feeds Qbix/Calendars
Places Location-aware features, maps, geospatial queries Qbix/Places
AI Social AI integration for community engagement Qbix/AI
Telegram Telegram bot and channel integration Qbix/Telegram
EngageUsers Example app: leveraging Social AI in communities Qbix/EngageUsers

✨ Features Out of the Box

A partial list of what you get without writing infrastructure code:

Identity & Social

  • User signup via email, mobile number, or Facebook
  • One-step viral invitation system via SMS, email, or Facebook
  • Address book and contact list import
  • Pseudonymous or named profiles

Real-Time Collaboration

  • Streams: the core abstraction. Like Unix files, but social — they support joining, leaving, posting messages, real-time updates, subscriptions, and granular access control
  • Socket.io-based live updates; caches that almost never go stale
  • In-app chat and messaging
  • Web-based videoconferencing and Facebook livestreaming

Community Infrastructure

  • Groups, subchapters, roles and permissions
  • Events and calendars
  • Location-based features
  • Content and media management

Commerce & Engagement

  • Credits, badges, leaderboards (Assets plugin)
  • Payment processor integration (Stripe and others)
  • Virality and engagement metrics (Metrics plugin)
  • Notifications: push, email, SMS

Platform Qualities

  • Runs on desktop, tablet, mobile browser, native iOS, and native Android from a single codebase
  • Automatic database sharding for smooth scaling, 99.99% uptime
  • OWASP-aligned security practices, fine-grained access control
  • Override almost anything; plays nicely with Zend and other frameworks
  • Team-friendly: per-developer local config, shared version/migration tracking

💼 For Businesses & Startups

Use Qbix to build a social app, or turn your existing application into one. If you have an app that people use to do X, Qbix lets you add:

  • User signup that just works — email, mobile, or Facebook, with all the security edge cases already handled
  • Viral invitations — one-step SMS, email, and Facebook invite flows so growth doesn't depend purely on word of mouth
  • Engagement — real-time collaboration across every device gives users reasons to come back
  • Monetization — badges, credits, payment processors, subscriptions
  • Measurement — virality and engagement analytics built in, alongside Google Analytics integration

Qbix can help you design and build the app, and if your app turns out to be broadly useful, discuss giving it a head start with Qbix's existing user base of 250,000+ monthly active users.

🔗 Learn more


👩‍💻 For Developers & Teams

  • Build once, run everywhere — desktop, tablet, mobile browser, native iOS, native Android
  • Modular — package any new functionality as a plugin, install and re-use across projects, sell on the marketplace
  • Streams abstraction — just like Unix lets you work with files, Qbix lets you work with streams. Real-time updates, subscriptions, notifications, and access control come for free
  • Scalable by design — automatic DB sharding, smooth scale-up while staying online
  • Efficient — minimizes server round-trips, caching at all layers kept fresh by socket.io
  • Flexible — override almost anything, import from Zend or other frameworks without conflicts
  • Built for teams — per-developer local config, shared installer tracking versions and migrations per plugin

Support, certification, and training available from Qbix, Inc.

🔗 Learn more · Developer Guide · Video Tutorials · Community Forum


🎨 For Designers

  • Separation of concerns — designers work on themes without touching application logic; developers work on logic without touching themes
  • Multiple targets — themes work across desktop, tablet, and mobile orientations and touch events out of the box
  • Dynamic interfaces — virtual pages that load dynamically while correctly handling browser history and the back button, using HTML5
  • Reusable building blocks — self-contained tools that anyone can place on pages
  • Live front-end scripting — with basic JavaScript, listen to socket.io stream messages for real-time UI updates
  • Theme marketplace — package and sell polished themes; every app using your theme gives your brand exposure

🔗 Learn more


📣 For Interactive Marketing Agencies

Qbix was built in part by industry veterans who spent years designing social media campaigns and Facebook apps. Quick turnaround, flexibility, and reliability are baked in:

  • Separation of concerns — designers create themes first; developers wire up back-end support when the project kicks off; sysadmins and testers operate in a common structure
  • Reusable building blocks — demos can be thrown together quickly; earlier projects accelerate later ones
  • Flexible and interoperable — back-end and front-end APIs designed to play nicely with everything
  • Viral mechanics built in — one-step invite system, engagement tracking, virality metrics
  • Scales on viral days — DB layer designed for smooth scale-up without downtime

🔗 Learn more


🛠 Technology Stack

Back End

  • PHP — runs on any environment with PHP 5+
  • MySQL — primary data store (additional adapters in progress)
  • Node.js — optional but recommended; enables real-time updates, notifications, and socket.io

Front End

  • Browsers — efficient web app libraries for desktop and mobile browsers
  • Cordova / PhoneGap — native iOS and Android apps with phone contact list integration
  • jQuery — used by select plugins on the front end
  • Socket.io — real-time UI updates, connected to Node.js on the back end

Tested across platforms via BrowserStack — desktops, laptops, tablets, and mobile phones, web and native.

🔗 Full stack details


📸 Screenshots & Videos

Platform screenshots:

Desktop Conversations Personal Profiles

Feature demos (click to watch):

Chat Videoconferencing Events Rides
Chat Videoconferencing Events Rides
People Payments Notifications Edit HTML
People Payments Notifications Edit HTML

The vision for Social AI in communities:

Social Media Why for Communities Why for People

3-Minute Showcase — one app you can build with Qbix:

Showcase


🚀 Get Started


Qbix is the social infrastructure layer underlying Intercoin — blockchain applications for communities. All platform code is AGPL-3.0 licensed.

Pinned Loading

  1. Platform Platform Public

    Free, open-source community platform, decentralized alternative to Big Tech. For apps that empower people and unite communities.

    JavaScript 16 7

  2. Users Users Public

    Users plugin

    PHP 1 3

  3. Streams Streams Public

    Streams plugin

    JavaScript 3

  4. Assets Assets Public

    Assets plugin

    JavaScript 1

  5. Media Media Public

    Media plugin

    JavaScript 1 2

  6. EngageUsers EngageUsers Public

    Example App for leveraging Social AI in Communities

    PHP

Repositories

Showing 10 of 81 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…