Smarter Development Framework ============================= The Smarter :doc:`cloud-native ` application framework consists fundamentally of a set of software that spans the complete lifecycle of cloud-native AI applications. The framework provides solutions for :doc:`cloud infrastructure `, :doc:`backend API services `, and :doc:`frontend user interfaces `. While the technologies and programming languages that we use to implement these layers do certainly vary considerably, most of the work of the Smarter Project consists of the backend API services, written in :doc:`Python ` on the :doc:`Django web framework `, :doc:`Django REST Framework (DRF) `, and :doc:`Pydantic `, leveraging the strengths of each to provide a robust and flexible foundation for building enterprise class applications. .. toctree:: :maxdepth: 1 :caption: Technical Reference smarter-framework/getting-started smarter-framework/guides smarter-framework/aws smarter-framework/docker smarter-framework/kubernetes smarter-framework/python smarter-framework/django smarter-framework/drf smarter-framework/pydantic smarter-framework/smtp smarter-framework/smarter-api smarter-framework/smarter-caching smarter-framework/smarter-cli smarter-framework/smarter-dashboard smarter-framework/smarter-enum smarter-framework/smarter-devops smarter-framework/smarter-journal smarter-framework/smarter-logging smarter-framework/smarter-mixins smarter-framework/smarter-react-ui smarter-framework/smarter-settings smarter-framework/smarter-waffle smarter-framework/smarter-utils smarter-framework/vs-code-extension