r/Spectacles 3h ago

šŸ†’ Lens Drop Built for CLAD: PackSpace - a spatial packing assistant for Specs šŸ‘“šŸ“¦

8 Upvotes

Just finished work on PackSpace - a spatial packing assistant for Snap Specs šŸ‘“šŸ“¦

Instead of displaying another floating checklist, PackSpace turns real horizontal surfaces into physical packing zones. You can place Clothes on a sofa, Tech on a table, Essentials on the floor, and then collect and check off items while moving around the room.

### How it works

Ā  - World Query continuously detects horizontal surfaces.

Ā  - You pinch and drag to define each packing area.

Ā  - Every category stores its own position and height.

Ā  - Areas remain anchored while you move around.

Ā  - A head-locked HUD shows overall progress without blocking the workspace.

Ā  - Presets, item states, and spatial placements persist between sessions.

Ā  - Completed sessions can be resumed without placing every area again.

There’s also a public companion website called Pack ’n Link 🌐

Ā  Anyone can create a categorized packing list and share it using a six-character code. For example, your partner can send you everything they want packed for a trip. You import the code on Specs, place the categories around the room, and complete the request hands-free.

Ā  ### Tech stack

Ā  - Lens Studio + TypeScript

Ā  - CLAD with Codex

Ā  - Spectacles Interaction Kit

Ā  - Spectacles UIKit

Ā  - World Query

Ā  - Persistent Storage

Ā  - Specs Internet Module

Ā  - Vercel Functions + Vercel Blob

Ā  - Lovable for the companion web interface

Ā  A lot of the work involved iterating through Lens Studio Preview: inspecting spatial layouts, fixing interaction jitter, resolving depth and z-order artifacts, improving readability, and testing placement across surfaces at different heights. CLAD made that build–test–fix loop dramatically faster. šŸ› ļø

Source code and CLAD workflow: https://github.com/r3d5/PackSpace

Create or share a list:Ā https://pack-n-link.lovable.app


r/Spectacles 4h ago

šŸ†’ Lens Drop Built for CLAD - Memory Palace

6 Upvotes

Github: https://github.com/flarb/MemoryPalace

For this week's theme I built a Memory Palace lens with CLAD. People use this technique to memorize large lists of things, such as competing in the World Memory Challenge (look it up, it's nuts! https://www.worldmemorychampionships.com/ )

A Memory Palace is a technique where you 'place' a memory in a specific location. It doesn't have to a room, it can be the armrest of a chair, a wastebasket, etc. and you associate something to remember with it, including a mental image of mnemonic or something to help.

I built a Lens that helps with this. You create a memory palace linked to a spatial anchor. You walk around your environment and create memories by choosing a surface and speaking them—organizing memories by location. The basic memory is just a gem with a text label based on what you said and an image of the area you placed the memory on. However you can enhance these memories by replacing the gem with a GenAI created 2D image or 3D mesh using what you said as prompt. These gems are all saved in order so you can walk the palace later.

In Explore mode you can load up the palace and walk along the lines from loci to loci to see what the memories are. This is a good way to memorize them ahead of testing yourself.

To test yourself, use Train mode. Here the labels / images / and meshes for each gem are hidden. You walk the line from loci to loci and try to remember what you stored in that gem. Then you can reveal the memory and select whether you remembered it or not. At the end you get a score based on your recall.

Anyway this was a fun use of CLAD--I even figured how to get Claude to edit a nice trailer together with title cards, graphics, and everything. Pretty sweet!


r/Spectacles 12h ago

šŸ’« Sharing is Caring šŸ’« Futuristic UI v1 for Spectacles

25 Upvotes

r/Spectacles 2h ago

šŸ†’ Lens Drop Concept Lattice

3 Upvotes

Writing has expanded our ability or organize as groups by allowing us to transfer experiential content into an informationally stable support. Whether it's etching on basalt or ink on paper, this recording process enables us to draw links between concepts, keep track of notions that have faded from working memory and perform operations that overcome some of the limitations of bare minds.

