Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A travel agency landing page template built with Astro, generating fast static sites with a Netlify demo and MIT license.

Free one-page HTML5 business agency website template built on Bootstrap 4 with gradient styling, testimonial carousel, and fun fact counters.

Free Bootstrap 4 HTML5 multi-page website template for consulting agencies, startups, and corporate businesses with hero slider, contact forms, and Google Maps.

Free multi-page Bootstrap 4 HTML5 agency template with portfolio, blog, and contact sections from Colorlib.

Free one-page Bootstrap 5 business website template with portfolio gallery, contact form, and hero header for agencies and small businesses.
Travellian is a travel agency landing page template built with the Astro static site generator, producing a fast static site that can be deployed to any web host.
Travellian is a landing page template designed for travel agencies and tourism businesses, built with the Astro framework. It takes content such as text, images, and navigation links and compiles it into pre-rendered HTML, CSS, and JavaScript files, which can be served from any static hosting service. The demo version is hosted on Netlify at https://travellian-lp.netlify.app/, and the project is released under the MIT license. Astro is used to generate the final output, so the template does not require a backend or database at runtime.
The template's key features are the facts visible in its documentation: the Astro framework, static build output, package-script workflow, and permissive license.
npm run build outputs static files to the dist folder, ready to deploy to Netlify, Vercel, or any other static host.npm install to install dependencies, npm run dev for local development, and npm run preview to test the production build.Travellian follows the standard Astro workflow. After downloading or cloning the repository, run npm install to install dependencies. Use npm run dev for a live development server, then npm run build to compile a production-ready static site. The built files can be previewed with npm run preview or uploaded to any static hosting service.
Travellian is free. The template is distributed under the MIT license, meaning there are no costs to use, modify, or distribute it, even in commercial projects.
Yes, Travellian's source code is released under the MIT license, which permits free use, modification, and distribution for personal and commercial projects.
Travellian uses Astro as its static site generator. Astro outputs plain HTML by default and can add interactive components using any framework you choose.
First, install dependencies with npm install. Then run npm run build to generate static files. Deploy the contents of the output folder to any static web host, such as Netlify, Vercel, or GitHub Pages.
The live demo is available at https://travellian-lp.netlify.app/. This is the URL listed in the template's repository as the demo link.
No, Travellian produces only static files, so it can run on a CDN or basic file hosting without any server-side processing or database.
