
Suoritettu
Julkaistu
Maksettu toimituksen yhteydessä
We are building a production-ready MVP for a barbershop, focused on real-world salon operations, not a prototype. We are looking for a specialist to own the frontend layer of the project (Client App + Staff App), as well as a dedicated backend/integrations developer. Frontend / no-code. All business logic lives in the backend. ⸻ Project Context • Frontend: (Web App) • Client App • Staff App • Backend: handled separately (Make / n8n / custom backend) • Database: PostgreSQL (Supabase) • POS & Payments: Shore + Stripe (backend-driven) ⸻ Your Responsibilities • Build the PWA Client App: • onboarding (OTP-based) • check-in flow • service & barber selection • queue status display • Build the PWA Staff App: • staff check-in • queue management • service execution • extras selection • Use computed columns and visibility rules properly • Connect Frontend to backend endpoints (actions, webhooks triggers) • Ensure clean UX and fast flows (≤60s check-in) Required Skills • Proven experience with Frontend (advanced level) • relations • computed columns • conditional visibility • actions & workflows • Ability to structure apps cleanly (maintainable, scalable) • Understanding of frontend ↔ backend boundaries • Experience working with external APIs / webhooks (via Glide actions) • Strong UX sense for operational apps (staff usage) ⸻ Nice to Have • Experience with Supabase as a backend • Experience on multi-role apps (client vs staff) • Familiarity with POS-style workflows (queues, tickets) • Experience building apps used in physical locations. ⸻ Project Setup (Important) • The project will be owned by the client • You will be added as Editor / Developer, not Owner • Clear specifications (functional + technical) are provided • No scope creep — MVP is strictly defined ⸻ • A short explanation of how you structure apps • Confirmation that you understand: • Frontend only [login to view URL] as the source of truth We value clarity, discipline, and real-world usability over fancy features.
Projektin tunnus (ID): 40247312
118 ehdotukset
Etäprojekti
Aktiivinen 23 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
118 freelancerit tarjoavat keskimäärin $527 USD tätä projektia

Hello, How are you? ***** Frontend Ownership for Production Barbershop MVP (Client + Staff PWA) ***** I will take full ownership of the frontend layer, building clean, fast, and operationally reliable Client and Staff PWAs while keeping all business logic strictly in the backend as the single source of truth. My approach structures apps around clear relational models, computed columns only for UI state (never business rules), controlled visibility logic, and well-defined action workflows that trigger backend endpoints or webhooks cleanly. For the Client App, I’ll optimize onboarding (OTP), service/barber selection, and queue status into a ≤60-second frictionless check-in flow. For the Staff App, I’ll focus on speed-first operational UX: check-in, queue management, service execution, and extras selection with minimal taps and clear state transitions. Let’s chat… Thanks
$570 USD 12 päivässä
9,6
9,6

Hi there, I understand you want a production-ready MVP for a barber shop with two frontends (Client App + Staff App) and a dedicated backend layer. I’ll build a clean, maintainable frontend that talks to your backend (Make/n8n or a custom API) and uses PostgreSQL via Supabase. The Client App will cover OTP onboarding, check-in, service/barber selection, and a live queue view. The Staff App will handle staff check-in, queue management, service execution, and extras, with proper computed columns and visibility rules to keep the UI fast and reliable. I’ll ensure the frontend strongly respects the backend boundaries, uses webhooks and actions to trigger backend flows, and delivers a smooth UX aiming for ≤60s check-in. The result will be a cohesive, scalable MVP with clear specs and no scope creep. What are the exact data models and relationships for clients, staff, services, queues, and tickets? What authentication flow and OTP provider are you planning? Do you require multi-tenant or single-tenant setup? Which external APIs and webhooks must be wired? What are the exact success/failure criteria for the 60s check-in? How should roles and permissions be managed across Client and Staff apps? What are the required reporting and analytics? Any accessibility targets? What is the preferred deployment and hosting strategy? Are there any must-have offline capabilities for the Staff App? Best regards,
$750 USD 11 päivässä
9,0
9,0

Hello, I HAVE BUILT SIMILAR PROTOTYPES AND RECOMMENDATION-BASED TOOLS BEFORE AND I CAN SHOW YOU I’m a full-stack developer with 10+ years of experience building lightweight MVPs and proof-of-concepts that turn abstract frameworks into working software. I can deliver a functional web prototype for Comeup that captures user inputs around passions, strengths, market needs, and values, then applies a clear, extensible ruleset to map those inputs against an open skills taxonomy and return a ranked list of skill recommendations. For this MVP, I’d propose a simple, maintainable stack (e.g. React or vanilla JS frontend with a lightweight Python FastAPI or Node backend), cleanly structured and easy to deploy (Docker or one-click cloud setup). The recommendation logic will be well-documented so you can evolve it later into more advanced models if needed. You’ll receive complete source code, clear inline comments, a concise README, and a short demo (video or screenshots) showing the full flow end-to-end. Development will follow an Agile approach, focused on clarity, speed, and extensibility rather than over-engineering. I eagerly await your positive response and would be glad to outline the exact tech stack and timeline in our next step. Thanks
$500 USD 7 päivässä
7,4
7,4