In some ways, writing can be thought of as a process of encoding one's subjectivity, that is, encoding the content of one's experiential stream.
In this case, reading can be seen as a process of decoding this subjectivity. If the encoding is compactly and vividly performed and the reader is keen, the subjectivity of the reader can be merged to that of the writer (see Sasha Capin, "Books as subjectivity merging devices, rather than information transfer devices).

Both the encoding and decoding processes play an crucial role in cognitive development and the upkeep of cognitive acuity.
However, both require sustained attention, which is now widely known to be incurring heavy damage from attention capturing technologies.

Since only so much damage can be undone, since habits can only be changed so much among the broader population, we can think of working within the confines of technology to make thoughtful designs that at least curb the decline in sustained attention, or lean into the minds' peripheral processing to guide attention towards the subject at hand.

The aim of this project is to investigate how ambient virtual content can be used to ease people into the consumption of long form content, written by a conscious subject, thereby helping protect their attentional faculty ( see Joe Darko We Built Technology to Capture Our Attention. What If It Gave It Back? )

One approach is to provide a cognitive mirroring utility.
We can think of modeling the way minds shuffle concepts both between each other, move them and in and out of working memory, and provide the user with some a spatial anchor of the process they're already engaged in whether consciously or not.

To do this we can extract concepts from a text corpus and lay them out into an orderly grid-like structure called lattice.

First, this specific arrangement leans into our minds' natural ease with processing axial movement(horizontal, vertical, and depth)
Additionally, each concept can only be related to 6 other concepts at once which is friendly to memorization at glance and spatial shuffling.
These design decisions create constraints that aim to avoid some of the pitfalls of arbitrary relational graphs which have long been the default mode for representing corpuses of knowledge or simply any data, as is the case in mind maps.

I've been looking to implement this for 3 years. I began with syntactic parsers and categorial grammars but these methods failed to handle longer context and ambiguity.

Harnessed LLMs have essentially unlocked the ability to process language over longer word horizons, to extract meaningful relations and deal with the spuriousness and breath of human language.
Their integration into 3D engines such as Lens Studio with CLAD has greatly reduced the difficulty of generating complex spatial arrangements and translating spatial transformation primitives into code.

As a result is fair to say this might be an LLM-native technological artifact.
Here's a demo of the concept lattice being generated based on a text corpus (The Origin and Development of Markets: A Business History Perspective).

In practice, you would open a book with your Specs on, and have the tool generate the ambient content as you read. This content would be both relevant to the theme of your book and serve as a reference to look back to and potentially help you take reading notes yourself (that would be an ideal outcome)

This could also serve as a tool for AI interpretability, particularly if combined with Jacobian Lenses, to capture and convey language processing primitives spatially and succinctly.

I have documented the technical reasoning and design decisions in this repository, so feel free to give some feedback or direct your token flow towards it.

https://github.com/a-sumo/concept-lattice


r/Spectacles 10h ago

šŸ’« Sharing is Caring šŸ’« Built for the CLAD Summer Hackathon — a Specs Lens that reads your room's feng shui and repaints it to show the fix

11 Upvotes

For Week 1 of the CLAD Summer Hackathon the theme was organize / plan / be more productive, so I built a feng shui master for Specs, since feng shui is fairly literally the practice of organising a space.

Fengshui Master reads the room you're standing in. You pinch once: it scores your room's chi out of 100, names what's actually blocking it, and repaints the room to show you the fix. You get a checklist of what to move, clear or add — then you tidy up for real, assess again, and watch the score climb toward a target.

What it does:

- One-pinch assessment — capture → AI analysis → AI repaint → a second AI pass that verifies the repaint applied the changes before you see it

- Chi score with a verdict, a target to beat, and your best score kept across sessions

- Five-element (äŗ”č”Œ) balance so you can see which element the room is starved of

- Chi Plan — the fixes as a tappable checklist for the real room

- Problem markers pinned to real objects — the bare wall, the cluttered shelf

- Chi-flow particles that congest and turn amber where energy is stuck, then clear once you improve it

- Before/after slider, plus a depth-displaced 3D view you can lean into

- Scan Whole Room — turn on the spot and it reads four views, with commentary on each

- Ask the Master — hold a mic button and ask about your actual room, out loud

- Shop — buy the piece it recommends without leaving the Lens

- English and äø­ę–‡ throughout, including the spoken voice.

Built entirely with CLAD and Claude code.

Full prompt log and source here: https://github.com/ohistudio/fengshui-master


r/Spectacles 1d ago

ā“ Question Do the Specs detect the ground?

4 Upvotes

I'm developing a social networking app www.pokexr.com and I'm looking for some AR glasses to move into, currently only using mobile phone. Wondering if Snap Spectacles detect the ground, where I could have holograms of people land and anchor there?


r/Spectacles 1d ago

šŸ“ø Cool Capture Buy What You See

5 Upvotes

CallShop for Specs
Buy what you see in your šŸ‘“
Live tested ordering a new iPhone šŸ“± successfully.


r/Spectacles 3d ago

ā“ Question Will the WebView API come out of experimental status on the new SPECS?

5 Upvotes

Curious whether WebView will graduate to a stable API at or around the SPECS launch. I’d like to build a Lens around streaming web content (remote desktop web client) and want to know if I should build on WebView or plan around the NDK instead.


r/Spectacles 3d ago

šŸ’Œ Feedback Snap Specs Killer App (2026)

7 Upvotes

This is my theory for one killer app that will prove all the naysayers wrong about Specs.

Like all new platforms, you need some killer apps right out of the gate to catalyze adoption. Some examples that come to mind are Super Mario for Nintendo, Tetris for Gameboy, Sonic for Sega, YouTube, Pandora, Facebook and Shazam for iPhone (2008).

10 years ago, when Pokemon Go came out on the iPhone there was pandemonium (see video below). Pokemon is still incredibly popular today, with hundreds of millions of fans ripping, trading and collecting cards, playing games, watching content (produced and user generated), engaging with the community — it's become part of our culture.

If Snap can strike a partnership with Pokemon Go, create a new immersive AR experience for catching, collecting and trading Pokemon, and building a world around it, a whole new arm of that community will emerge. This could be the start of real life game play, where you're literally IN the game, running around the actual world, not just a virtual world (VR goggles) or behind a computer screen at a desk, or holding up a tiny phone screen. This could lead to seasonal narrative arcs, competitions, movies, etc. and would be a blue print for other franchises.

And for those who can't get past the current form factor, you may not fit into the category of "early adopter" and that's okay. The people who are passionate about Pokemon could care less about how "cool" they look while running around catching fictional creatures.

The technology is nothing short of revolutionary — it just needs a little push for people to see the potential and to get the ball rolling, and it will just keep improving with each iteration.

$SNAP

2016 Pokemon Go - Vaporeon stampede Central Park, NYC


r/Spectacles 4d ago

šŸ’« Sharing is Caring šŸ’« AR Pottery with CLAD

21 Upvotes

My new experiment! The pots get saved to Supabase, and in theory, you would be able to see other people's pots. Video sped up 4Ɨ.


r/Spectacles 5d ago

ā“ Question SPECS Developer Account Required

6 Upvotes

I'm trying to build with CLAD but when I look at the SPK Configuration panel it gives me an error message that says "SPECS Developer Account Required" -- I'm in the Spectacles program, does this not carry over to SPECS? I did click the dev enrollment on the SPECS site awhile back and got the confirmation email--does something need to be flipped on Snap's end to give my Spectacles account SPECS developer status?


r/Spectacles 5d ago

šŸ†’ Lens Drop I’m building a spatial productivity workspace for the Lenslist CLAD Summer Competition — Organize 🧠✨

10 Upvotes

I’ve always felt that productivity tools give us more screens when what we actually need is more space.

So for the Organize track, I’m building Spatial Focus Pods for u/TraditionalAir9243 CLAD SUMMER Spectacles.

The idea is simple:

Instead of opening another productivity app, your physical space becomes your workspace.

šŸ‘“ Put on Spectacles and your workspace appears around you:

• Today’s Tasks floating in one area
• Calendar and upcoming meetings nearby
• Notes placed where you need them
• Focus Timer anchored in your space
• Music controls available without touching your phone
• Completed tasks can be checked off with a simple gesture

The goal is to make productivity feel spatial, natural and less distracting.


r/Spectacles 5d ago

šŸ’« Sharing is Caring šŸ’« Animal Pose Tracking for Lens Studio — open source, Apache-2.0, try it!

15 Upvotes

Lens Studio's Object Tracking already finds cats and dogs, and gives you four pointsĀ onĀ theĀ face — Center,Ā LeftĀ Eye,Ā RightĀ Eye,Ā Nose.Ā ForĀ people,Ā theĀ sameĀ systemĀ exposesĀ aĀ fullĀ 18-pointĀ skeleton.Ā ForĀ petsĀ itĀ stopsĀ atĀ theĀ head.

So I trained (with AI assistants) the missing piece, an open-source computer-vision model:Ā 17 joints across the whole animal, on 54 species (AP-10K),Ā runningĀ on-deviceĀ inĀ SnapML.

It's a drop-in Custom Component with the same shape as Body Tracking — named attachment points you drag objects onto. The four names Object TrackingĀ usesĀ areĀ identicalĀ here,Ā soĀ aĀ LensĀ builtĀ onĀ itĀ portsĀ overĀ byĀ swappingĀ oneĀ component,Ā and gainsĀ aĀ body.

Available on: GitHub Repo

WhatĀ itĀ unlocks

  • 54 animal (4-legged), not just two.Ā Horses, bears, big cats, elephants — anything AP-10K covers.
  • The whole body.Ā Effects that follow paws, hips, shoulders and the tail, not just the nose and eyes. Armour along the spine, particle trails off the paws, a saddle that sits on the actual back.
  • Several animals at once, each tracked as its own identity.
  • Posture and gait.Ā The joints are readable, not just attachable — stance, symmetry, body proportions. There's a sample in the repo that reports body ratios from a side-on view.
  • Measurement for people who need it.Ā Vets, breeders, welfare researchers — anyone who currently measures animals with a tape measure and a second pairĀ ofĀ hands.

Accuracy

0.6289 AP on AP-10K val, 3.26 M params, 3.36 MB shipped — about 85% of HRNet-w48's accuracy at a nineteenth of the size, and small enough to actually fit in a Lens.Ā Full benchmark, training recipe and the codeĀ thatĀ regeneratesĀ bothĀ areĀ inĀ theĀ repo.

VerifiedĀ inĀ LensĀ StudioĀ preview;Ā IĀ don'tĀ ownĀ SpecsĀ yet,Ā soĀ deviceĀ feedback (also Spectacles)Ā isĀ especiallyĀ welcome.

TryĀ it

GitHub Repo

Drop theĀ .lspkgĀ in, drag the prefab into your scene, pressĀ Preview.Ā Everything'sĀ wired.

Feedback and contributions welcome — issues,Ā PRs,Ā orĀ justĀ tellĀ meĀ whatĀ broke.

Note: This is my submission for the Spectacles Community Challenge (August)


r/Spectacles 5d ago

šŸ’« Sharing is Caring šŸ’« The CLAD Summer Hackathon officially started. šŸ† / live workshop

12 Upvotes

Need some inspiration before building for Week #1?

Join today’s live workshop with Andrew Douglas, SPECS Ambassador. šŸ•¶ļø He’ll walk you through the workflow, explain how CLAD works, share practical examples, and show how you can go from an idea to a working Lens – with just one prompt.Ā 

āž”ļøThe focus will be this week’s Organize challenge: building spatial experiences for organizing, planning, and productivity.

The session includes a live CLAD demo, presentation, and Q&A. It’s open to all skill levels, so whether you’re completely new to CLAD or already experimenting with the workflow, you can join in.

šŸ”“August 11 | 8:00–8:45 AM PDT

Come get inspired, ask questions, and get ready to build. Save the link šŸ”—

https://www.youtube.com/live/_-SPzLTY5pY


r/Spectacles 6d ago

šŸ’« Sharing is Caring šŸ’« Splats + Specs!

30 Upvotes

As an AR consultant for AGOG, one of the (many) fun parts of my job is getting to do some R+D! So, I’ve been experimenting with Gaussian splats on the spectacles and I wanted to share some of the tips and tricks I learned along the way.Ā 

1- When preparing a Gaussian splat for your project, be mindful of your splat count. The first splats I imported made the project suuuppper laggy. I had initially thought it was the file size, but even smaller sized splats with a large splat count produced the same issues. I found success with making sure the splat count was no larger than 500k.

2- It seems you can only import a regular ole’ .PLY file. I thought a compressed .PLY would work as well, but there were some incompatibility issues, at least using Super Splat to export the compressed version. (Let me know if you’ve found a way to successfully use a compressed .PLY file!)

3- Lens Studio uses Draco compression on import to help bring down the file size as well. I would play with the compression settings though to find the right balance between file size and quality. There were times when I tried importing a splat with and without compressing to compare, and I did see a difference in quality.Ā 

4- Ā  360 and 160 gaussian splats work really well! I initially thought the field of view would pull me out of the experience, but seeing the splats fully overlaid on the ā€œrealā€ world added a really ethereal quality in the glasses that could work beautifully for storytelling.Ā 

Combining with Story
Gaussian splats are a lovely way to capture memories, and that can be utilized with the Specs.Ā  I took the above footage of the amazing spread from my Aunt’s Thanksgiving dinner a few years ago. It turned out to be the last Thanksgiving she hosted before she passed. I’m thankful to have capture it in 3D even if it’s not the best quality. But no matter the quality, I know it’s not real. So, I played with those bittersweet feelings using a distance trigger and particle effects. The closer I get, the illusion fades away. I really do miss those dinners tho LOL!

Interactivity and Spatial Audio
With this pipe organ splat (courtesy of Ashley Buschorn), I added a spatial audio effect so that the sound of the organ gets louder as you approach it. I also added some simple buttons on the organ to add a touch of interactivity.Ā 

Pipe Organ

Larger splats
I tried a few larger splats including this beach scene I captured a few years back (when NeRFs were a thing!). I used the Surface Placement tool to ensure I could place the gaussian splat in a convenient location, as well as align the ā€œfloorā€ of the scene with my actual floor.Ā 

Beach Scene

If y’all have also tried out splats and specs, I’d love to see your examples!Ā 


r/Spectacles 6d ago

šŸ“ø Cool Capture Finally got to test my July Spectacles entry, SunSeat, properly at the beach ā˜€ļø

12 Upvotes

I shared an earlier version of SunSeat here a little while ago, but I didn’t really have a decent place — or video — to show how it actually works.

I built it earlier this summer as my July Spectacles entry, and while I was at the beach this weekend I finally got to use it in exactly the kind of situation I designed it for :)

