Skip to content

sdotwinter/stack-complexity-reducer

Repository files navigation

Stack Complexity Reducer

Sponsor

A planner tool that maps web app architecture complexity and recommends a simpler, maintainable stack for small teams.

Usage

python3 main.py analyze --stack samples/stack.json
python3 main.py recommend --analysis samples/analysis.json --team-size 3
python3 main.py export --analysis samples/analysis.json --recommendations samples/recs.json --output out.json

Sample Stack

{"components": [{"category": "frontend", "technology": "react"}, {"category": "backend", "technology": "node"}, {"category": "database", "technology": "postgresql"}]}

Sponsorware

Personal use is free. Team templates and advanced recommendation packs require sponsorship. Suggested tiers: $7 / $14 / $50.

About

Map architecture complexity and recommend a simpler stack

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages