The software world
Framework
A ready-made skeleton for building software — common pieces and structure already in place, so you don't start from a blank page. Like a kit house: the frame is up; you do the rooms.
Why it matters
Part of Software words you'll hear → "Built with React / Next / Django" names the framework. It shapes how the whole codebase is organized.
see also