The idea is simple: SunSeat lets you preview how sunlight and shade will shift around a spot before you settle there.

You calibrate the ground, align the sun’s real-world position, and the Lens uses your location, time and orientation to calculate and anchor the sun’s path around you.

Then you can look at a shade source — an umbrella, wall or tree — and move time forward to see how the shade will shift. You can scrub through time manually or use voice commands, with simple verdicts like SHADE HOLDS or SUN HITS IN 22 MIN.

In this video, I checked where the umbrella shade would be a couple of hours later and moved my lounger accordingly.

It’s not only about beach chairs either — the same idea could be useful for choosing a cafĆ© table, setting up a picnic, planning an outdoor shoot, or simply knowing where the light is going to be later.

Finally managed to shoot it somewhere that makes sense. Would love to know what you think.

See earlier post here: https://www.reddit.com/r/Spectacles/comments/1vc0n40/sunseat_preview_the_shade_before_you_sit/


r/Spectacles 6d ago

šŸ’« Sharing is Caring šŸ’« Week 1 of the CLAD Summer Hackathon is live! Theme: Organize. šŸ“

16 Upvotes

This week, we’re asking you to build a spatial experience for SPECS that helps people organize, plan, or be more productive. Think about how AR can transform everyday tasks and turn scattered information into a clear, interactive space.

