During a recent project, I needed to seed a local Supabase instance with a bunch of users. I hadn't done this before, but it turned out to be quite simple. Just update your seed.sql file with the following:
This script will create 10 users with the email user<0-9>@example.com and password password123. You can adjust the number of users by changing the generate_series argument.