{"id":23092523,"url":"https://github.com/neondatabase-labs/pulse","last_synced_at":"2025-04-30T23:55:30.220Z","repository":{"id":267463818,"uuid":"901325966","full_name":"neondatabase-labs/pulse","owner":"neondatabase-labs","description":"Pulse - converse with AI in audio. Powered by ElevenLabs \u0026 Neon.","archived":false,"fork":false,"pushed_at":"2024-12-17T18:44:51.000Z","size":175,"stargazers_count":19,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T23:54:49.519Z","etag":null,"topics":["elevenlabs","neon","postgres","real-time","serverless"],"latest_commit_sha":null,"homepage":"https://ai-pulse.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neondatabase-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-10T13:04:06.000Z","updated_at":"2025-04-09T13:54:22.000Z","dependencies_parsed_at":"2024-12-13T17:37:09.058Z","dependency_job_id":"996c6b27-d436-456d-9fd3-fa6efdf73cd7","html_url":"https://github.com/neondatabase-labs/pulse","commit_stats":null,"previous_names":["neondatabase-labs/voice-thingy-with-elevenlabs-neon","neondatabase-labs/pulse"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neondatabase-labs%2Fpulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neondatabase-labs%2Fpulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neondatabase-labs%2Fpulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neondatabase-labs%2Fpulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neondatabase-labs","download_url":"https://codeload.github.com/neondatabase-labs/pulse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251801179,"owners_count":21645968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elevenlabs","neon","postgres","real-time","serverless"],"created_at":"2024-12-16T21:34:19.953Z","updated_at":"2025-04-30T23:55:30.187Z","avatar_url":"https://github.com/neondatabase-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pulse - AI Conversation Interface\n\nA modern, interactive AI conversation interface built with Next.js, Neon and ElevenLabs. This application provides a seamless way to have voice conversations with an AI assistant and sync them in your serverless Postgres.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/1267a85c-d35a-4779-8d7f-a07f4aa1ec7a\" /\u003e\n\n## 🌟 Features\n\n- Real-time voice conversations with AI\n- Beautiful animated interface\n- Dark mode support\n- Persistent conversation history\n- Edge runtime support\n- Responsive design\n\n## 🚀 Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/) 15\n- **Styling**: [Tailwind](https://tailwindcss.com/)\n- **Animation**: Framer Motion\n- **Database**: [Neon](https://neon.tech/)\n- **AI Integration**: [ElevenLabs API](https://elevenlabs.io/docs/conversational-ai/docs/introduction)\n\n## 📦 Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/neondatabase-labs/pulse\ncd pulse\n```\n\n2. Run `npm install` and `npm run schema` to install dependencies and set the relevant schema in your Neon database.\n\n3. Create a `.env` file in the root directory with the following variables:\n\n```bash\n# Grab Agent ID from https://elevenlabs.io/app/conversational-ai\nAGENT_ID=\"...\"\n# Grab API Key from https://elevenlabs.io/app/settings/api-keys\nXI_API_KEY=\"...\"\n# Grab a connection string from https://console.neon.tech\nDATABASE_URL=\"postgresql://neondb_owner:...@ep-...us-east-1.aws.neon.tech/neondb?sslmode=require\"\n```\n\n4. Run the development server:\n\n```bash\nnpm run dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## 🏗️ Project Structure\n\n- `/app` - Next.js app directory containing routes and layouts\n- `/components` - Reusable React components\n\n## 🔑 Environment Variables\n\n- `DATABASE_URL`: Neon database connection string\n- `XI_API_KEY`: ElevenLabs API key\n- `AGENT_ID`: ElevenLabs agent ID\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🙏 References\n\n- [Next.js](https://nextjs.org/)\n- [ElevenLabs](https://elevenlabs.io/)\n- [Framer Motion](https://www.framer.com/motion/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Neon Database](https://neon.tech/)\n\n# Authors\n\n- Raouf Chebri ([@_raoufai](https://twitter.com/_raoufai))\n- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneondatabase-labs%2Fpulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneondatabase-labs%2Fpulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneondatabase-labs%2Fpulse/lists"}