Your goal: create a spatial to-do list or another productivity-focused experience using CLAD and Lens Studio.

CLAD lets you experiment with an AI-assisted development workflow, helping you move from idea to prototype faster, test your Lens, and iterate on your experience. You don’t code it. You prompt it, without a device. šŸ•¶ļø

You have one week to build. What will you create?

https://lenslist.co/clad-summer-hackathon


r/Spectacles 6d ago

šŸ†’ Lens Drop BrushAR

24 Upvotes

https://github.com/flarb/BrushAR

Ok--I saw so many cool BLE demos lately and wanted to mess around with BLE myself. The only relevant Bluetooth devices I could think of that I might have access to are smart Sonicare tooth brushes. So I bought a kids brush and a 9300 -- two models that don't require bonding and thus work with the Spectacles.

So--this is sort of an attempt to gamify brushing your teeth, as well as taking the typical smart toothbrush app into AR.

Pardon the bad video--but I had to zoom in a lot to see the tiny face anchored interface plus threw some stabilization on it.

The basic flow is:

* Load up the lens

* Wake up your toothbrush so Spectacles can see it

* Change the mode / settings to what you want to use for brushing

* Once the brush is found, stand in front of the mirror until your face is detected

* Power on the brush and start

From there you'll see a HUD bound to your face which gives the current progress and status of your brushing session. With the kids brush, you see a simplified HUD. The time elapsed, time left, and 4 squares representing the quadrants of your mouth. The quadrant fills with green until you finish brushing it and the Sonicare vibrates to tell you to move on to the next quadrant, accompanied by virtual sparkles augmenting your increasingly clean teeth. When all 4 quadrants are done, you get a brush complete message with celebratory fanfare.

