What is the best native app builder you have found that I can create an app and connect it to my bubble database? I don’t want to have just a web page displayed in an app. I would like to build it so it is faster on the app. Any ideas on some easy “no code” native app builders out there? I want to keep bubble for the web app but would like to create a new app somehow more natively than just a “wrapper”. Any ideas out there?
Check out Dropsource. It’s definitely “low code,” but a lot of Bubblers use it to build native front-ends and connect to their Bubble back-ends via API.
Thanks, that is definitely an option. $1,000/year when I want to deploy though, yikes! Anything a little cheaper? I provide my app for free. That’s a lot for me to pay when I am providing a free app. D’oh. Still a good resource though. Thanks! Might still try it out. Seems very simple.
Check out Kinetise, Thunkable, Supernova Studio (needs a Mac and some coding skills, tho). Those are the three, aside from Dropsource, that I’ve explored in the past.
FYI, Supernova Studio just got accepted into YCombinator, so they may have some tricks up their sleeves soon. They have a pretty active Slack group, as well.
Look for free https://jasonette.com. (see also new https://jasonelle.com) Let me know!
We need to build an interface around it, so it will be 100% first Bubble Native app (if you have the skill)
It’s awesome to have such a great collection of minds to glean from. If anyone else has more ideas please add them. It would be nice to have a nice long list of options.
I have been playing a little on DropSource and Thunkable recently. Thunkable’s new release, Thunkable Cross Platform X, allows you to build apps that work on iOS and Android out-of-the-box.
I haven’t gotten too deep into the layout / design capabilities just yet. Overall, the DS demo’s I have seen have had better UI with less glitches. But I’m not sure how symptomatic that is of the platform. All projects on Thunkable are public and so the Community area is flooded with random builds from first-timers like me.
What I would say though is that I much prefer the ‘workflow’ approach being taken by Thunkable, and the overall feel of their platform. The way that you build out logic is more intuitive than on DropSource and you can construct pretty powerful tasks / functions. This includes loops, and complex conditionals. I also like their API handling - it feels very integrated - and have had good / quick results when combining with Bubble.
As an example, this workflow makes a call to Bubble (when button is pressed), extracts the property ‘secret’ from the Response, and then displays it in a text box.
What type of server do you use? I think you can use AWS S3 or even Github and as I understand it the jsonett will fetch the content from Bubble.is when it’s accessed by the Android/IOS app. I could be wrong there.
I was trying the free one that Jasonelle provides when following the steps to set it up. Couldn’t get it to work, I got the example to work just fine but not when I did my own large app.
Wondering if it is safe to use the free server or not, any thoughts?
I had the same issue. If you end up figuring out how to turn your bubble app into mobile by simply copy-pasting the url into his X-code project, let me know!