{"id":13469770,"url":"https://github.com/deiucanta/chatpad","last_synced_at":"2025-05-15T16:04:48.626Z","repository":{"id":144565100,"uuid":"615452312","full_name":"deiucanta/chatpad","owner":"deiucanta","description":"Not just another ChatGPT user-interface!","archived":false,"fork":false,"pushed_at":"2024-06-13T05:31:54.000Z","size":2206,"stargazers_count":1434,"open_issues_count":75,"forks_count":260,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-03-31T20:07:43.922Z","etag":null,"topics":["chatgpt","chatgpt-api","electron","javascript","openai","openai-api","react"],"latest_commit_sha":null,"homepage":"https://chatpad.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deiucanta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-17T18:18:06.000Z","updated_at":"2025-03-27T14:28:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5221121-6de0-4f36-825d-35c482ee4111","html_url":"https://github.com/deiucanta/chatpad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiucanta%2Fchatpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiucanta%2Fchatpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiucanta%2Fchatpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiucanta%2Fchatpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deiucanta","download_url":"https://codeload.github.com/deiucanta/chatpad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730069,"owners_count":20986404,"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":["chatgpt","chatgpt-api","electron","javascript","openai","openai-api","react"],"created_at":"2024-07-31T16:00:15.104Z","updated_at":"2025-04-07T21:12:40.595Z","avatar_url":"https://github.com/deiucanta.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","HarmonyOS","Openai","Chat UIs","Apps","ChatGPT-based applications for regular users and specialized problems"],"sub_categories":["Windows Manager","AI","Other sdk/libraries"],"readme":"![Chatpad AI](./banner.png)\n\n\u003ch1 align=\"center\"\u003eChatpad AI\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003ePremium quality UI for ChatGPT\u003c/h2\u003e\n\u003c!-- \u003cp align=\"center\"\u003e\u003ca href=\"https://chatpad.ai\"\u003eWeb App\u003c/a\u003e \u0026 \u003ca href=\"https://download.chatpad.ai\"\u003eDesktop App\u003c/a\u003e\u003c/p\u003e --\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://chatpad.ai\"\u003eWeb App\u003c/a\u003e \u0026 \u003ca href=\"https://dl.todesktop.com/230313oyppkw40a\"\u003eDesktop App\u003c/a\u003e\u003c/p\u003e\n\nRecently, there has been a surge of UIs for ChatGPT, making it the new \"to-do app\" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.\n\n### ⚡️ Free and open source\n\nThis app is provided for free and the source code is available on GitHub.\n\n### 🔒 Privacy focused\n\nNo tracking, no cookies, no bullshit. All your data is stored locally.\n\n### ✨ Best experience\n\nCrafted with love and care to provide the best experience possible.\n\n---\n\n## Self-host using Docker\n\n```\ndocker run --name chatpad -d -p 8080:80 ghcr.io/deiucanta/chatpad:latest\n```\n\n## Self-host using Docker with custom config\n\n```\ndocker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.json -p 8080:80 ghcr.io/deiucanta/chatpad:latest\n```\n\n## One click Deployments\n\n\u003c!-- Easypanel --\u003e\n[![Deploy on Easypanel](https://easypanel.io/img/deploy-on-easypanel-40.svg)](https://easypanel.io/docs/templates/chatpad)\n\n\u003c!-- Netlify --\u003e\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/deiucanta/chatpad)\n\n\u003c!-- Vercel --\u003e\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdeiucanta%2Fchatpad\u0026project-name=chatpad\u0026repository-name=chatpad-vercel\u0026demo-title=Chatpad\u0026demo-description=The%20Official%20Chatpad%20Website\u0026demo-url=https%3A%2F%2Fchatpad.ai\u0026demo-image=https%3A%2F%2Fraw.githubusercontent.com%2Fdeiucanta%2Fchatpad%2Fmain%2Fbanner.png)\n\n\u003c!-- Railway --\u003e\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Ak6DUw?referralCode=9M8r62)\n\n[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/deiucanta/chatpad/tree/main)\n\n\n## Give Feedback\n\nIf you have any feature requests or bug reports, go to [feedback.chatpad.ai](https://feedback.chatpad.ai).\n\n## Contribute\n\nThis is a React.js application. Clone the project, run `npm i` and `npm start` and you're good to go.\n\n## Credits\n\n- [ToDesktop](https://todesktop.com) - A simple way to make your web app into a beautiful desktop app\n- [DexieJS](https://dexie.org) - A Minimalistic Wrapper for IndexedDB\n- [Mantine](https://mantine.dev) - A fully featured React component library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiucanta%2Fchatpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeiucanta%2Fchatpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiucanta%2Fchatpad/lists"}