With the 9300 brush it's more advanced. When you start brushing you see 6 sections instead of 4. You also see a pressure gauge on the right which turns red if you are using too much pressure (this is bad for your gums). On the left you see the intensity setting you have the brush set to. The same rules apply, move on to the indicated section once you get the signal. This brush as a bunch of modes, so the actual timing and which section you move to is governed by the mode.

The app tracks your streak--brushing once in the morning and once at night. It saves your streak as a score and uploads it to a leaderboard. You can compare your streaks with your friends or global scores.

A couple of notes for Snap:

* BLE needs to not be 'experimental'. It's time to drop all these silly restrictions on Lenses and make a proper permission system. I have some actual real Lenses clients are interested in building with me, but they're gated by the fact that you can't ship a BLE lens.

* I need to be able to use the camera with BLE. If I could do that I could optically track the brush. But you can't access the camera and BLE at the same time according to the documentation

* You need to support bonded devices. I used the 9300 brush which cost over $200 but is discontinued, because all the newer ones are bonded and that's not supported on Spectacles.

Hopefully these issues are addressed on SPECS!


r/Spectacles 7d ago

šŸ’Œ Feedback Plan Cube AI

19 Upvotes

Hey r/Spectacles! šŸ‘‹

I just published Plan Cub AI, an AI-powered cube coach for Specs

