Platform composition

From a DI foundation to working web applications.

Explore TeqFW platform packages, reusable components, host applications, and related work.

Open TeqFW philosophy View the Showcase

Platform foundation

Composition starts with @teqfw/di.

The foundational plugin provides namespace-based dependency resolution, runtime composition, and late binding. Around it, @teqfw/log, @teqfw/cfg, @teqfw/cli, @teqfw/db, and @teqfw/web add logging, configuration, lifecycle, persistence, and web-runtime infrastructure.

TeqFW is sufficiently developed for meaningful applications, while remaining a small and evolving platform.

Agent skills

Every plugin explains how agents use it.

Each TeqFW plugin publishes a version-matched agent skill at skills/<name>/SKILL.md. These machine interfaces describe public contracts, integration patterns, and architectural assumptions; a consuming project can mount them in .agents/skills/.

DI skill · Log skill · Cfg skill · CLI skill · DB skill · Web skill

Progressive reuse

Platform mechanisms enable reusable functionality and applications.

teq-tmpl

A reusable TeqFW plugin that makes plugin-level reuse concrete.

Inspect source

teq-cms

A larger reusable product/plugin built from TeqFW infrastructure and teq-tmpl.

Inspect source

site_wg → wiredgeese.com

A host application using teq-cms and powering a working website.

Open wiredgeese.com

mindstream

A structurally different database-backed TeqFW application.

Inspect source

Related work

Architecture first; methodology second.

ADSM is related background methodology. GitHub Flows is historical work, not a TeqFW platform layer or required workflow.