WEBZEN is a simple one-page website generator. You fill in a form on the left, and see a live preview on the right straight away. There's no coding involved — at the end you download a ready-made, working HTML file that you just upload to any hosting. It's great for a personal website, a product showcase, a service page, or a landing page.
Getting started
At the top, fill in the Website name, the Domain (used in links for search engines and social media), and the page Title + Description for SEO. Then set up the Hero section — the main heading and subheading that visitors see first.
CTA buttons and visual
Below the hero text you can add one or more buttons — each can link to a section of the site, a custom URL, or the FAQ. For each one you can set whether it's primary (bold) or secondary, and whether it opens in a new tab. You can optionally add an image to the hero section too — either by uploading a file or by pasting a URL — and it's a good idea to add alt text (it helps both SEO and accessibility).
Appearance — colors and fonts
You can set colors quickly using the ready-made palettes, or manually (accent, glow, and two background colors). You choose a font for headings and a separate one for body text.
Navigation
In the Navigation section you turn on/off and rename the links to Hero, Features, and FAQ in the site's left-hand menu. The "Show custom pages in menu" option determines whether custom pages (see below) are automatically added to the menu on every page, or whether you link to them only manually via buttons and cards. Further down in the same section you can add social media icons (Instagram, Facebook, TikTok, YouTube, email…) — they appear as a bottom row in the left-hand menu on every page.
Custom pages
In the "Custom pages" section you add extra subpages for your site — each one is exported as its own separate .html file (named after the menu text, e.g. about-us.html) with its own URL, <title>, meta description, and canonical/OG tags, which is better for SEO and link sharing than hidden sections within one file. For each page you choose a type: Simple (heading + text, optional image — as before) or Landing (its own hero, subtitle, optional button, and feature cards). If showing in the menu is enabled, the page appears automatically as an item in the left-hand menu on every page; otherwise you have to link to it manually — both CTA buttons and clickable cards can point to a specific custom page. Sitemap.xml then automatically includes the URLs of all custom pages.
Cards, FAQ, and footer
In the Cards / features section you describe individual benefits or services (icon, heading, text). In the FAQ section you add frequently asked questions and answers — structured data for Google is automatically generated from them too. In the Footer you set whether to show "© year brand", an optional custom text (e.g. business ID, address), and links (terms of service, contact, etc.).
PWA, sitemap, and robots.txt
Further down you'll find advanced options: generating manifest.json and sw.js, which let visitors "install" the site as an app (PWA); plus sitemap.xml and robots.txt for search engines. These files are downloaded separately using their own buttons, and after export you upload them alongside the main HTML file. Don't forget to also add the actual icon images (favicon, apple-touch-icon, 192×192 and 512×512 icons, og-image) — the generator doesn't create those itself.
Mobile preview
On the right you can switch the preview between Desktop and Mobile, so you can see how the site will look on a phone. If you're editing the site directly from a mobile device, a "Edit content / Site preview" switch appears at the top for more comfortable work on a small screen.
Saving work in progress
The app continuously auto-saves your work in progress to the browser (localStorage), so you won't lose anything if you close the tab. Using "💾 Save project" you can also download a .json file with the whole site in progress and later re-open it via "📂 Load project" — for example on another computer. The "🗑️ New project" button resets everything back to the sample text.
Exporting the finished site
The "↓ Download HTML" button at the top right downloads just the main page as a single .html file. If you've also created custom pages, use the "↓ Download entire site" button — it downloads the main page and all custom pages at once, each as a separate file (one after another). Upload all the downloaded files together to any hosting (you can rename the main page to index.html if needed). If you're also using PWA or the sitemap/robots.txt, download those files separately and upload them alongside the rest.