Dynamic Radial Menu Revisit

Check out this Pen I made!

...

? https://www.roastdev.com/post/....dynamic-radial-menu-

#news #tech #development

Favicon 
www.roastdev.com

Dynamic Radial Menu Revisit

Check out this Pen I made!

Similar Posts

Similar

Day 13 of Learning Python!

Day-13
Solved more Python questions.
Learned about random module.
I can't understand this lambda thing and key= and some other stuff. I'll search about them tomorrow. ...

? https://www.roastdev.com/post/....day-13-of-learning-p

#news #tech #development

Favicon 
www.roastdev.com

Day 13 of Learning Python!

Day-13
Solved more Python questions.
Learned about random module.
I can't understand this lambda thing and key= and some other stuff. I'll search about them tomorrow.
Similar

Ashkan always delivers no-fluff advice. This article hits hard but it’s exactly what founders need to hear.


Sign in to view linked content
...

? https://www.roastdev.com/post/....ashkan-always-delive

#news #tech #development

Favicon 
www.roastdev.com

Ashkan always delivers no-fluff advice. This article hits hard but it’s exactly what founders need to hear.

Sign in to view linked content
Similar

Free Ai Supabase Seeder




? - SupaSeeder - ?
Using AI to Generate Seed Data for SupabaseEvery developer knows the importance of having good seed data for fast testing and development. Manually crafting SQL queries to populate your database with realistic data can be tedious and error-prone, especially when dea...

? https://www.roastdev.com/post/....free-ai-supabase-see

#news #tech #development

Favicon 
www.roastdev.com

Free Ai Supabase Seeder

? - SupaSeeder - ?
Using AI to Generate Seed Data for SupabaseEvery developer knows the importance of having good seed data for fast testing and development. Manually crafting SQL queries to populate your database with realistic data can be tedious and error-prone, especially when dealing with complex relationships between tables.SupaSeeder connects to your Supabase instance, extracts the database schema, then you can either generate SQL insert statements or optimized prompts to use with any AI model to generate the seed data you need.


Try it out online at supaseeder.vercel.app ?



⚙️ How It Works

Provide Supabase URL Anon Key
Connects to your database and reads the schema.
Write a prompt
Describe the data you want (e.g. "10 users with 5 posts each").
Pick mode


Prompt Mode: Get optimized prompts to use with any AI (ChatGPT, Claude, etc.)

Direct Mode: Get complete SQL queries generated using OpenAI


Get SQL output
Copy paste to your SQL editor or Supabase SQL Runner.



?️ Setup Locally



Method 2: Run Locally

Clone the repository:

⛶git clone https://github.com/mmvergara/supaseeder.git
cd supaseeder
Install dependencies:

⛶npm install
# or
yarn install
# or
pnpm install
Start the development server:

⛶npm run dev
# or
yarn dev
# or
pnpm dev