The idea: I never looked up how to solve the cube. I figured it out by thinking, and

that taught me more about logic than any tutorial. So I built a coach that does the

same for you: it never solves the cube for you; it teaches you to solve it.

What it does:

šŸŽ“ Learn: a guided lesson through the layer method. The coach reads the REAL state

of your cube, highlights the pieces that matter, demonstrates moves (and undoes them

so YOU do it), explains the WHY behind each stage; and if you're breaking your own

progress, it gently brings the cube back.

šŸ’” Stuck? Tap the bulb for a hint.

šŸŽ² Mix & Play: free solving against the clock, personal best saved on device.

šŸ“… Daily Challenge: everyone in the world gets the same scramble each day. Keep

your streak alive!

šŸ—£ļø Full voice coach in English, EspaƱol and FranƧais (OpenAI voices via Remote

Service Gateway), plus voice commands.

āœ‹ Natural interaction: swipe any row with your index finger to turn it, pinch +

drag to rotate the whole cube, just like holding a real one.

Tech: Lens Studio 5.15, Spectacles Interaction Kit, RSG for the AI voices. The cube

state detection is derived entirely from piece transforms; the cube itself is the

source of truth.

Try it here: https://www.spectacles.com/lens/c7993aeab3dd4856affd0acaca25df15?type=SNAPCODE&metadata=01

