# Flutter Solid Framework > Solid is a tiny Flutter framework that uses code generation and fine-grained reactivity (inspired by SwiftUI and SolidJS) to remove state-management and DI boilerplate. You write annotated widgets in source/; the generator emits runnable Flutter into lib/. ## Documentation Sets - [Abridged documentation](https://solid.mariuti.com/llms-small.txt): a compact version of the documentation for Flutter Solid Framework, with non-essential content removed - [Complete documentation](https://solid.mariuti.com/llms-full.txt): the full documentation for Flutter Solid Framework ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation