Files
prompts/docs/skills/nicegui/references/source-documentation.md
T
2026-07-29 23:37:48 -05:00

2.3 KiB

Source Documentation

Use these links to verify framework-specific behavior before relying on version-sensitive or integration-specific guidance.

NiceGUI

!!! info "NiceGUI sources" - Pages, routing, and FastAPI integration - Binding properties and bindable dataclasses - Action events - Security best practices

FastAPI

!!! info "FastAPI sources" - Lifespan events - Settings and environment variables - Dependencies with yield - Server-sent events - WebSockets

Styling

!!! info "Styling sources" - Tailwind utility-first styling - Quasar components

Persistence

!!! info "Persistence sources" - SQLAlchemy engine configuration and pooling - SQLAlchemy session lifecycle - Alembic tutorial

Configuration And Dataclasses

!!! info "Python and Pydantic sources" - Pydantic settings management - Python dataclasses - PEP 557: Data Classes

LangGraph

!!! info "LangGraph sources" - Overview - Workflows and agents - Persistence - Streaming - Interrupts and human-in-the-loop