{"library":"prefab-ui","title":"Prefab","description":"Prefab is a generative UI framework for Python by PrefectHQ. It allows building interactive web UIs with pure Python, using reactive components. Current version: 0.19.1, requires Python >=3.10. Release cadence is active with frequent minor/patch releases.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install prefab-ui"],"cli":null},"imports":["import prefab","from prefab import App","from prefab.components import Button","from prefab.components import Form"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import prefab\nfrom prefab import App, components\n\napp = App(\n    components.Button(text=\"Hello, World!\")\n)\n\nif __name__ == \"__main__\":\n    app.serve()","lang":"python","description":"Minimal app with a button, served locally.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}