Qwen

วิธีเผยแพร่ HTML จาก Qwen chat

Qwen's chat has a Web Dev mode that generates complete pages and renders a live preview as artifacts — but Alibaba doesn't hand out hosting with it. The preview is only yours. Here's how to turn that code into a link anybody can open, for free.

Open Qwen
steps
  1. 01

    Open the code view

    In Web Dev mode, your page renders as a preview — switch to the code tab to see the HTML behind it. In a normal chat answer, it's in a code block.

  2. 02

    Copy the HTML

    Click the copy button on the code panel or code block. Make sure you've got the whole file, from <!DOCTYPE html> down to the closing </html> tag.

  3. 03

    บันทึกเป็น index.html

    วางโค้ดลงในโปรแกรมแก้ไขข้อความไหนก็ได้ — Notepad, TextEdit, VS Code — แล้วบันทึกไฟล์เป็น index.html ชื่อนี้สำคัญ: เบราว์เซอร์จะถือว่านี่คือหน้าแรกของคุณ

  4. 04

    วางลงในกล่องด้านล่าง

    ลาก index.html (หรือทั้งโฟลเดอร์) ลงในกล่องอัปโหลดบนหน้านี้แล้วกด publish ไซต์ของคุณจะได้ที่อยู่เว็บของตัวเองทันที

  5. 05

    แชร์ลิงก์ของคุณ

    แค่นี้เลย — ส่ง URL ให้ใครก็ได้ คุณเปลี่ยนชื่อไซต์ อัปเดตไฟล์ หรือลบมันจากแดชบอร์ดของคุณได้ทุกเมื่อที่ต้องการ

artifacts

Where Qwen keeps your page: Web Dev

Web Dev mode calls its output an artifact and renders it live, but the render happens in your browser inside chat.qwen.ai — Alibaba doesn't put the file anywhere we can reach. The code tab plus the clipboard is the route, or a public GitHub gist if you want to paste a URL instead.

Paste a link to the file

There's no artifact address to paste for this tool, but the box still works for a public GitHub gist — ask the chat to save your page to one, then paste the gist's raw link. For anything else, the drop box below is the way.

We only fetch links that serve the page itself. A chat share link isn't one — paste it and we'll say so rather than publish the wrong thing.

วาง HTML จาก Qwen ของคุณที่นี่

ไฟล์เดียวหรือทั้งโฟลเดอร์ — คุณจะได้ลิงก์ใช้งานจริงทันทีที่เผยแพร่เสร็จ

ลากเว็บไซต์ของคุณมาที่นี่

วางโฟลเดอร์หรือไฟล์ ZIP ที่มี index.html ของคุณ — หรือแค่แปะ HTML จากคลิปบอร์ด — แล้วเราจะเอามันขึ้นออนไลน์ภายในไม่กี่วินาที ไม่ต้องตั้งค่า ไม่ต้องปวดหัว

หรือให้ Qwen เผยแพร่ให้คุณเลย

ข้ามการคัดลอกไปเลย คัดลอกคำสั่งสำเร็จรูปของเรา วางลงในบทสนทนา Qwen ของคุณ แล้วมันจะอัปโหลดไซต์ผ่าน API ของเราได้ — คุณจะได้ลิงก์ใช้งานจริงและลิงก์ claim ส่วนตัวเพื่อรับสิทธิ์เป็นเจ้าของ

ทำงานในเทอร์มินัลแทนอยู่ใช่ไหม? รัน npx harvis — ไม่ต้องมีบัญชี

คำถามเกี่ยวกับการเผยแพร่จาก Qwen

Can Qwen deploy the page from Web Dev mode?

The preview inside chat.qwen.ai isn't a public website — it only renders for you, inside your session. Publishing here gives the same code a permanent, shareable address.

My Qwen page uses Chinese fonts or CDN links. Will it still work?

Yes — your HTML is served exactly as written, so external fonts and CDN scripts load the same way they did in the preview. For maximum reliability, ask Qwen to inline critical styles.

วิธีที่ง่ายที่สุดในการเผยแพร่ HTML จาก Qwen คืออะไร?

มีสามวิธี ง่ายที่สุด: คัดลอก HTML จาก Qwen แล้ววางลงในกล่องบนหน้านี้ — เราจะเปลี่ยนมันเป็นไซต์ใช้งานจริงทันที ไม่ต้องลงมือเอง: คัดลอกคำสั่ง AI ของเราลงในบทสนทนา Qwen ของคุณ แล้วมันจะเผยแพร่ผ่าน API ของเราให้คุณ ในเทอร์มินัล: รัน npx harvis ในโฟลเดอร์ของไซต์ แล้วมันจะดีพลอยด้วยคำสั่งเดียว

ฉันต้องมีบัญชีเพื่อเผยแพร่ไหม?

การเผยแพร่จากเบราว์เซอร์ต้องมีบัญชีฟรี เพื่อให้ไซต์ของคุณมีที่อยู่ในแดชบอร์ด ไม่อยากสมัครสมาชิก? รัน npx harvis ในเทอร์มินัล — ดีพลอยได้โดยไม่ต้องมีบัญชีและให้ลิงก์ claim ส่วนตัวไว้ใช้ภายหลัง

ถ้า Qwen ให้ไฟล์มามากกว่าหนึ่งไฟล์ล่ะ?

ใส่ทุกอย่างในโฟลเดอร์เดียว — index.html อยู่ด้านบนสุด บวกกับไฟล์ CSS, JavaScript และรูปภาพที่มันอ้างอิงถึง — แล้วลากทั้งโฟลเดอร์ลงในกล่อง สูงสุด 500 ไฟล์และ 50 MB ต่อไซต์

มีค่าใช้จ่ายเท่าไร และไซต์จะออนไลน์อยู่นานแค่ไหน?

ฟรี และไซต์ที่เผยแพร่แล้วไม่มีวันหมดอายุ — จะออนไลน์อยู่จนกว่าคุณจะลบมันจากแดชบอร์ดของคุณ อัปโหลดใหม่ได้ทุกเมื่อโดยลิงก์ยังคงเดิม

other tools

ใช้ AI chat ตัวอื่นอยู่?

สูตรแทบจะเหมือนกันทุกที่ — เลือกเครื่องมือของคุณเพื่อดูขั้นตอนที่แน่นอน