{"id":30414638,"url":"https://github.com/kislevlevy/generative-ui-demo","last_synced_at":"2026-05-14T21:05:14.801Z","repository":{"id":307744632,"uuid":"1030580896","full_name":"kislevlevy/generative-ui-demo","owner":"kislevlevy","description":"AI-powered chat interface with generative UI for weather and stock data using Next.js and Anthropic Claude","archived":false,"fork":false,"pushed_at":"2025-08-01T22:37:19.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T19:49:16.929Z","etag":null,"topics":["ai","ai-tools","generative-ui","nextjs","shadcn-ui","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kislevlevy.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,"zenodo":null}},"created_at":"2025-08-01T22:31:15.000Z","updated_at":"2025-08-01T22:50:25.000Z","dependencies_parsed_at":"2025-08-02T00:34:16.453Z","dependency_job_id":"c2ec2578-d0e4-4313-b315-69f8e616c0a6","html_url":"https://github.com/kislevlevy/generative-ui-demo","commit_stats":null,"previous_names":["kislevlevy/generative-ui-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kislevlevy/generative-ui-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fgenerative-ui-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fgenerative-ui-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fgenerative-ui-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fgenerative-ui-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kislevlevy","download_url":"https://codeload.github.com/kislevlevy/generative-ui-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kislevlevy%2Fgenerative-ui-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai","ai-tools","generative-ui","nextjs","shadcn-ui","typescript"],"created_at":"2025-08-22T03:25:45.758Z","updated_at":"2026-05-14T21:05:14.782Z","avatar_url":"https://github.com/kislevlevy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generative UI Demo\n\nA Next.js demo application with a chat interface powered by Anthropic AI, featuring generative UI for weather and stock information.\n\n## 🎨 Features\n\n✅ Beautiful chat interface with shadcn/ui  \n✅ AI-powered conversations with Claude  \n✅ Automatic weather display with 5-day forecast  \n✅ Stock price display with trading data  \n✅ Generative UI components  \n✅ Real-time data from trusted APIs\n\n## 🚀 Quick Setup\n\n### 1. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 2. Create Environment File\n\nCreate a `.env.local` file in the project root:\n\n```bash\n# Anthropic AI API Key (Required)\nANTHROPIC_API_KEY=your_anthropic_api_key_here\n\n# Weather API Key (Required for weather features)\nWEATHER_API_KEY=your_openweathermap_api_key_here\n\n# Stock API Key (Required for stock features)\nSTOCK_API_KEY=your_alpha_vantage_api_key_here\n```\n\n### 3. Get Your API Keys\n\n#### Anthropic API Key (Required)\n\n- Go to https://console.anthropic.com/\n- Sign up/login and create an API key\n- Add it to your `.env.local` file\n\n#### OpenWeatherMap API Key (For Weather)\n\n- Go to https://openweathermap.org/api\n- Sign up for free account\n- Get your API key from the dashboard\n- Free tier includes 1000 calls/day\n\n#### Alpha Vantage API Key (For Stocks)\n\n- Go to https://www.alphavantage.co/support/#api-key\n- Sign up for free account\n- Get your API key\n- Free tier includes 25 calls/day\n\n### 4. Start the App\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) and start chatting!\n\n## 💬 Try These Examples\n\n- \"What's the weather in New York?\"\n- \"Show me AAPL stock price\"\n- \"How's the weather in Tokyo for the next 5 days?\"\n- \"What's Tesla stock doing today?\"\n- \"Tell me about the weather in London\"\n- \"Get me Microsoft stock information\"\n\n## 🔧 Tech Stack\n\n- **Frontend**: Next.js 14, React, TypeScript\n- **UI**: shadcn/ui, Tailwind CSS\n- **AI**: Anthropic Claude with tool calling\n- **APIs**: OpenWeatherMap, Alpha Vantage\n- **Icons**: Lucide React\n\n## Usage\n\nSimply chat with the AI! The application will automatically display:\n\n- Weather information when you ask about weather in any location\n- Stock prices when you ask about any stock symbol (e.g., \"What's the price of AAPL?\")\n\nThe AI will use tools to fetch real-time data and display it using beautiful generative UI components.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislevlevy%2Fgenerative-ui-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkislevlevy%2Fgenerative-ui-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislevlevy%2Fgenerative-ui-demo/lists"}