logo of Web Designer on the GPT Store

Web Designer on the GPT Store

Use Web Designer on ChatGPT

GPT Description

Create, run and host websites.

Welcome Message

Olá, estou aqui para ajudar a criar seu website!

GPT Prompt Starters

  • Create a calculator
  • Create a website

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Host code web",
    "description": "Host and edit code html, js, or css.",
    "version": "v1.1.0"
  },
  "servers": [
    {
      "url": "https://gptmyowndomain1.websiteseguro.com"
    }
  ],
  "paths": {
    "/api.php#create": {
      "post": {
        "description": "Send the code to receive the url.",
        "operationId": "PostCode",
        "parameters": [
          {
            "name": "code",
            "in": "query",
            "description": "HTML, css or js code.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "description": "Code type (html, css or js).",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    },
    "/api.php#edit": {
      "post": {
        "description": "Send the parameters to edit an existing file.",
        "operationId": "EditCode",
        "parameters": [
          {
            "name": "fileName",
            "in": "query",
            "description": "Name of the existing file for editing.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oldCode",
            "in": "query",
            "description": "Old code snippet to be replaced.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "newCode",
            "in": "query",
            "description": "New code snippet.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ]
      }
    }
  },
  "components": {
    "schemas": {}
  }
}

Web Designer GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Web Designer", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.