SmoothSpan Blog

For Executives, Entrepreneurs, and other Digerati who need to know about SaaS and Web 2.0.

Intuit’s Radical New Flex + QuickBase Cloud Platform

Posted by Bob Warfield on April 16, 2008

The Cloud Computing Platform News just keeps on coming.  I got a briefing (under embargo) on Intuit’s new Cloud Computing Platform based on Adobe Flex with QuickBase.  The new platform will be formally announced in a press release tomorrow morning, but I wanted to go over what I learned from the briefing.  I spoke with Bill Lucchini, VP and GM of Inutit QuickBase and Peter Vogel, Group Manager of Intuit’s Developer Network and came away very impressed: this thing has legs!

Timing:  As I mentioned, formal announcement is tomorrow, and this will be accompanied by a private beta.  Intuit will limit this beta to folks that are capable of doing something interesting on the platform, like Adobe’s Flex, and are willing to commit to building a real app.   This will not be the first 10,000 or 20,000 served like Google’s AppEngine beta.  It’s invite only.  Things will open up more with a live Version 1.0 in the Summer.

What’s different about this platform versus Amazon, Google, and the gaggle smaller companies in the Cloud Platform space like Bungee, Coghead, Rollbase, et al?   Intuit went out to a series of focus groups drawn from their developer community and other sources and came back with 3 requirements for the platform:

– What Intuit calls “Table Stakes”:  You have to be able to create great apps for business.  There can’t be something limiting about the platform for this market.

– It has to be possible to create a profitable business on the platform.  Intuit wants to help out with Demand Generation via their already very large ecosystem, and they want to set their pricing at a level that makes it possible to create a reasonable business around the platform.  I’ve written about this problem before with Force.com being too expensive.

–  It has to save significant development costs and pain by doing all the stuff that everyone keeps reinventing.  Billing, integration with QuickBooks, provisioning, email connectivity, and all that sort of thing.

Bill Lucchini is very focused on the importance of the ecosystem and the economics for customers that choose this platform.  In his words:

This is about opening it up to a huge ecosystem of developers.  People have been aware for a while that we’re all building the same stuff over and over again.  We’ve brought a lot of assets together to fix that.  Competition is good: it will drive even more innovation for platform users.

The ecosystem that Intuit brings is indeed huge.  There are 3.6 million QuickBooks users, 250 thousand QuickBase customers, and the Intuit Developer Network sports 75 thousand developers.  These are not just tire kickers, these are folks in the business of developing around QuickBooks and other Intuit properties.

Some things I notice about the platform:

– It’s got both “easy” and “powerful”:  You can write your clients in Flex.  That’s power.  Hard to identify a stronger client platform.  On the server side, QuickBase offers “easy”.  All sorts of issues are automatically handled for you with a point and shoot declarative interface.

– The server side needs further development:  “easy” is cool right up until you can’t do what you need to do.  This is an open issue for the platform, and one they’re aware of.  I told them server side Flex processes for business logic and custom SQL of some sort (ala Force) against the tables would cover the bases.  They wouldn’t say what they plan, but didn’t object to my thoughts.

Where does it fit relative to the competition?

– Amazon:  Still the most proven and flexible of the Cloud Platforms.  But, if you need to integrate with QuickBooks data (which you will if you target small business with a business app!), or if you want a much simpler development environment, Intuit has a clear win if they deliver what they promise.  The services Intuit will offer are much higher level than Amazon.  They are true SaaS application services.  I think it makes sense even to partner the two.  For example, we discussed that QuickBase has no S3 equivalent, so if you want to host a lot of data, it might make sense to have you app on the Intuit platform use S3 for large objects like streaming video.

– Google:  AppEngine is a simpler and less capable vision as it stands than what Intuit is talking about.   Yet, there are some similarities.  If they keep beefing it up, AppEngine will be more focused towards Web 2.0 consumer apps and Intuit is more in tune with SaaS business apps.

– Salesforce.com:  Force.com is the closest analog to what Intuit is doing.  As I’ve written in the past, there are significant economic barriers for Force–it simply costs too much for ISV’s.  The impression I get is that Intuit is well aware of this and plans to commoditize that pricing to a much lower level.  Their model is to be priced competitively with Amazon.  Like Salesforce, Intuit is bringing a platform with an ecosystem and data already in place and considerable market momentum.  Which one makes more sense for your application?  I would think that building around QuickBooks is a little more strategic, but that Salesforce will carry you higher in the foodchain to larger businesses.  It’s an interesting comparison.  Either way, Intuit brings serious competition into Salesforce’s world that they’ll have to respond to.

