Skip to content

Getting started

This integration eases the use of Superforms in your Astro projects by:

  • mimicking sveltekit types and methods used by Superforms
  • providing types and helpers specific to Astro

Installation

Astro includes an astro add command to automate the setup of official integrations. If you prefer, you can install integrations manually instead.

  1. To install astro-superforms, run the following from your project directory and follow the prompts:

    Terminal window
    npx astro add astro-superforms

If you run into any issues, feel free to report them to us on GitHub and try the manual setup instead.