内容简介:). We let anyone create custom software powered by data from Airtable or Google Sheets, with a nice UI, auth and rich permissions. Think Internal Tools, Custom CRMs, and Customer Portals.We've been working for ages on building something that lets non-techn
). We let anyone create custom software powered by data from Airtable or Google Sheets, with a nice UI, auth and rich permissions. Think Internal Tools, Custom CRMs, and Customer Portals.
We've been working for ages on building something that lets non-technical people create software without code. We spent about 2 years building a really powerful and complicated drag-and-drop no-code app builder. It was really awesome, it could create social networks, SaaS, marketplaces – the works. The only problem was: nobody could use it unless they were already a developer! It turned out that even though you weren't technically writing any code… you were still actually programming, still thinking like a developer. Just with a really inefficient set of no-code tools.
We (eventually!) realised that non-devs were already building systems anyway; but instead of code they were using spreadsheets.
Spreadsheets are basically the world's most used database/IDE. They're great for modelling and managing data. But, if you've ever used someone else's sheet you'll know that they're not the best way to interact with the data. Giving someone access to your spreadsheet is pretty much like giving someone access to your SQL database – they won't understand it, they might see more than they should, and they might break the whole thing.
Stacker is basically an app layer on top of spreadsheet. We let you set up a nice UI, add user login, and limit who can see/do what using permissions. We also handle abstracting away the limitations of the APIs of Airtable/Google Sheets so that the whole thing stays performant.
The main two cases where people find Stacker useful are:
1. they want to create internal tools that are easier to use/understand
2. they want to allow customers/partners access to some of the data in their sheet without giving the whole thing
We've been really excited that most of our early users have been non-technical people who hadn't ever thought they could create software for their business. People have been creating marketplaces, CRMs, resources centres, order-tracking portals, ERPs… lots of stuff. We're a monthly SaaS model starting at $39pcm – we handle all the hosting, infrastructure, and even SSL certs etc.
Right now we support Airtable and Google Sheets, but we'd like to expand out to include other data sources like SQL databases, APIs and even MS Excel(!).
Underneath the hood we've got a bunch of technology from our original web app builder – a python backend that creates on-the-fly endpoints depending on the user's data model, and react frontend that can flexibly layout the app. Then on top of that, we've got a service that analyses the schema from your sheet and automatically creates your initial Stacker app.
I'd love to hear what use cases you can think of for this, either internal or external, and what you'd like to see it do in the future! Check it out here: https://stacker.app
p.s. History update – you might remember us from when we did a very early alpha launch as "Toga" a few months back ( https://news.ycombinator.com/item?id=22746663 ). Thanks to everyone who helped us iron out all the bugs from that!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
PHP高级程序设计
Kevin McArthur / 汪泳 等 / 人民邮电出版社出版 / 2009.7 / 45.00元
今天,PHP已经是无可争议的Web开发主流语言。PHP 5以后,它的面向对象特性也足以与Java和C#相抗衡。然而,讲述PHP高级特性的资料一直缺乏,大大影响了PHP语言的深入应用。 本书填补了这一空白。它专门针对有一定经验的PHP程序员,详细讲解了对他们最为重要的主题:高级面向对象、设计模式、文档、测试和标准PHP库等内容。同时,为适应目前Web开发的新趋势,作者还全面探讨了MVC架构和Z......一起来看看 《PHP高级程序设计》 这本书的介绍吧!