–  The Little Guys:  Bungee Labs, Coghead, Rollbase, and a number of others are in this category.  It’s hard to see how this announcement is good news for them.  As Lucchini says, “What they’re doing is innovative and interesting, but they’re creating a toolkit.  We’re focused on creating successful profitable businesses.  These platforms are going to be about network effects.  Good apps bring users to a platform.  It’s a chicken and egg business, and we have both the chicken and the egg.”

– Collateral Damage:  Not sure how companies focused on having ERP-centric suites with a platform will react.  It can’t be great news for a NetSuite or competitors like little Intacct to see this.  Likely they’ll view that QuickBooks is for smaller businesses than they’re serving and that they’re the next step when you outgrow QuickBooks.  Remains to be seeen how true that is.

The Demo came next after the positioning discussion.  Honestly, we covered all the bases above very quickly since we were all on the same page about the state of the market.

Someone mentioned that the standard for Cloud Platforms was to bring up an app that everyone in the audience can log into within 5 minutes or less.  No problems here.  We had the good old “Hello, World” up and running very quickly.

The process went like this:

– Start a new Flex project.  Their stuff is fully integrated with Eclipse and Flex Builder via the Intuit QuickBase SDK.

– Drop their library into Flex Builder.

– Respond to a brief connection data dialog that establishes where in the cloud your stuff is connecting.

– They then selected the Master Sync App template, which includes synchronization with QuickBooks.

– Select a Developer Key and login.  Developer Keys are connections to the cloud or to a project there.

–  A Model/View/Controller framework is automatically generated in Flex.

–  You can then select fields from QuickBooks or your other QuickBase tables.  Data transfer objects and business delegate objects are automatically create for your Flex code to access.

–  Deploy the app.

–  Connect to it.  There are multiple datasets available.  In this case for Sample and Live data.  Test data is another option.

Done!  Here is the Hello, World app they created for me:

Given more time, say 1 hour, they can create a much more sophisticated Customer Service application:

Neat!

After the demo, I was prompted to dig into The Techie Stuff.  I wanted to understand what some of the use cases were.  In other words, what kinds of apps were their “insider” early customers working on?

– Customer Service

– Employee Scheduling

– Existing software co’s looking to add new modules

– Solution providers looking to move from 1:1 custom work to converting their domain knowledge into applications so they can sell products 1:M.

Pretty typical business apps.

As mentioned, the server side is limited currently to what can be done with QuickBase.  That involves quite a lot, BTW.  All the usual lookup fields, snapshot fields, formulas and such are all there.  Deeper server side processing will require more development, but Intuit are thinking about it.

I asked about SOA.  I build an app and I want to release API’s for my customers to use in accessing my app.  Their story is pretty good hear.  The interface between Flex and the Cloud is RESTful.  You can use the same API’s to allow outside apps to access data you make accessible.  Pretty straightforward.  Accessibility is tied to a developer key.  Publish that key to folks using your API, set the right permissions, and you are there.

Two other key issues are multitenancy and scalability.  Apps created on this platform are multitenant from the get-go, and there is a lot of great support.  For example, suppose you change the DB schema and need to roll out the changes to all your customers.  They have a DB Migration Wizard that automates that chore.  Metadata is there that lets customers add fields or whole tables to their tenant.  This can be enabled as self-service in an app and does nto require a develoepr to handle it.

In terms of the services the platform offers, it’s quite a comprehensive list:

– Login/Security/Permissions Management (Row/Field level access)/Provisioning

– Database:  Handled by QuickBase.  Includes full metadata customizability.  Create new tables or access QuickBooks.

– Reporting:  Automatic report creation with point and click customization.

– Email notifications

– Billing and Provisioning:  This is a lot of work that Intuit has already figured out and will undertake on your behalf.

– REST-based SOA

Parting Thoughts:  What’s not to like?

Not much.  It’s a remarkably complete offering based on developers I talk to in the SaaS world.  We briefly discussed Lock-In, and I think Lucchini has the right attitude:

We never want to lock anyone in. But we want the customer to choose us because we offer more value. That’s why we didn’t create our own language like Apex, we chose Flex. We won’t stop anybody from leaving. Vendors have to double down and work harder to keep customers loyal.

No question.  Lock in doesn’t really work anyway unless everything in site is proprietary.  Look at how fast Google AppEngine got hacked to run on Amazon Web Services.

Another question I have is what impact this new offering will have on the uptake of the SaaS version of QuickBooks?  My wife is a CPA and is very aware of QuickBooks.  She tells me that in the classes and seminars she follows, customers are told that SaaS QuickBooks is less capable and less flexible.  I can’t say whether that is a current opinion or not, but wanting to be a part of this new ecosystem may be a new driver for customers to move from installing QuickBooks to SaaS QuickBooks. 

