[Waring]: We do not provide direct access to GPT. You need to use free GPT through mirror sites. Here are some mirror sites provided by netizens for free, which you can use directly. Alternatively, you can deploy your own mirror site using the code below.

Free Mirror:

If you would like to have your mirror site listed here, you can contact 719348277@qq.com.
The Cyberspace Administration of China requests the deletion of the link here,otherwise, mandatory measures will be taken against this website.

How to deploy this site's mirror using Nginx:

server {
    listen       80;
    server_name  localhost; #your domain
    location / {
        proxy_ssl_server_name on;

        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "$connection_upgrade";

        proxy_cache off;
        proxy_buffering off;
        gzip off;

        proxy_pass https://lite.icoding.ink;
        proxy_set_header Host lite.icoding.ink;
        proxy_set_header X-Real-IP $remote_addr;
    }
}
      
🚀 Exciting News! We’re Launching Our Mobile App Public Beta! 📱
We are thrilled to announce that we are currently conducting a public test for our mobile app, available on both iOS and Android platforms!
For iOS Users:
If you’d like to join our testing group, please send your Apple ID (Email) to 719348277@qq.com, and we will add you to the test list.
You need to click on the invitation link sent to the email associated with your Apple ID and agree to it. The invitation email may be in the spam folder.
For Android Users:
You can download the APK file directly from the following link: https://link.fuckicoding.com/download/app-release.apk
The APK will be updated periodically, and we recommend keeping an eye on the Community page or the developer program page on our site.
You can provide feedback through the following channels:
- Email: 719348277@qq.com
- QQ Group: 384426307
- Community: [click there]
Thank you for your support!
close