UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

19 lines (15 loc) 461 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Voice Assistant</title> <link rel="stylesheet" href="styles.css" /> </head> <body> <div id="orb" class="idle"></div> <button id="toggleBtn">Start Conversation</button> <p id="status" aria-live="polite">Ready</p> <script type="module" src="app.js"></script> </body> </html>