Hello We'll build your production-ready barbecue mini-app MVP. It will empower clients with easy ordering/loyalty and staff with efficient order/inventory management. Delivering a custom, intuitive platform to streamline operations and enhance customer experience, ready for immediate use. Giáp Văn Hưng
$750 USD 7 päivässä
6,6
6,6

Greetings, It looks like you're aiming to develop a solid MVP for a barbershop that focuses on practical salon operations, and you need someone to take charge of the frontend components, both for the client and staff apps. I can help create a seamless user experience for onboarding, service selection, and queue management that aligns with your defined business logic in the backend. My approach involves structuring the apps to be clean and maintainable, ensuring that the frontend communicates effectively with the backend through APIs and webhooks. I have extensive experience with conditional visibility, computed columns, and creating intuitive workflows that prioritize user engagement and efficiency, especially in operational settings like yours. Let’s work together to build an app that truly meets your needs and enhances the barbershop experience. Best regards, Saba Ehsan
$550 USD 5 päivässä
6,6
6,6

Your check-in flow will fail if the frontend tries to handle queue logic locally. I've seen this break down in 3 salon apps where staff couldn't sync state during peak hours - customers got duplicate queue positions and staff had no single source of truth. Before architecting the PWA layer, I need clarity on two things: What's your expected concurrent user count during Saturday rush (clients + staff combined)? And does Shore's API support real-time webhook delivery, or will we need polling with a fallback mechanism? Here's the architectural approach: - GLIDE ADVANCED: Build computed columns that pull queue state from Supabase views, not local calculations. Use conditional visibility to hide/show components based on backend-returned status flags, ensuring staff and clients see consistent data. - SUPABASE + POSTGRESQL: Structure relations using foreign keys that map client check-ins to staff sessions and service tickets. Implement row-level security policies so staff can only modify their assigned queue entries. - WEBHOOK ACTIONS: Trigger Make/n8n workflows via Glide actions for every state change (check-in, service start, payment). Use idempotency keys in the payload to prevent duplicate triggers if users tap twice. - PWA OPTIMIZATION: Lazy-load service selection screens and cache barber availability locally with a 30-second TTL. This keeps check-in under 60 seconds even on 3G connections. - SHORE + STRIPE INTEGRATION: Pass transaction IDs from backend to frontend as read-only fields. Staff app displays payment status but never initiates charges - that stays in your Make layer. I've built 4 operational apps for physical locations (retail POS, gym check-in systems) where staff needed sub-5-second response times. I don't take on projects where the backend contract isn't locked down first. Let's schedule a 15-minute call to review your Make endpoints and confirm the data schema before I start building screens.
$450 USD 10 päivässä
7,4
7,4

Hey there, I'm John Allen, an experienced Frontend specialist ready to tackle your barbershop's PWA Client and Staff App project. With expertise in building operational apps, I'll ensure seamless onboarding, check-in flows, and efficient service execution. Leveraging advanced frontend skills and a keen eye for UX, I'll connect the frontend to backend endpoints for a smooth user experience. Let's structure apps cleanly, maintainable, and scalable, meeting your real-world usability needs. How can we kick start this project?
$500 USD 7 päivässä
6,0
6,0

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
$250 USD 4 päivässä
6,1
6,1

Hello There!!! ★★★★ (Mini-App for Client & Staff) ★★★★ I understand you need a production-ready frontend for both Client and Staff PWAs, tightly connected to your backend (Make/n8n/Supabase) while keeping logic server-side. Focus is fast UX, clean structure, and real salon workflow usability. Services mentioned here based on project details ⚜ PWA Client App with OTP onboarding and check-in flow ⚜ Staff App with queue management and service execution ⚜ Proper relations, computed columns, and visibility rules ⚜ Frontend connection to backend actions and webhooks ⚜ Clean ≤60s check-in UX and mobile-first responsiveness ⚜ Multi-role architecture (client vs staff) ⚜ Thorough testing for real-world barbershop usage With 9+ years in frontend and operational apps, I build scalable interfaces that teams actually use daily. I have delivered queue-based and POS-style systems before. My approach is clean component structure, Glide best practices, and tight API/webhook integration with Supabase as source of truth. Happy to discuss your specs and start smoothly. Warm Regards, Farhin B.
$250 USD 12 päivässä
6,4
6,4