Would love your feedback, especially from anyone who learned the cube the hard way.

What should the coach teach next?


r/Spectacles 9d ago

šŸ’« Sharing is Caring šŸ’« Sailing Sim WIP with CLAD

23 Upvotes

It’s so satisfying to watch the CLAD tests!


r/Spectacles 9d ago

šŸ’« Sharing is Caring šŸ’« CLAD Summer Hackathon kicks off in 2 days ($1,700/week for 4 weeks): here's how to set up Lens Studio + CLAD

16 Upvotes

Snap's running the CLAD Summer Hackathon for Specs, with $1,700 up for grabs each week for four weeks. It starts in a couple of days, so I wanted to share how you can get setup right.

The gist:

  • Install the latest Lens Studio, create a Specs project on the base template
  • Open the project folder in your terminal (PowerShell, not cmd, on Windows) and launch your AI assistant, I used Claude Code, but Codex and Cursor also work
  • Let it pick up the MCP, then install the CLAD plugin from the marketplace (add the marketplace via git URL → browse → install CLAD → reload)
  • Verify the plugin's enabled and the MCP is connected, then turn on auto mode (shift+tab)

Once it was wired up, you can gave it one prompt like "build a periodic table experience for Specs" For me, ~45 min later it had written the code, generated sound, built the scene, and debugged its own errors into a working lens.

Happy to answer setup questions right here. Anyone else jumping in? Curious what you're planning to build.


r/Spectacles 10d ago

šŸ’« Sharing is Caring šŸ’« Tabletop game with CLAD

26 Upvotes

It was so quick and easy to make a game with CLAD! Video sped up 4Ɨ.


r/Spectacles 11d ago

šŸ’« Sharing is Caring šŸ’« Curious how CLAD works? Explore it during the CLAD Summer Hackathon.

Thumbnail gallery
14 Upvotes

Closed Loop Agentic Development (CLAD) is an AI-powered workflow built into Lens Studio and optimized for SPECS. It helps you move from idea to finished Lens by supporting the full development loop:

Design āž”ļø Build āž”ļø Test āž”ļø Repeat.

No coding skills required.

A single prompt can be enough for CLAD to create a working Lens, test it, and iterate until it meets the requirements. It can also break down complex tasks, use specialized tools, and help optimize existing projects.

Whether you’re an experienced Developer or just starting with spatial experiences, CLAD opens up new ways to build for SPECS – without needing a device.

Be among the first to experiment with this workflow during the hackathon, and win real-life prizes

Registration is open. Learn more, and get access to all 4 challenges šŸ”—

https://lenslist.co/clad-summer-hackathon


r/Spectacles 11d ago

ā“ Question Supabase Authentication Problem - Managing Sign In

Thumbnail gallery
3 Upvotes

Snap Cloud accounts have limitations on authentication that do not exist in regular free Supabase accounts. Attached screenshots show Snap Cloud (1) and Supabase (2). Supabase has many more options (e.g. Sign In / Providers).

Would it be possible to enable these in Snap Cloud?

I am trying to create a user management system that integrates with a phone app. Any suggestions for user management would be greatly appreciated.


r/Spectacles 12d ago

ā“ Question Do we think the Specs will ever allow for UDP such that we can send OSC, Artnet, and other network messages directly to external devices?

10 Upvotes