Help

Re: Airbnb style website required

674 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Matt_Owen
4 - Data Explorer
4 - Data Explorer

I am looking for a Developer to create a website i think js to showcase my vacation rental properties, for sale properties and monthly rentals. Currently i have a draft here https://sites.google.com/view/roompanda/rentals?authuser=0

I would need date search capability so guests can see properties available. Ideally i would like to integrate Stripe for payments if possible.
I would like to have the option to proivide property owners with accounts to add rates.

6 Replies 6
Matt_Owen
4 - Data Explorer
4 - Data Explorer

Hi Eric

Im looking for a developer from what i can see you are a consultant.

Lisa_Gilbert
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello Matt,
Hope you are well!

I can surely assist you for your requirement kindly check PM for further details.

Regards,
LisaG

Matt_Owen
4 - Data Explorer
4 - Data Explorer

Hi Eric

Unfortunately i see a challenge already. Your timezone. Im based in Asia. I don’t see any convenient time to select. Being on different sides of the globe is challenging.

francisco_silv1
4 - Data Explorer
4 - Data Explorer

Hi Matt,
I have developed previously similar Airbnb type site in Php . see
travell

I am based in the Philippines

frans

Hi Matt,

Welcome to the community!

I fully understand the consultant -> developer nuance. :winking_face: Getting the right fit for your project requires some careful vetting. And while this is important, even when you do find the right developer, there are some additional things that should concern you as well. I’m too swamped to toss my hat into this ring, but I love tossing the architectural salad from time-to-time so here are some issues to be mindful of.

  • Assuming Airtable serves as the “backend” for your web app, your developer must establish a clear cache-forward architecture that separates the back-end from the rendering engine. Rendering web pages for 1 to n… users must pull content through the Airtable API which is woefully unsuitable for web apps where simultaneous users in numbers greater than 5 are likely. This issue relates to the number of requests the API can process to deliver requests based on queries, and with travel-related web apps, users typically perform many searches before deciding on their reservations.

  • Airtable’s API is also known for its sluggishness. This is different from the previous issue - it relates to the responsiveness of the API itself once a request has been made. Large collections of data and the need to assimilate photos at render-time can cause users to feel like the app can’t meet responsiveness expectations that most customers already have. You can see this in the example embedded frame in your Google Sites app (> 3500ms). Yet another reason that caching of data and images is a key requirement for leveraging Airtable as a backend.

  • Increasingly, businesses that operate predominantly on the web are leaning on real-time databases (such as Firebase) to provide cache-forward web experiences that meet the prime directive of 400ms response (the Doherty Threshold). Some say this is a bunch of BS but in all the apps that I created – from Laplink in the early 80’s to Stream It where we move data from Singapore to NYC in under 250ms – the analytics are clear; sustaining the Doherty threshold creates addictive use of your solution. Humans - by and large - are hooked on speed.

These three points are good reason to steer clear of any direct linkage between Airtable and web app users if scale and growth matter. Indeed, this is precisely what the folks at Stacker do. While Airtable may be ideal for many aspects of your business, injecting some realistic requirements into the engineering conversation is really important right about now.

Good luck with your project and make sure you publish the outcome in Show and Tell so we can all learn about your success.

Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

Hi Matt,
Being an experienced developer and having worked extensively with the Airtable API on some very complex bases in the past, I would be keen on hearing more about your project.
You can reach me on andrewjohnson56782@gmail.com
Best Wishes,
Andrew