These are exciting times in the Cloud Computing world.  Another big player has thrown its hat into the ring with a lot to offer.  I’m also glad to see Abode and Flex are playing, though I didn’t get a chance to talk to anyone at Adobe.  We’re still waiting on Microsoft and any others to show themselves, but the bar keeps getting higher for what they’ll have to deliver!

Related Articles

TechCrunch picks up the story.  The title, “Watch out Salesforce…”, makes it pretty clear who they think is at risk from this move.

16 Responses to “Intuit’s Radical New Flex + QuickBase Cloud Platform”

  1. […] news from Intuit that they are launching a cloud computing offering to compete with Force, AppEngine, […]

  2. twgonzalez said

    All I can say is WOW! We use Flex now almost exclusively for all of our projects. Flex has allowed us to pretty much collapse the “middle” tier and write 90% of our code in the client with a thin web service (for security and load balancing) going to a DB. Since Flex allows for a stateful client on top of a sessionless stateless HTTP paradigm it really minimizes what you need to do on the back end. Something like this is really going to open the flood gates… we also use quickbooks online, and I was wondering when Inuit would finally ditch the ActiveX paradigm. This appears to be what Force was trying to do, but has not been able to. I can’t wait to see how this progresses.

    Now I can finally put a real dashboard on top of QuickBooks, and leverage all of their built-in links to CC accounts, bank balances, etc.

    – Tom

  3. […] Comments twgonzalez on Intuit’s Radical New Fle…The Perils of Platfo… on Making a Business of Open…PaaS from a bookkeep… on […]

  4. jurquhart said

    Bob,

    I believe I am the “someone” who noted “that the standard for Cloud Platforms was to bring up an app that everyone in the audience can log into within 5 minutes or less.” See my post on the Google App Engine announcement.

    I am extremely encouraged by Intuit’s awareness of lock-in issues. I am surprised, however, that you didn’t note that if Intuit is the only PaaS vendor using Flex (besides, maybe, Adobe), and you must use the QuickBase APIs to do the server side stuff; that you have, in effect, a form of lock-in. Unintentional–or simply coincidental–perhaps, but lock-in none the less. The data side, however, is an entirely different story, and their open commitment here is what I am excited about.

    Excellent coverage, Bob. You have been on a streak lately. Keep it up. I will trackback to this article later today.

    James Urquhart
    Service Level Automation in the Datacenter

  5. smoothspan said

    James, let’s talk about Flex and QuickBase API lock in, because I don’t think there is any lock in to speak of with that architecture.

    Why?

    As I mention, the link between Flex and the server side is entirely via RESTful API’s. If you’ve written Flex code. Moreover, as I also mention, there is not a lot of server side logic available, much like Google’s situation. It’s all about picking up the data the way Tom says above.

    So, given that you’re writing in Flex, a language available for use with any platform and Open Sourced besides, and you’re calling RESTful API’s that are all about getting data, how much lock in can there really be? I can retarget an app to pull that data via RESTful API out of Amazon running MySQL on EC2 or to a Python-based RESTful server on Google pretty easily.

    Witness how easily Google’s “lock in” got hacked over to run on Amazon. I think this is very analagous.

    The lock in, if it exists, will come from having access to QuickBooks data and perhaps from getting used to depending on their billing solution. And let’s face it, the more value a platform brings, the more things it offers that perhaps only that platform offers. That’s really the “lock in” that’s coming, and it’s a manageable thing.

    Cheers,

    BW

  6. jurquhart said

    Bob,

    Let me be clear about my definition of lock-in. It is very simple; if I write an application to use the Intuit platform (the *entire* platform, including the QuickBooks functionality and–very important–however it is that users access and load the Flex client), then I am locked in if there is no alternative mechanism to choose to run the entire application stack. If I write an application that depends on QuickBooks, I cannot simply choose to pick up and go to Microsoft.

    That being said, this is only a problem for organizations that must guard against the risk imposed by committing to one vendor’s APIs, no matter how good and stable. If Microsoft replicates Intuit’s open source server APIs, then we don’t have a problem. If the customer is a SaaS business that is specifically going after the QuickBooks market, or potential QuickBooks market, then its not a problem.

    However, for most large enterprises, I maintain that this is not a big deal. I could be wildly wrong about this. For SMBs that choose to develop here, there is a concious decision to commit to the QuickBooks API. For most (all?) Fortune 1000s, there is no way that they will host financial or private customer data outside of their dedicated firewalls. (My understanding is that even Salesforce.com has made little headway in the Fortune 500s.) I certainly wouldn’t want my bank to do so. I also doubt that an enterprise would commit to one vendors APIs without a serious enterprise agreement in place.

    To be honest, I guess what concerns me most is that each time one of these PaaS offerings is discussed, no one takes the time to point out that each one is a tool that works best for the job that it is intended to do. Google is good for web applications, especially those tied into Google’s other platforms; Amazon is good for general hosting, with some restrictions on OS used, etc.; and Intuit and Salesforce are good for extending their general platforms. Period. None of these are the next great silver bullet for enterprise IT. All of them have a certain commitment to the platform that is required to leverage the value of the platform.

  7. smoothspan said

    James, guess what? There are already Fortune 500 companies hosting sensitive financial data with SaaS companies. Many are past that stage.

    For example, take a sales compensation system, the area I was most recently involved with. There are multiple examples of large companies hosting with SaaS providers. Callidus just announced Konica-Minolta, for one example.

    What’s in the database for a sales comp system? Oh, nothing very important. Just enough data to tell who the company’s best sales people are, sales by product and hence what the best products are, sometimes profit data by product (if sales is paid on profit rather than revenue), where the best territories are, who the best customers are, yada, yada, yada. And, it’s a system that generates payments to these sales people as well, so it isn’t just sales pipeline information like what you find in Salesforce.com.

    The Enterprise is moving beyond the myopic view that they’re the only ones who can safely manage their data. They realize that they never were the only ones, and even when they thought they were, numerous 3rd parties were still touching the data. They’re not naive and it isn’t that they don’t care, but SaaS companies are doing what it takes to earn their trust.

    Here’s another essential newsflash: yesterday’s SMB/they’ll never make it to Enterprise solution is often tomorrow’s Enterprise solution in the SaaS world. But then, we saw that with PC’s that grew up too, eh?

  8. […] Bob Warfield at SmoothSpam wrote that QuickBase did their homework. “Intuit went out to a series of focus groups drawn from their developer community and other sources and came back with 3 requirements for the platform.” First was necessary but not sufficient, provide a sound technology platform with no limits. But that is just table stakes as Bill Lucchini noted to us. Second, their developers told them that they also have to make it possible to create a profitable business on the platform. Lastly, make it easy to get started, which is why QuickBase is leveraging the Intuit parentage to save significant cost and time by handling billing, integration with QuickBooks, provisioning, email connectivity, and other business necessities. […]

  9. […] Intuit’s Radical New Flex + QuickBase Cloud Platform (April 16 2008) Posted: Sep 21 2008, 04:02 PM by alexbarnett | with no comments Filed under: Web 2.0, Data, webservices, APIs, SOA, ROA, RIA, Adobe, SaaS, platforms, OpenSource, salesforce, WOA, PaaS, Flash, QuickBase, Intuit, cloudcomputing, QuickBooks […]

  10. […] Intuit’s Radical New Flex + QuickBase Cloud Platform (April 16 2008) Posted: Sep 21 2008, 04:02 PM by alexbarnett | with 10 comment(s) Filed under: Web 2.0, Data, webservices, APIs, SOA, ROA, RIA, Adobe, SaaS, platforms, OpenSource, salesforce, WOA, PaaS, Flash, QuickBase, Intuit, cloudcomputing, QuickBooks […]

  11. nraden said

    I spoke with the Intuit people at the Office 2.0 conference about a month ago, and they were very clear that there was no direct link between QuickBooks and this platform. Their solution was creating .files, which to me seemed ridiculous. A QuickBooks application is a transaction system, changing (slightly) all the time. Do I want to dump my entire database multiple times a day and wrote some load process? I was so flabbergasted by their response that I rephraed the question a few times and just got a “we’re working on it” answer.

    Can you shed some light on this?

    -Neil Raden

  12. […] Intuit’s Radical New Flex + QuickBase Cloud Platform (April 16 2008) […]

  13. […] is also where the Intuit Partner Platform comes in.  Bob Warfield, in a recent blog post about Intuit’s plans, relays what Bill Lucchini, Intuit’s GM for their IPP, told him about the […]

  14. […] players like Bungee and Coghead to name a few. Warfield’s comments appear on the SmoothSpan blog.   As Warfield writes:   “Intuit went out to a series of focus groups drawn from their […]

  15. […] Intuit’s Radical New Flex + QuickBase Cloud Platform (April 16 2008) […]

  16. […] or “Platform as a Service”.  Here’s Bob’s post on our initial launch: Intuit’s Radical New Flex + QuickBase Platform.  In our initial launch we specified Adobe’s Flex as the sole way to build the User […]

Leave a Reply

 

Discover more from SmoothSpan Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading