<h1 align="center">
<a href="https://prompts.chat">
Open Custom GPT
Sign in to like and favorite skills
The no-code platform for building and embedding Custom GPTs using the OpenAI Assistants API
Video Tutorial • Quick Start • Features • Deployment
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.
# Clone the repository git clone https://github.com/SamurAIGPT/Open-Custom-GPT.git cd Open-Custom-GPT # Install dependencies npm install # Build the project npm run build # Start the server npm start
Create a
.env.local file:
OPENAI_API_KEY=your_api_key_here
Already have a Custom GPT on ChatGPT? Migrate it easily:
| Technology | Purpose |
|---|---|
| Next.js | React framework |
| OpenAI API | Assistants API |
| Tailwind CSS | Styling |
docker build -t open-custom-gpt . docker run -p 3000:3000 -e OPENAI_API_KEY=your_key open-custom-gpt
After creating your assistant, use the embed code to add it to any website:
<iframe src="https://your-deployment-url.com/embed/assistant-id" width="400" height="600" frameborder="0"> </iframe>
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.