
Airdev
@airdevco
Followers
5K
Following
2K
Media
499
Statuses
2K
Agency making software without code since 2014. Run a free no-code bootcamp at https://t.co/anNO3lijfP (10k+ students). Follow us to learn @bubble best practices.
San Francisco, CA
Joined April 2015
We are absolutely thrilled to announce @mneary0 rejoining the team as a Product Director š. He is a @bubble legend, an expert in building top quality products, and just a really great, thoughtful guy to work with. Welcome back Matt, we're really lucky to have you!.
Iāve built two massive online courses this year. But itās time to switch gears. Iām thrilled to announce that Iām joining @airdevco as a Product Director!. I've been lurking in the Slack for one day and dammmmn there are some A-players in this team š®.
1
0
30
Applications to the next cohorts of our professional @bubble bootcamp are due this Friday - learn more and apply below!.
airdev.co
Learn how to build powerful web applications for yourself or for others, in just weeks. Taught by the worldās leading experts in Bubble.io and visual development.
0
2
2
The idea weāre building?. A smarter, faster Calendly alternative, powered by AI and built 100% on @Bubble. We're calling it Aircal, and we're focused on making the scheduling experience actually delightful. Learn more:
buildinpublic.airdev.co
And why we're building it in public
4
8
72
Weāre trying something new. After years of building for clients, weāre using what weāve learned to launch our own SaaS product on @bubble. And weāre documenting the full journey: ideation, build, launch, and (hopefully) growth š
. Follow along at
buildinpublic.airdev.co
No-code agency Airdev sharing learnings about building, launching, and scaling a SaaS product in public. Click to read Building Aircal in Public, by Vlad Leytus, a Substack publication. Launched 2...
5
8
83
When creating or editing an object in your @bubble app, start by creating the object if it doesn't exist. Then, in a 'Make changes to. ' action, pass a list containing both objects, and use the :first itemāsince only 1 will exist. You'd only need to input the field values once!
2
5
26
Applications for the next cohorts of our guided @bubble bootcamp are due this coming Monday!. Learn more and apply at the link below.
airdev.co
Learn how to build powerful web applications for yourself or for others, in just weeks. Taught by the worldās leading experts in Bubble.io and visual development.
0
2
5
Use the :formatted as JSON-safe operator in @bubble to ensure clean API calls. It wraps texts in quotes, converts yes/no to true/false, formats dates to ISO UTC, and escapes breaking characters. For lists, it quotes each entry individually to maintain proper JSON formatting.
0
2
15
Do not use the @bubble built-in "Created by" field for object ownership, as it's immutable. This field indicates the object creator but not its "ownership.". Best practice: add an "Owner" field of type User to allow ownership changes or to assign object ownership after creation.
2
2
16
Privacy rules & @bubble:.1 Create them before adding logic.2 Start by restricting access to all data and then gradually add rules to unlock access as needed. Ensures:.1 Your logic works with them in place.2 No data is unintentionally exposed. Do you follow a different approach?
2
3
20