YourWebTech documentation

Templates

Choose from a gallery of starter templates to kickstart your static site on YWT hosting.

Templates

Templates give you a ready-made starting point so you do not have to build everything from scratch. After creating a site, open its empty workspace and choose a template from the gallery. YWT copies the template files into your workspace so you can customize them.

Available templates

YWT includes a growing library of templates designed for common use cases. All templates are lightweight, responsive, and built with plain HTML, CSS, and JavaScript — no build tools or frameworks required.

TemplateDescriptionBest for
Minimal PortfolioClean, modern portfolio for creatives and designers.Freelancers, designers, developers
Creative AgencyBold dark-mode site for agencies and studios.Agencies, studios, small teams
Photography PortfolioImmersive dark gallery for photographers.Photographers and visual portfolios
Business LandingProfessional landing page for small businesses.Company pages and service offers
Restaurant & CafeMenu and reservation-oriented site for dining.Restaurants, cafes, pop-ups
Tech ConferenceEvent site with schedule and speakers.Conferences and meetups
DocumentationTechnical documentation layout with a sidebar.Project docs and knowledge bases
Product LaunchLanding page for product announcements.Launches and campaigns
Coming SoonSimple pre-launch page with email signup.Domain parking and launches
Personal BlogBlog layout for writers and bloggers.Personal publishing
RSS FeedRSS feed reader with a feed file.News and feed-style pages

If you do not see a template that fits your needs, use Start Fresh from the workspace empty state and build from the generated index.html.

Selecting a template

You choose a template from the workspace empty state.

The YWT template picker showing starter templates such as Minimal Portfolio and Creative Agency

Open the template picker

After you create a new site, open the site's workspace and click Choose a Template. The gallery displays a visual preview card for each template.

Browse and preview

Click on any template card to see a larger preview and a short description of what files are included. Take your time — you can scroll through the full gallery before deciding.

Select and create

Click the apply button for the template you want. YWT clears the current workspace, copies the template files into it, and returns you to the editor.

What templates include

Each template ships with a complete set of files that you own and can modify freely:

  • HTML files — One or more .html pages with semantic markup.
  • CSS files — Stylesheet(s) with the template's design. All styles are plain CSS with no preprocessor dependency.
  • JavaScript files — Optional scripts for interactivity (menu toggles, scroll effects, etc.).
  • Assets — Some templates include placeholder images or icons in an assets/ folder.

All files appear in the editor's file tree immediately after creation.

Templates are a starting point, not a constraint. After your site is created, every file is fully editable. You can rename, delete, or add new files at any time using the built-in editor.

Starting without a template

If you prefer to start from a simple generated file, choose Start Fresh in the workspace empty state. YWT creates an index.html starter file. From there you can add any files you need.

Next steps

On this page