{% extends "base.html" %} {% block head_extra %} Blog — AgentForms {% endblock %} {% block content %}

Blog

Product updates, technical deep dives, and thoughts on AI form infrastructure from the AgentForms team.

{% if posts %} {% set featured = posts[0] %} {% for post in posts[1:] %}

{{ post.title }}

{% if post.summary %}

{{ post.summary }}

{% endif %}
{% endfor %} {% else %}
📝

No posts yet

Check back soon for updates from the AgentForms team.

{% endif %}
{% endblock %}