This fits my experience well. I clearly understand that the backend is the source of truth and the frontend must stay clean, reactive, and logic-light. I structure apps by role and workflow. Client and Staff flows are separated, each screen focused on one clear action to keep operations fast and under 60 seconds. Business rules stay in the backend, while the frontend uses computed columns, visibility rules, and actions only for UI state and triggering endpoints. I have experience building multi-role operational apps and connecting frontends to webhook/API-driven backends. Clean structure, speed, and real-world usability are always my priority.
$500 USD 7 päivässä
6,3
6,3

Hello, I have reviewed the details of your project. i will map the functional specifications into two clean, maintainable pwa apps using glide, separating client and staff workflows clearly. for the client app, i will configure onboarding with otp, service and barber selection, check-in flow, and queue display using computed columns, visibility rules, and actions connected to backend endpoints. for the staff app, i will set up check-in, queue management, service execution, and extras selection with the same approach, making sure actions trigger backend webhooks correctly. all relational data in supabase will be linked properly, and conditional visibility will ensure users see only what they need. i will optimize flows so client check-in takes under 60 seconds and staff interactions are fast and clear. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
$500 USD 7 päivässä
5,4
5,4

⭐Hello, I’m ready to assist you right away!⭐ I believe I’d be a great fit for your project since I have extensive experience in frontend development at an advanced level, specializing in building operational apps with a strong focus on user experience and efficiency. My expertise includes handling computed columns, conditional visibility, and structuring apps for maintainability and scalability. Moreover, I have a deep understanding of frontend-backend boundaries and have successfully integrated external APIs and webhooks in previous projects. My approach to app structuring ensures clean UX and fast flows, meeting the check-in time requirement of ≤60s. This project will solve the most pressing needs of streamlining salon operations with a user-friendly Client App and efficient Staff App, empowering smooth onboarding, check-in, service execution, and queue management. It's crucial to ensure a seamless connection between the frontend and backend, and I will focus on precisely that to deliver exceptional results. If you have any questions, would like to discuss the project in more detail, or would like to know how I can help, we can schedule a meeting. Thank you. Maxim
$250 USD 6 päivässä
5,5
5,5

I'll build both PWA Client and Staff Apps with clean architecture—client-side onboarding with OTP, service and barber selection, queue status display, and a staff app covering queue management, service execution, and extras selection—all connected to your backend endpoints via actions and webhooks, with computed columns and conditional visibility structured properly. I fully respect the frontend-only boundary with backend as the single source of truth, delivering a ≤60-second check-in flow that works reliably in a physical barbershop environment.
$250 USD 3 päivässä
5,7
5,7

Creating a seamless experience for both clients and staff is crucial for the success of your barbershop's MVP. With a focus on developing robust PWA applications, I aim to facilitate smooth user journeys through efficient onboarding, check-ins, and service management, all while connecting seamlessly to your backend systems. By prioritizing real-world usability, I ensure that the applications are practical and efficient for daily operations. With extensive experience in frontend development and handling complex integrations, I specialize in crafting intuitive, scalable apps. My expertise with computed columns, conditional visibility, and Glide actions ensures your project is executed with precision. I have worked with Supabase and am adept at managing multi-role applications, making me well-suited to deliver a high-quality solution tailored to your needs. Could you share more about the specific design preferences for the client and staff apps? Additionally, I'm curious about any particular challenges you've faced with previous digital solutions. Let's discuss how we can address them effectively.
$400 USD 7 päivässä
5,5
5,5

Greetings, I see that you're looking to build a production-ready MVP for a barbershop, focusing on both a Client App and a Staff App. My approach would be to create a seamless user experience for both users while ensuring the frontend integrates effectively with the dedicated backend. I have extensive experience in developing advanced frontend applications, particularly in structuring them for maintainability and scalability. I understand the importance of the onboarding process, queue management, and clean UX, especially since this app will be used in a physical location. By connecting frontend functionalities to backend endpoints, I can ensure that the app performs efficiently and meets your operational needs without unnecessary complexity. I'm excited about the opportunity to contribute to this project and help create a user-friendly solution for your barbershop. Best regards, Mehran Riaz
$470 USD 4 päivässä
5,2
5,2

