Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Next.js and Tailwind CSS template for taxi driver companies with Home, Services, About, and Contact pages.
DriverUP Company is a free Next.js template built with Tailwind CSS for taxi driver companies, providing a four-page marketing website with Home, Services, About Us, and Contact sections.
DriverUP Company is an open-source website template specifically for taxi driver businesses, created by Wael Hassine and distributed under the MIT License. It takes plain business content (company description, services, and contact information) and turns it into a responsive, mobile-friendly site using the Next.js React framework and Tailwind CSS utility classes. The template runs on Node.js version 14 or higher and follows standard Next.js page routing, so developers can extend it with additional pages and API routes.
npm install or yarn install; start the dev server with npm run start or yarn start.After cloning the repository, you install dependencies with npm install or yarn install, then run npm run start or yarn start to launch the local development server. The template uses Next.js file-based routing, so each page corresponds to a file in the pages directory, and you can edit the JSX and Tailwind classes to change content and layout. Deployment is straightforward to Vercel or any platform that supports Node.js.
The template is free and open source under the MIT License, so there is no cost to download, use, or modify it for commercial projects.
Yes, DriverUP Company is released under the MIT License, which permits free use, modification, and distribution, including for commercial purposes.
The demo includes four pages: Home, Services, About Us, and Contact. Each page is a React component under the Next.js pages directory.
The getting-started instructions recommend Node.js 14 or higher and npm 6 or higher to run the Next.js development server.
The repository topic list includes Google Maps, which suggests a map integration is available or intended for displaying the taxi service location, though the visible demo page text only shows the four-page site.
All styling comes from Tailwind CSS utility classes, so you can adjust colors, spacing, and layouts by editing class names in the JSX rather than writing custom CSS.
