
LOOK, EMPTY TAXIS! WANNA TAG ALONG?
TAXIS ARE EMPTY WHEN THEY RETURN FROM TRIPS, SO TAG ALONG AT REDUCED COST AND GET OUT AT THE DESTINATION OR ALONG THE WAY!

FULLY BUILT APP FOR SALE
DISCOVER TAGXI APP BY RARELAKE TECHNOLOGIES. THIS APP ALLOWS TAXI DRIVERS AROUND THE WORLD TO TAKE PEOPLE AT REDUCED COSTS WHEN THEIR TAXI IS EMPTY ON RETURN FROM REGULAR TAXI JOBS. USERS CAN SEARCH FOR FREE AND FIND LOCAL TAXIS LEAVING FOR ALL KINDS OF DESTINATIONS AND TAG ALONG!
THIS WAY THEY ENJOY REDUCED COSTS FOR A PRIVATE RIDE THAT INCLUDES HOPPING OFF ALONG THE WAY OR WITHIN A 2 MILE RADIUS AT ANY POINT DURING THE TRIP! THIS REACT APP RUNS ON NODE JS AND IS ABLE TO BE USED AS WEB APP, GOOGLE PLAY AND APPLE STORE APP.
IT'S FULLY FUNCTIONAL AND CAN BE MODIFIED FOR ANY END RESULT OR DELIVERY: MONETIZE IN A VARIETY OF WAYS AND CALIBRATION FOR THIS ALREADY TURN KEY READY AND WORKING APP CAN BE ANYTHING REQUIRED.

THIS APP IS FOR SALE!


FOR ANY TAXI COMPANY
TAXI'S ARE EMPTY ON THE WAY BACK, WITH OUR APP THEY CAN EARN MORE BY KEEPING THE TAXI FULL OF PEOPLE AT ALL TIMES.
FOR ANYONE ANYWHERE
FOR ANYONE AROUND THE WORLD LOOKING FOR A REDUCED FAIR TAXI RIDE CLOSE TO THEM! PICK FROM A SELECTION OF OPTIONS AND TAG ALONG.
READY AND OPERATIONAL
TAGXI IS A FULLY BUILT READY TO GO APP WITH FRONT-END AND BACK-END IN PLACE, READY TO CALIBRATE TOWARDS YOUR PERFECT FIT.
ABOUT THIS APP
COMPATIBILITY
TAGXI is designed to be compatible with:
Modern Web Browsers: Chrome, Firefox, Safari, Edge, and other up-to-date browsers that support modern JavaScript (ES6+) and CSS features. Next.js handles a lot of the cross-browser compatibility concerns.
Devices: Responsive Design: Thanks to Tailwind CSS and the way components are built, the application is responsive and should adapt to various screen sizes, including:
Desktops, Tablets, Mobile phones
Accessibility (Aimed For):
ShadCN UI components are built with accessibility in mind (ARIA attributes, keyboard navigation). We've also aimed to use semantic HTML. Continuous attention is needed to maintain good accessibility.
TECH STACK
Frontend Framework: Next.js (specifically using the App Router). This is a React framework that enables server-side rendering, static site generation, and a great developer experience.
UI Library: React for building the user interface components.
Component Library: ShadCN UI. These are pre-built, accessible, and stylable components (like buttons, cards, forms) that we're using throughout the app. You'll find them in src/components/ui
.
Tailwind CSS: A utility-first CSS framework used for most of the styling.
CSS Variables: The core theme (colors, radius, etc.) is defined in src/app/globals.css
using HSL CSS variables, which ShadCN components then utilize.
BACK-END & DEPLOYMENT
Firebase Hosting: Deployed using Firebase App Hosting, which is built for hosting web apps like Next.js.
Backend Services (Firebase "Backend-as-a-Service"):
Firebase Authentication: For user sign-up, sign-in, and managing driver accounts.
Firestore: A NoSQL cloud database used to store data like driver profiles, trip listings, and site configuration (like homepage image URLs).
Firebase Storage: Used for storing user-uploaded files, such as the images for the homepage managed via the admin panel.
Firebase Cloud Functions: Used for server-side logic that shouldn't run in the browser. For TAGXI, we have a Cloud Function (functions/src/index.ts
) set up to:
Handle PayPal webhook notifications to update driver subscription statuses.
Potentially send email notifications (e.g., for new bookings, though the email part relies on the "Trigger Email" Firebase Extension being set up).
Provide a secure way to set admin custom claims.
MONETIZATION OPTIONS
TAGXI app simply charges taxi drivers £/$ 10 per month and users can use the app for free. Payment can be handled via the site to bypass Google play costs, we would recommend keeping the app "free" for users, or charge per ride a % of the fee. The app is ready to morph to any calibration or configuration and can be ready with in 24 hours to be configured correctly, or this can be performed by any IT professionals on the buyers side.
Besides this, options to monetize would probably include advertising options, subscription models of any kind and other user-levels or packages.
ADDITIONAL OPTIONS
Artificial Intelligence (AI):
Genkit: The app is set up with Genkit (src/ai/genkit.ts
). While we haven't explicitly implemented any AI-driven features yet based on your requests, Genkit is integrated and ready to be used for tasks like text generation, image generation, or creating AI-powered flows if you decide to add such features.