Skip to content

kmishra1204/meeting-intelligence-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Intelligence Hub

A meeting intelligence platform for AI meeting agents, transcript governance, action extraction, searchable recaps, and follow-up workflows.

This repository is maintained by Karunanidhi Mishra as a professional OSS-oriented enterprise product foundation. It is intentionally nativized away from inherited demo branding and paid-service promotional framing. The goal is to make the product easy for developers to understand, run, extend, and replace paid provider dependencies with open or self-hosted alternatives where practical.

OSS Discovery And Contribution

This codebase is part of Karunanidhi Mishra's Enterprise OSS Product Foundry - a public portfolio of production-minded, enterprise-ready product foundations. It is designed for developers who want to learn from real application surfaces, fork practical patterns, and replace paid SaaS dependencies with open or self-hosted alternatives where possible.

Codespaces And Docker

This repository now includes a GitHub Codespaces/devcontainer path for contributors who want an isolated setup.

  • Open in Codespaces from the GitHub Code button.
  • The devcontainer uses Node.js 20 and includes GitHub CLI plus Docker-outside-of-Docker support.
  • On attach, it runs the static enterprise readiness check.
  • Runtime installs remain explicit so contributors understand when dependencies and provider SDKs are being installed.

Details: Codespaces And Docker

Architecture Signal

Meeting Intelligence Hub enterprise foundation map

This visual summarizes the maintainer intent: make the repository readable, forkable, reviewable, and practical for enterprise-minded developers.

AAIF-Adjacent Agentic Readiness

This repository now publishes an AAIF-adjacent readiness surface for developers who care about agentic AI governance, tool boundaries, and enterprise OSS maturity.

The goal is to make the repo useful in technical AAIF/LF-style conversations by showing evidence: setup, security, provider alternatives, auditability, human review, and contribution paths.

Product Scope

Enterprise Setup Target

Next.js app, Postgres, meeting provider adapter, transcription pipeline, background jobs, RBAC, audit history.

Developer Quickstart

Prerequisites:

  • Node.js 20+ or the runtime version required by this package.
  • Package manager: npm
  • A local .env.local created from the documented example file when one exists.
  • No real credentials committed to Git.

Run:

cd meeting-intelligence-hub
npm install

Common checks:

npm install
npm run lint
npm run build

Environment Setup

Example environment files found:

  • .env.example

Known environment variable names from examples:

  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • DATABASE_URL
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • NEXT_PUBLIC_APP_URL
  • NEXT_PUBLIC_STREAM_CHAT_API_KEY
  • NEXT_PUBLIC_STREAM_VIDEO_API_KEY
  • OPENAI_API_KEY
  • POLAR_ACCESS_TOKEN
  • STREAM_CHAT_SECRET_KEY
  • STREAM_VIDEO_SECRET_KEY

Use local-only .env.local files or a secret manager. Keep real provider keys out of GitHub, README files, issues, and screenshots.

Paid-Service Risk And OSS Alternatives

Paid or closed-service risk areas:

  • meeting APIs
  • LLM APIs
  • speech APIs
  • hosted database

Open-source or self-hosted replacement direction:

  • Whisper/faster-whisper
  • Ollama/vLLM
  • PostgreSQL
  • Cal.com/Jitsi candidate integration where appropriate

Provider rule: any paid service must be behind an adapter, have a local development path, and include explicit cost/rate controls before production use.

Runtime Proof

Runtime proof exists. Review docs/RUNTIME_PROOF.md for current command evidence.

The portfolio proof runner is:

powershell -NoProfile -ExecutionPolicy Bypass -File C:\Users\rdpadmin\Documents\Karuna-SEO-PersonalPR\scripts\run-runtime-proof.ps1 -RepoName meeting-intelligence-hub -WriteProductProof

Contribution Model

Contributions should improve this codebase as an enterprise product foundation:

  • Replace inherited demo wording with product-specific language.
  • Improve local setup and documentation.
  • Add OSS/self-hosted provider adapters.
  • Reduce hard dependency on paid SaaS.
  • Add tests, typechecks, health checks, audit events, and secure defaults.
  • Keep secrets out of the repository.

Modernization Backlog

See docs/ENTERPRISE_TRANSFORMATION.md, docs/PROVIDER_REPLACEMENT_PLAN.md, and docs/RUNTIME_PROOF.md for the current enterprise transformation state.