Framework Guide

Astro Integration

Integrate Static Forms with your Astro application

Astro works perfectly with Static Forms since it generates static HTML. You can use either pure HTML forms or add client-side JavaScript for enhanced interactivity.

Static HTML Form

The simplest approach - pure HTML that works without JavaScript:

ASTRO

With Client-Side Enhancement

Add JavaScript for better user experience:

ASTRO

Environment Variables

Add your API key to environment variables:

Bash

React/Vue Component (Islands)

You can also use React or Vue components in Astro islands:

ASTRO