.. Smarter documentation master file, created by sphinx-quickstart on Mon Nov 24 20:56:57 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Smarter |project_version| Documentation ========================================= .. image:: https://img.shields.io/badge/Website-smarter.sh-darkorange :target: https://smarter.sh :alt: Project Website .. image:: https://img.shields.io/badge/Donate-GitHub_Sponsors-ff69b4 :target: https://github.com/sponsors/lpm0073 :alt: Donate .. image:: https://img.shields.io/badge/Forums-Discussion-blue :target: https://github.com/smarter-sh/smarter/discussions :alt: Forums .. image:: https://img.shields.io/docker/pulls/mcdaniel0073/smarter.svg?logo=docker&label=DockerHub :target: https://hub.docker.com/r/mcdaniel0073/smarter :alt: DockerHub .. image:: https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/project-smarter :target: https://artifacthub.io/packages/search?repo=project-smarter :alt: ArtifactHub .. image:: https://img.shields.io/badge/License-AGPL_v3-blue.svg :target: https://www.gnu.org/licenses/agpl-3.0 :alt: AGPL-3 License A :doc:`declarative ` AI :doc:`resource management ` :doc:`platform ` and :doc:`developer framework `. - **From scratch** | :doc:`smarter-platform/quick-start` | :doc:`smarter-platform/prerequisites` | :doc:`smarter-platform/trouble-shooting` | `Tutorial `__ - **Platform** - Helps you manage all your :doc:`AI resources ` using easy :doc:`YAML files ` (like how `Kubernetes `_ works). - Simple `Docker `_ installation. Run on Kubernetes with the `Smarter Helm chart `_. - Manage AI resources with the :doc:`web dashboard `, the :doc:`REST API `, and the :doc:`command-line interface `. - Keeps track of :doc:`logs `, safety checks, :doc:`costs `, and :doc:`security ` so nothing gets lost or misused. - **AI Resource Management** - Works with many :doc:`AI model providers ` — `OpenAI `_, `Google AI `_, `Meta AI `_, `DeepSeek `_, and others. - Lets you :doc:`organize ` and version your prompts, and see how they change over time. - Supports “:doc:`agents `” and multi-step AI workflows so you can build bigger, smarter tasks. - Secure integrations to :doc:`external data sources ` like :doc:`databases ` and :doc:`APIs `. - **Cloud-Native Application Framework** - Built on :doc:`Django `, :doc:`Django REST Framework `, :doc:`Pydantic `. - Automated :doc:`AWS cloud infrastructure ` and :doc:`Kubernetes ` management. - ReactJS component-based :doc:`UI integration solution ` that works for any web page. - Build AI tools that connect to enterprise resources like :doc:`Sql databases ` and :doc:`REST APIs `. - :doc:`Prompt engineer workbench ` for testing prompts and workflows before you deploy. - Vibrant developer community: `PyPI `_, `NPM `_, `VS Code extensions `_, and more. Usage ------ **1. Create a Smarter manifest** .. literalinclude:: ../../smarter/smarter/apps/plugin/data/stackademy/stackademy-chatbot-sql.yaml :language: yaml :caption: Example Smarter Manifest **2. Apply the Manifest** .. code-block:: console smarter apply -f stackademy-chatbot-sql.yaml **3. Interact with the Chatbot** .. raw:: html
Smarter Prompt Engineering Workbench Demo

.. toctree:: :maxdepth: 1 :caption: Table of Contents smarter-platform smarter-resources smarter-framework adr .. toctree:: :maxdepth: 1 :caption: External Resources external-links/support-smarter external-links/swagger external-links/manifest-reference external-links/json-schemas external-links/youtube