Low-Code/No-Code Development Projects in MumbaiLow-Code/No-Code Development Projects in MumbaiWe’re experimenting with Apple-style “glass” to make our Glide ( (https://www.linkedin.com/company/glideapps/)glideapps.com (http://glideapps.com)) (https://www.linkedin.com/company/glideapps/) calmer and easier to scan.
Not trying to be fancy.. just clearer.
What we’re learning about the glass look:
It’s not pure transparency. It’s a soft blur + a hint of tint so content stays readable.
Depth comes from three gentle layers: background blur, a thin highlight border, and a soft shadow.
Contrast matters. Text should pass accessibility checks, or the “wow” quickly turns to “where?”
How we’re doing it in Glide with a touch of custom CSS:
Frosted cards/nav: light translucent backgrounds, small blur.
Subtle borders: 1px, low-opacity, to define edges.
Rounded corners and roomy spacing to reduce visual noise.
Minimal motion so the content, not the chrome, gets attention.
Tiny snippet that powers a lot of the feel:
.glass {
background: rgba(255,255,255,.08);
backdrop-filter: blur(12px);
border: 1px solid rgba(255,255,255,.18);
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,.2);
} 🚀 SkillSwap — Trade what you know for what you want to learn.
SkillSwap is a peer-to-peer skill exchange platform where professionals trade expertise without money. You teach me Python, I teach you photography. No payments. Just skills.
Core features:
Skill onboarding — list what you teach & want to learn
Discover partners by skill category
Send & manage swap requests
Personal dashboard — reputation score, upcoming & completed swaps
In-app messaging with matched partners
Reviews & ratings system
Built on Bubble AI — started with one prompt that generated the full foundation: 8 pages, complete database (User, Skill, SwapRequest, Message, Review), and UI. Then manually refined workflows, data sources, navigation, and UX.
Category: Social & Community + Dashboard
🔗 Live app: abuasifansari.bubbleapps.io/version-test
🔗 LinkedIn :
https://www.linkedin.com/posts/abuaasif_promptandcircumstance-promptandcircumstance-ugcPost-7474244917997957120-JOmo/?utm_source=share&utm_medium=member_desktop&rcm=ACoAACRm5rcB0nVG0_HUX6-IXfuWqNGquZ-jMQU
#promptandcircumstance #bubble #skillswap #nocode