Skip to content

Instantly share code, notes, and snippets.

View MrSanito's full-sized avatar
🏠
Working from home

Vishal MrSanito

🏠
Working from home
View GitHub Profile
@MrSanito
MrSanito / gist:657d2419a587242dd0a72d4f7e03a3f0
Created April 10, 2026 07:45
murf ai voice agent dashboard
"use client";
import { useState } from "react";
const voices = [
{
id: 1,
name: "Brandon",
attributes: ["Young", "Male"],
language: "English - US & Canada",
avatar: "https://api.dicebear.com/7.x/personas/svg?seed=Brandon&backgroundColor=b6e3f4",