Initial house specification: air system, sensors, Lindner Doppelboden + Plafotherm ceiling
- 01: H13 HEPA whole-house air filtration, MVHR, duct design, pressure management
- 02: Sensor placement, automation logic, Home Assistant integration, wiring
- 03: Baufritz builder coordination, construction checkpoints, timeline
- 04: Lindner NORTEC Doppelboden with WOODline parquet + Plafotherm AirHybrid radiant ceiling
- Build system: tsx + marked + puppeteer, renders Mermaid diagrams to PDF
2026-03-08 18:58:22 +00:00
{
"name" : "@maintainable.xyz/house-spec" ,
2026-03-15 10:08:32 +00:00
"version" : "1.1.2" ,
2026-03-15 09:54:21 +00:00
"private" : false ,
2026-03-15 09:53:57 +00:00
"description" : "Open specification for building maximally maintainable, healthy homes — H13 HEPA air system, Lindner Doppelboden, Plafotherm ceiling, Baufritz timber-frame" ,
Initial house specification: air system, sensors, Lindner Doppelboden + Plafotherm ceiling
- 01: H13 HEPA whole-house air filtration, MVHR, duct design, pressure management
- 02: Sensor placement, automation logic, Home Assistant integration, wiring
- 03: Baufritz builder coordination, construction checkpoints, timeline
- 04: Lindner NORTEC Doppelboden with WOODline parquet + Plafotherm AirHybrid radiant ceiling
- Build system: tsx + marked + puppeteer, renders Mermaid diagrams to PDF
2026-03-08 18:58:22 +00:00
"type" : "module" ,
"scripts" : {
"build" : "tsx build.ts"
} ,
2026-03-15 09:53:57 +00:00
"repository" : {
"type" : "git" ,
"url" : "https://code.foss.global/maintainable.xyz/house-spec.git"
} ,
"homepage" : "https://maintainable.xyz" ,
"license" : "UNLICENSED" ,
"author" : "maintainable.xyz" ,
"keywords" : [
"house" ,
"specification" ,
"baufritz" ,
"hepa" ,
"air-quality" ,
"lindner" ,
"doppelboden" ,
"plafotherm" ,
"maintainability"
] ,
Initial house specification: air system, sensors, Lindner Doppelboden + Plafotherm ceiling
- 01: H13 HEPA whole-house air filtration, MVHR, duct design, pressure management
- 02: Sensor placement, automation logic, Home Assistant integration, wiring
- 03: Baufritz builder coordination, construction checkpoints, timeline
- 04: Lindner NORTEC Doppelboden with WOODline parquet + Plafotherm AirHybrid radiant ceiling
- Build system: tsx + marked + puppeteer, renders Mermaid diagrams to PDF
2026-03-08 18:58:22 +00:00
"devDependencies" : {
"tsx" : "^4.19.0" ,
"marked" : "^15.0.0" ,
"puppeteer" : "^24.0.0" ,
"@types/node" : "^22.0.0"
} ,
"pnpm" : {
"onlyBuiltDependencies" : [
"esbuild" ,
"puppeteer"
]
}
}