BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Supabase UI Library/realtime-avatar-stack-nuxtjs

Realtime Avatar Stack

supabase-ui-library/realtime-avatar-stack-nuxtjs
UnverifiedBlock

Component which stack of avatars, tracked by realtime presence.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/flamingrubberduck/supabase-studio-multi-head/master/apps/ui-library/public/r/realtime-avatar-stack-nuxtjs.json

Source

registry/default/realtime-avatar-stack/nuxtjs/app/components/realtime-avatar-stack.vueraw.githubusercontent.com/flamingrubberduck/supabase-studio-multi-head/master/apps/ui-library/public/r/realtime-avatar-stack-nuxtjs.json
1<script setup lang="ts">
2import { computed } from 'vue'
3
4 // @ts-ignore
5import AvatarStack from '@/components/avatar-stack.vue'
6import { useRealtimePresenceRoom } from '../composables/useRealtimePresenceRoom'
7
8const props = defineProps<{
9 roomName: string
10}>()
11
12const { users: usersMap } = useRealtimePresenceRoom(props.roomName)
13
14const avatars = computed(() =>
15 Object.values(usersMap.value).map((user) => ({
16 name: user.name,
17 image: user.image,
18 }))
19)
20</script>
21
22<template>
23 <AvatarStack :avatars="avatars" />
24</template>

What it pulls in

npm packages

  • @supabase/supabase-js@latest

Other registry items

  • avatar
  • tooltip

Files it writes

  • registry/default/realtime-avatar-stack/nuxtjs/app/components/realtime-avatar-stack.vue
  • registry/default/realtime-avatar-stack/nuxtjs/app/components/avatar-stack.vue
  • registry/default/realtime-avatar-stack/nuxtjs/app/composables/useCurrentUserImage.ts
  • registry/default/realtime-avatar-stack/nuxtjs/app/composables/useCurrentUserName.ts
  • registry/default/realtime-avatar-stack/nuxtjs/app/composables/useRealtimePresenceRoom.ts

Facts

Registry
Supabase UI Library
Type
registry:block
Access
Unverified
Files written
5
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

supabase.com DrAkhilKolli/ExperimentSupabase on GitHub Raw registry item This item as JSON

More from Supabase UI Library

All 2 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Current User Avatarcurrent-user-avatar-nuxtjsSupabase UI LibraryBlocksUnverified1 dep · 3 files
Current User Avatarcurrent-user-avatar-vueSupabase UI LibraryBlocksUnverified1 dep · 3 files
Dropzone (File Upload) for Nuxt and Supabasedropzone-nuxtjsSupabase UI LibraryBlocksUnverified3 deps · 4 files
Dropzone (File Upload) for Vue and Supabasedropzone-vueSupabase UI LibraryBlocksUnverified3 deps · 4 files
Infinite Query Hookinfinite-query-hookSupabase UI LibraryBlocksUnverified2 deps
Password Based Auth flow for Nextjs and Supabasepassword-based-auth-nextjsSupabase UI LibraryBlocksUnverified2 deps · 17 files
Password Based Auth flow for Nuxt.js and Supabasepassword-based-auth-nuxtjsSupabase UI LibraryBlocksUnverified2 deps · 12 files
Password Based Auth flow for React and Supabasepassword-based-auth-reactSupabase UI LibraryBlocksUnverified1 dep · 5 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex