TL;DR: Prompt for the home page first, then prompt "add a /pricing page" and "add a /about page." /try builds shared nav and styling automatically. Download the whole site as a .zip when you're done, or Publish to a free lingcode.dev/p/<name> URL.
Create full websites with multiple pages, internal navigation, shared styling, and downloadable as a .zip.
LingCode can generate both:
Use multi-page for: full websites, product sites, documentation, portfolios, and anything with more than 3-4 pages.
Use a prompt like:
Build a multi-page website for an agency. Pages: 1) index.html (home with hero + services); 2) about.html (team + company story); 3) portfolio.html (case studies grid); 4) contact.html (contact form). All pages share: header nav with internal links, footer, consistent branding. Use a shared CSS file for styling. Make it responsive.
Key phrases that trigger multi-page mode:
Select your provider (Claude recommended for multi-page complexity) and click "Send". The AI will generate all pages.
You'll see a page selector appear in the preview pane (or Code tab) allowing you to view each page. Click on page names to switch between them and verify all links work.
A multi-page website includes:
All paths are relative, so you can unzip and open any .html file directly in your browser.
In the preview, click navigation links to verify they work. All links should use relative paths (e.g., href="about.html") so they work both locally and when deployed.
Request changes to specific pages:
Click the three-dots menu and select "Download .zip". You'll get a folder containing:
Unzip the folder locally, open index.html in your browser, and you're done. All links and styles work instantly.
Once you have the .zip:
pages/, css/, images/href="about.html") not absolute (e.g., href="/about.html")<title> and <meta description> for each page for SEOCompany website: index (home), about, services, portfolio, blog, contact
E-commerce: index, products, product-detail, cart, checkout, account
Documentation: index, getting-started, guides, API reference, FAQ
Portfolio: index, work, about, contact