Need advice about which tool to choose?Ask the StackShare community!
Airtable vs Wix: What are the differences?
Developers describe Airtable as "Real-time spreadsheet-database hybrid *". Working with Airtable is as fast and easy as editing a spreadsheet. But only Airtable is backed by the power of a full database, giving you rich features far beyond what a spreadsheet can offer. On the other hand, *Wix** is detailed as "Wix.com is a web development platform enabling anyone to build a stunning online presence using simple cloud-based creation and management tools". Creating your stunning website for free is easier than ever. No tech skills needed. Just pick a template, change anything you want, add your images, videos, text and more to get online instantly.
Airtable and Wix are primarily classified as "Spreadsheets as a Backend" and "Website Builder" tools respectively.
"Powerful and easy to use" is the top reason why over 9 developers like Airtable, while over 2 developers mention "WYSIWYG" as the leading cause for choosing Wix.
According to the StackShare community, Airtable has a broader approval, being mentioned in 40 company stacks & 20 developers stacks; compared to Wix, which is listed in 17 company stacks and 9 developer stacks.
I'm trying to set up an ideally "no- code" way to have a backend of 3 different tables and be able to find a value in table #3 (contains businesses & cities) by first finding a record in table #1 (7,000+ zip codes) that corresponds to a city (table #2 has the unique cities), and then finding which businesses are located in these cities ( in this specific, original zipcode lookup). And return the business and a description via an API to a front-end results page, which happens to be a WordPress page - but doesn't need to be. I've tried Airtable's API, AirPress (a finicky WordPress plugin for Airtable's API), and I've looked at Sheetsu and a similar spreadsheet as backend and a simple API. I run into the issue where they work fine when you just need to query 1 table, but when you need to use the result from that query in another query to a different table. I'm back in SQL land - where sure it could be done with SQLite - needing to probably create an intersection table or a JOIN and build an API off of that. Is there a way to accomplish what I want without going back to SQL queries and some API?

You're right that there isn't a great way to join tables with Airtable's API. The closest you can get is to use a linked record field, which acts as a pointer to another record. You still end up with the problem you mentioned of having to run another query on the second table separately.
Your best bet is to stick with an actual SQL database. Using an ORM should make your life significantly easier so you don't actually have to write raw SQL. If you still want a graphical interface to your data, BaseDash lets you view and edit SQL databases just like Airtable. A full API with join support is coming soon, so that could be your perfect solution to this problem.

Let me introduce you to integromat. It connects these services without you having to work any code. And it even has a decent database built inside it.
It makes is an easy process to develop multistep workflows with multiple services and it’s free tier is surprisingly functional.
I usually take a slightly different tack because the technical level of people I usually am dealing with is lower. I tend to be pitching to decision makers and not tech people. A bit of my standard answer is below.
Wix and Squarespace are proprietary systems meant for unsophisticated users who want to build their own websites quickly and easily. While they are good for that specific use case, they do not offer any way to move beyond that if your needs arise. Since they are proprietary closed systems if you need something more advanced at some point your only option is to start over.
WordPress is an Open Source CMS that allows much more freedom. It is not quite as simple to setup and create a new site but if you are talking to me then you are not looking to build it yourself so that is really a non-issue. The main benefit of WordPress is freedom. You can host it on virtually any decent web hosting service and since it uses PHP and MySQL you can have virtually any developer take over a project without problem.
I believe in open source because of that freedom. It is good for me as a developer and it is good for my clients. If something were to happen to me or my company you would have no problem finding another qualified WordPress developer to take over the site in a totally seamless fashion. There would be no need to start from scratch.
Additionally the extensible nature of WordPress means that no matter what your future needs, WordPress can handle it. Adding things like e-commerce and custom quoting systems are just two examples of advanced solution's that I have added to WordPress sites years after they were first built.
WordPress is used by tiny one person businesses all the way up to major websites like the NY Times and I think it is right for this project as well.
Pros of Airtable
- Powerful and easy to use19
- Robust and dynamic8
- Quick UI Layer5
- Practical built in views4
- Robust API documentation3
- Great flexibility0
Pros of Wix
- WYSIWYG11