Modern enterprise DCIM, IPAM, and network infrastructure management platform built with Node.js.
Quick Links: Documentation | Platform Repo | Docs Repo | Standards Repo | Design Repo | Infra Repo
infralynx-platform is the runtime and application monorepo for InfraLynx. It contains the API, web application, worker services, shared platform packages, migrations, performance tooling, and the delivery-facing code that turns InfraLynx architecture into a usable product.
This repository is the center of the active platform build. It depends on the docs, standards, design, and infrastructure repositories for policy, guidance, assets, and deployment direction, but it owns the running product surface.
- Repository version:
v0.12.0-alpha+chunk31.1 - Program snapshot:
v0.1.0-alpha+chunk31 - Current chunk:
31.1 - Current phase:
Scale / Reliability - Next milestone:
Chunk 32 -> API Versioning - Target release:
v1.0.0
The platform is in active scale, reliability, and contract-hardening work. Core platform, IPAM, DCIM, operations, security, and performance foundations are in place. The current focus is making those surfaces stable for long-term external integration.
Completed:
- Core platform
- IPAM
- DCIM
- Operations
- Security
- Performance
In Progress:
- Reliability / API hardening
Upcoming:
- Product differentiators
- Visual subnet planning
- Network containers
- AI integrations
- Node.js and TypeScript
- React and Vite
- BullMQ and Redis-backed infrastructure services
- PostgreSQL, MS SQL Server, and MariaDB compatibility planning
- MkDocs for project documentation
- Install dependencies:
npm install- Build the workspace:
npm run build- Run the API:
node apps/api/dist/index.js- Run the web UI in another terminal:
npm --workspace @infralynx/web run dev- Documentation Portal
- Platform Repository Map
- Onboarding Guide
- Versioning Strategy
- Contributing Guide
- Security Policy
- Support Policy
- infralynx-platform: product runtime, API, worker, UI, migrations, and shared application packages
- infralynx-docs: official documentation, architecture decisions, operational guides, and API references
- infralynx-infra: infrastructure-as-code, deployment patterns, and hosting configuration
- infralynx-standards: governance, contribution policies, standards, and architectural operating rules
- infralynx-design: design system direction, visual language, UX guidance, and shared assets
Contributions should follow InfraLynx governance, repository standards, and ADR-driven architectural discipline. Review CONTRIBUTING.md, CLA.md, and the standards repository before proposing large changes.
Support continued development of InfraLynx:
https://buymeacoffee.com/infralynx
Support helps fund:
- New features
- Documentation
- Hosted services
- Enterprise integrations
InfraLynx Platform is licensed under the Apache License, Version 2.0. See LICENSE and NOTICE.