I understand you need a smooth, real-world MVP PWA for both clients and staff, where all business logic lives on the backend. I’ve built similar apps for service businesses with clear separation of frontend and backend, ensuring fast, simple UX flows that staff can rely on during busy periods. I’ll focus on structuring the apps cleanly—using computed columns and visibility rules for role-specific views, while connecting tightly to backend actions and webhooks to keep data accurate and operations flowing. For example, a recent project involved setting up queue and check-in flows with under-60-second processes for frontend only, validated against a backend source of truth—improving real-time updates and operational efficiency. Can you confirm if the backend endpoints are already fully defined for things like OTP onboarding and queue status? Would you prefer I handle error states on the frontend or leave the backend to manage retries? I’m ready to jump in and build the clean, maintainable frontend layer that fits your scoped MVP and real-world salon environment.
$250 USD 7 päivässä
5,2
5,2

I understand clearly that this role is frontend-only, with the backend as the single source of truth. The frontend will strictly handle UI, visibility logic, and action triggers not business logic. My approach is to first map user journeys (client check-in ≤60s, staff queue flow), then structure data relations cleanly, then implement visibility and actions layer-by-layer to avoid logic duplication. I am comfortable connecting to backend endpoints, handling webhooks, and keeping UX optimized for real-world.
$500 USD 7 päivässä
5,4
5,4

Hi, there, As an experienced freelance engineer specializing in frontend development with a focus on operational applications, I am excited about the opportunity to work on building the PWA Client App and Staff App for your barbershop. With advanced proficiency in PHP, AngularJS, and Node.js, I have the skills required to create a production-ready MVP that meets your real-world salon operational needs. ✅ Leveraging my expertise in frontend development, I will structure the apps cleanly, ensuring maintainability and scalability for seamless operation. By implementing computed columns, conditional visibility, and actions efficiently, I will create a user-friendly experience for both clients and staff. ✅ In the five-phase solution, I will start by developing the onboarding process, followed by the check-in flow, service, barber selection, queue status display, staff check-in, queue management, service execution, and extras selection. I will integrate the frontend with backend endpoints to enable smooth actions and webhooks triggers. ✅ With a strong understanding of frontend-backend boundaries and experience in working with external APIs and webhooks, I will ensure optimal connectivity and functionality. I will prioritize clean UX design to facilitate operational efficiency, ensuring a check-in process of ≤60s. ✅ Additionally, I have previous experience with Supabase as a backend, multi-role apps, and POS-style workflows, making me well-equipped to meet your project requirem
$500 USD 5 päivässä
4,9
4,9

Hi there, I’ve reviewed your barbershop MVP scaffold and I’m confident I can own the Frontend (Client + Staff PWAs) while coordinating with a dedicated backend/integrations dev to deliver a production-ready flow. I bring proven experience with multi-role apps, strong UX for operational tools, and solid expertise in Supabase-like backends, computed columns, conditional visibility, actions/workflows, and frontend↔backend boundary discipline to ensure onboarding, queueing, service/barber selection, and real-time status are fast and reliable, with clean separation of concerns and backend-driven business logic. I’ll structure the apps for maintainability and scalability, wire the Frontend to backend endpoints and webhooks, and optimize for ≤60s check-ins; Which go-live date are you targeting, and do you have any constraints on minimum viable feature set?
$250 USD 3 päivässä
4,9
4,9

Hi there, Greetings❤️ I have read your project details that you need to design Mini-App for Client & Staff. Can we talk regarding this project and thanks for the details and clear instructions. Much appreciated. I am a India based web developer designer / graphic designer and have 13+ year's of hands-on experience in efficiently coding websites and applications using html, Laravel, Codeigniter, PHP MySQL, WordPress, Magento / Laravel , WooCommerce, Custom WordPress Plugins and Themes Development, Modifying WordPress Core, WordPress Hooks, Shortcodes, Metadata, Custom Post Types, and Taxonomies, etc I am available 24 hours support. I am available for the weekend also. If you are looking for website design and custom software development services then I am the right person for you. I’m open to discussing the budget and timeline that works best for you. Looking forward to hearing from you soon. Best regards, Arpan Bhardwaj
$1 500 USD 30 päivässä
5,0
5,0

Darmstadt, Germany
Maksutapa vahvistettu
Liittynyt toukok. 16, 2013
$10-30 USD
$100 USD
$8-15 USD/ tunnissa
$30 USD
$20 USD
₹1500-12500 INR
$10-30 USD
₹1500-12500 INR
₹12500-37500 INR
£20-250 GBP
₹600-1500 INR
₹12500-37500 INR
€30-250 EUR
₹1500-12500 INR
$30-250 USD
₹150000-250000 INR
₹12500-37500 INR
₹37500-75000 INR
₹12500-37500 INR
$8-15 USD/ tunnissa
$1000-30000 USD
₹600-1200 INR
$30-250 USD
€3000-5000 EUR
£250-750 GBP