Acquired by Google in Spring 2020, AppSheet is an intelligent, no-code app platform for everyone. Users can create apps to transform the workplace. Common use cases include field service, transportation, customer surveys, incident reports, field data capture, compliance reports, delivery tracking, and property surveys. Used by the Fortune 500 & Industry Leaders Customers include Clearlink, Enterprise Holdings, ESPN, Pepsi, the University of Michigan, and the State of…
$5
per user/per month
Google App Engine
Score 8.2 out of 10
N/A
Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
$0.05
Per Hour Per Instance
Pricing
AppSheet
Google App Engine
Editions & Modules
Premium
$5.00
per user/per month
Pro
$10.00
per user/per month
Business
Contact sales team
Enterprise
Contact sales team
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
Offerings
Pricing Offerings
AppSheet
Google App Engine
Free Trial
Yes
No
Free/Freemium Version
Yes
Yes
Premium Consulting/Integration Services
Yes
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
Personal apps and prototype are always free to build. Don't pay until you're ready to deploy.
What can I do for free?
Use the complete set of AppSheet features for free while building one or many app prototypes (for as long as you like). Invite up to 10 users for free to use your apps & share feedback.
How do Business Subscription pricing work?
Business Subscriptions enable a suite of performance & management features for organizations with cross-departmental app creators, and pricing is based on each unique requirements. Connect with the AppSheet team at solutions.appsheet.com/contact to learn more.
—
More Pricing Information
Community Pulse
AppSheet
Google App Engine
Features
AppSheet
Google App Engine
Low-Code Development
Comparison of Low-Code Development features of Product A and Product B
AppSheet
8.5
65 Ratings
1% above category average
Google App Engine
-
Ratings
Visual Modeling
7.559 Ratings
00 Ratings
Drag-and-drop Interfaces
9.11 Ratings
00 Ratings
Platform Security
10.061 Ratings
00 Ratings
Platform User Management
8.560 Ratings
00 Ratings
Reusability
8.062 Ratings
00 Ratings
Platform Scalability
8.057 Ratings
00 Ratings
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
If you need to manage special assets with unique characteristics and keep data in spreadsheets, Appsheet is ideal for replacing these sheets with a system. Once you start using it, you find yourself trying to move everything into Appsheet. It is perfect for generating internal software that would otherwise never be developed due to programming costs.
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
Calculations - I have several apps that do some pretty complicated calculations, and decision making to build things like Shopping Lists for a Kanban assembly team, where the app will help a stocker determine whats low in a kanban assembly line stock box.
Document generation and record keeping - I have an app that users digitally sign and receive PDF contracts, and the system automatically records all records from the transaction. Everything is held in files on YOUR OWN DRIVE (Google Drive) so when you're done with the project or AppSheet you DONT loose your data.
Client/Customer Management - I follow the old school "Swimming with Sharks" model for client retention and customer engagement, and have built several small customer tracking tools for local businesses. This tool is limited ONLY by your imagine and desire to learn.
Once the tables / UX Views get way too many in number, it can become a little daunting to manage. This part of the UX may need something really smarter.
Ability to Undo.
Could provide more UI Look and Feel options. BTW, the new Graphs look great, but have some bugs, while the new INPUT() feature is a great addition too.
There is a slight learning curve to getting used to code on Google App Engine.
Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
It's just great. The usability is the best thing about Appsheet. You must choose which things will really be used later. You have to be careful of not generating something too big and then it feels like something that need to be learned. This is something that resolve problems, but you had to be able to think before doing. It will not solve problems itself. You need to find the problem, think a solution, and then use appsheet to make this solution a reality
I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
AppSsheet has a support group and they show videos to help app builders. Though I have truck drivers' hours and can't join the webinars. Support groups with better assists me on a Saturday evening or a Sunday that I have time off. It's hard to watch videos driving down the highway.
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
The ease that AppSheet provides to the developer is limitless. Before starting with AppSheet I used other software, but they didn't give me the tools at my fingertips. When I learned about AppSheet and everything it could do, I understood that it was what I was looking for, the ease with which everything is related within the app with a few clicks is impressive.
We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
A good impact in general at the beginning since the free version allows great development so the investment in the implementation is of knowledge and time.
As a consultant I have expanded my services through this platform including new low code application building services.
Effective integration to other java based frameworks.
Time to market is very quick. Build, test, deploy and use.
The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.