[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10759":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":43,"readmeContent":44,"aiSummary":45,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":46,"discoverSource":47},10759,"Open-Custom-GPT","SamurAIGPT\u002FOpen-Custom-GPT","SamurAIGPT","Create Custom GPT and add\u002Fembed on your site using Assistants api","https:\u002F\u002Fcustomgpt.thesamur.ai",null,"JavaScript",1651,312,27,8,0,2,20.49,"MIT License",false,"main",true,[24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],"aichatbot","assistant-api","chatbot","chatbots","chatgpt","chatgpt-plugins","custom-gpt","customgpt","gpt","gpt-3","gpt-4","gpt3","gpt4","gpts","langchain","no-code","openai","openai-chatbot","openai-chatgpt","2026-06-12 02:02:26","\u003Ch1 align=\"center\">\n  Open Custom GPT\n\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n  \u003Cstrong>The no-code platform for building and embedding Custom GPTs using the OpenAI Assistants API\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FSamurAIGPT\u002FOpen-Custom-GPT\u002Fstargazers\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002FSamurAIGPT\u002FOpen-Custom-GPT?style=social\" alt=\"GitHub stars\">\u003C\u002Fa>\n  \u003Ca href=\"LICENSE\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg\" alt=\"License\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fnodejs.org\u002F\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fnode-18+-green.svg\" alt=\"Node.js\">\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=2S38vkMubrg\">Video Tutorial\u003C\u002Fa> •\n  \u003Ca href=\"#quick-start\">Quick Start\u003C\u002Fa> •\n  \u003Ca href=\"#features\">Features\u003C\u002Fa> •\n  \u003Ca href=\"#deployment\">Deployment\u003C\u002Fa>\n\u003C\u002Fp>\n\n---\n\n**Open Custom GPT** provides a user-friendly solution to quickly build a custom GPT and embed it on your website. Create AI assistants with custom instructions, file retrieval, code interpreter, and DALL-E capabilities - all without writing code.\n\n## Features\n\n- **No-Code Builder** - Create powerful GPT assistants through an intuitive interface\n- **Assistants API Integration** - Full support for OpenAI's latest Assistants API\n- **Code Interpreter** - Enable Python code execution for data analysis\n- **File Retrieval** - Upload documents for your assistant to reference\n- **DALL-E Integration** - Generate images directly from your assistant\n- **Custom Functions** - Add your own API actions and tools\n- **Embeddable Widget** - Share or embed your GPT on any website\n- **Monetization Ready** - Gate your Custom GPT behind a paywall\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js v18+\n- OpenAI API Key\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https:\u002F\u002Fgithub.com\u002FSamurAIGPT\u002FOpen-Custom-GPT.git\ncd Open-Custom-GPT\n\n# Install dependencies\nnpm install\n\n# Build the project\nnpm run build\n\n# Start the server\nnpm start\n```\n\n### Environment Setup\n\nCreate a `.env.local` file:\n\n```env\nOPENAI_API_KEY=your_api_key_here\n```\n\n## Convert Your Existing Custom GPT\n\nAlready have a Custom GPT on ChatGPT? Migrate it easily:\n\n1. Copy the instructions from your Custom GPT's Configure tab\n2. Paste them into Open Custom GPT's instructions section\n3. Enable Code Interpreter, DALL-E, or File Retrieval as needed\n4. Upload any files from your original Custom GPT\n5. Set up any custom functions\u002Factions\n\n## Tech Stack\n\n| Technology | Purpose |\n|------------|---------|\n| [Next.js](https:\u002F\u002Fnextjs.org\u002F) | React framework |\n| [OpenAI API](https:\u002F\u002Fplatform.openai.com\u002F) | Assistants API |\n| [Tailwind CSS](https:\u002F\u002Ftailwindcss.com\u002F) | Styling |\n\n## Deployment\n\n### Vercel (Recommended)\n\n[![Deploy with Vercel](https:\u002F\u002Fvercel.com\u002Fbutton)](https:\u002F\u002Fvercel.com\u002Fnew\u002Fclone?repository-url=https:\u002F\u002Fgithub.com\u002FSamurAIGPT\u002FOpen-Custom-GPT)\n\n### Docker\n\n```bash\ndocker build -t open-custom-gpt .\ndocker run -p 3000:3000 -e OPENAI_API_KEY=your_key open-custom-gpt\n```\n\n## Embedding Your GPT\n\nAfter creating your assistant, use the embed code to add it to any website:\n\n```html\n\u003Ciframe\n  src=\"https:\u002F\u002Fyour-deployment-url.com\u002Fembed\u002Fassistant-id\"\n  width=\"400\"\n  height=\"600\"\n  frameborder=\"0\">\n\u003C\u002Fiframe>\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Follow for Updates\n\n- [Anil Chandra Naidu Matcha](https:\u002F\u002Ftwitter.com\u002Fmatchaman11)\n- [Ankur Singh](https:\u002F\u002Ftwitter.com\u002Fankur_maker)\n\n## Related Projects\n\n- [EmbedAI](https:\u002F\u002Fgithub.com\u002FSamurAIGPT\u002FEmbedAI) - Private document QnA\n- [Text-To-Video-AI](https:\u002F\u002Fgithub.com\u002FSamurAIGPT\u002FText-To-Video-AI) - Generate videos from text\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","Open Custom GPT 是一个无代码平台，用于通过 OpenAI Assistants API 构建和嵌入自定义的 GPT 模型到网站中。其核心功能包括使用直观界面创建强大的 AI 助手、支持最新的 OpenAI Assistants API、执行 Python 代码以进行数据分析、上传文档供助手参考、直接从助手生成图像以及添加自定义 API 动作和工具。此外，它还提供了可嵌入的小部件，便于在任何网站上分享或嵌入您的 GPT，并且支持设置付费墙实现盈利。该项目适合需要快速集成高级对话能力而无需编写大量代码的企业和个人开发者使用。","2026-06-01 03:22:08","top_topic"]