{"id":13642567,"url":"https://github.com/hylarucoder/chatgpt-nuxt","last_synced_at":"2025-04-20T16:32:44.342Z","repository":{"id":176449678,"uuid":"654810844","full_name":"hylarucoder/ChatGPT-Nuxt","owner":"hylarucoder","description":"ChatGPT Web Nuxt 3  Vue 3 Version","archived":false,"fork":false,"pushed_at":"2023-10-29T12:17:33.000Z","size":990,"stargazers_count":277,"open_issues_count":2,"forks_count":33,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-18T17:20:18.363Z","etag":null,"topics":["chatbot","chatgpt","chatgpt-nuxt","langchian","nuxt","tailwindcss","vue"],"latest_commit_sha":null,"homepage":"https://chatgpt-nuxt.hylarucoder.io","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/hylarucoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"hylarucoder"}},"created_at":"2023-06-17T03:00:09.000Z","updated_at":"2025-04-03T03:17:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2c87232-fbf0-40eb-894c-262c32eb3784","html_url":"https://github.com/hylarucoder/ChatGPT-Nuxt","commit_stats":null,"previous_names":["hylarucoder/chatgpt-nuxt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylarucoder%2FChatGPT-Nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylarucoder%2FChatGPT-Nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylarucoder%2FChatGPT-Nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylarucoder%2FChatGPT-Nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hylarucoder","download_url":"https://codeload.github.com/hylarucoder/ChatGPT-Nuxt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249926571,"owners_count":21346587,"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":["chatbot","chatgpt","chatgpt-nuxt","langchian","nuxt","tailwindcss","vue"],"created_at":"2024-08-02T01:01:33.165Z","updated_at":"2025-04-20T16:32:43.982Z","avatar_url":"https://github.com/hylarucoder.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hylarucoder"],"categories":["Chatbots"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"1280\" alt=\"image\" src=\"https://github.com/hylarucoder/ChatGPT-Nuxt/assets/5625783/1f361ecb-4d5a-4db7-a622-fa817abea887\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e ChatGPT Nuxt \u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  English\n  \u003ca href=\"https://github.com/hylarucoder/ChatGPT-Nuxt/blob/main/README.zh-cn.md\"\u003e简体中文\u003c/a\u003e\n\u003c/div\u003e\n\nOne-Click to get well-designed cross-platform ChatGPT web UI.\n\n\u003e Still in rapid development, the interfaces and project structure are constantly being adjusted. There are no\n\u003e documentation at this stage, and the code is relatively rough. Please make sure that you can understand the code.\n\u003e For serious use, please wait for version v0.1.\n\n## Features\n\n- [x] Nuxt 3 + Vite + TailwindCSS + PWA\n- [x] i18n support, including English and 简体中文\n- Well-designed UI inspired by ChatGPT-Next-Web\n- TODO: Inherits most features from ChatGPT-Next-Web, but much more extensible and opinionated.\n- TODO: Local storage for privacy concerns, but offers the option to use cloud services and embrace langchain ecosystem.\n- TODO: Mobile-friendly interface\n- TODO: One-click deployment and automatic updating.\n- TODO: Support POE\n\n## ScreenShot\n\n\u003cimg width=\"1211\" alt=\"image\" src=\"https://github.com/hylarucoder/ChatGPT-Nuxt/assets/5625783/e41c82f2-3b25-4991-9a9a-1324e1a691af\"\u003e\n\u003cimg width=\"1221\" alt=\"image\" src=\"https://github.com/hylarucoder/ChatGPT-Nuxt/assets/5625783/a5715e67-40be-4f0f-b8fb-9d3c59858abd\"\u003e\n\u003cimg width=\"1210\" alt=\"image\" src=\"https://github.com/hylarucoder/ChatGPT-Nuxt/assets/5625783/7418bf87-4541-4c71-bb91-19d8327e8096\"\u003e\n\n## TODO\n\n- [ ] v0.1 🔥 Complete the migration of all features from ChatGPT-Next-Web\n- [ ] v0.2 Improve code quality, implement one-click deployment and one-click updates\n- [ ] v0.3 Complete responsiveness, adapt to mobile devices\n- [ ] v0.9 Support hybrid storage, support browser local storage (localStorage) and cloud storage for chat messages\n\n## Tech Tack\n\n- 💚 [Nuxt 3](https://nuxt.com/) - SSR, ESR, File-based routing, components auto importing, modules, etc.\n- ⚡️ Vite - Instant HMR.\n- 🎨 [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) - The CSS engine.\n- 😃 Use icons from any icon sets [Nuxt Icon](https://github.com/nuxt-modules/icon).\n- 🔥 The `\u003cscript setup lang=\"ts\"\u003e` syntax.\n- 🍍 [State Management via Pinia](https://github.com/vuejs/pinia).\n- 📥 APIs auto importing - for Composition API, VueUse.\n- 🏎 Zero-config cloud functions and deploy.\n- 🦾 TypeScript, of course.\n- 📲 [PWA](https://github.com/vite-pwa/nuxt) with offline support and auto update behavior.\n\n## Credits\n\n- https://github.com/Yidadaa/ChatGPT-Next-Web\n- https://github.com/antfu/vitesse-nuxt3\n- https://github.com/nuxt/content\n- https://github.com/nuxtlabs/ui\n- https://github.com/sindresorhus/github-markdown-css\n- https://github.com/remarkjs/remark-rehype\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhylarucoder%2Fchatgpt-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhylarucoder%2Fchatgpt-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhylarucoder%2Fchatgpt-nuxt/lists"}