A decentralized robot marketplace built with Next.js 15, React 19, and Tailwind CSS.
Fleet Robotics is a decentralized marketplace where service robots operate as gig workers. Book delivery drones, cleaning bots, robots on demand - pay in crypto, trust the blockchain.
- Modern Tech Stack: Next.js 15, React 19, Tailwind CSS 4
- Smooth Animations: Framer Motion and Lenis smooth scrolling
- Responsive Design: Mobile-first approach with beautiful UI/UX
- Custom Fonts: Alliance No.2 and Chakra Petch typography
- Interactive Components: Hero sections, service cards, testimonials
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
app/- Next.js 15 app router pagescomponents/- Reusable React componentspublic/- Static assets (images, fonts, icons)components/home/- Homepage-specific componentscomponents/roadmap/- Roadmap page componentscomponents/technology/- Technology page components
- Framework: Next.js 15 with App Router
- React: React 19
- Styling: Tailwind CSS 4
- Animations: Framer Motion
- Smooth Scrolling: Lenis
- Icons: Lucide React, React Icons
- Fonts: Custom Alliance No.2 and Chakra Petch
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.