Skip to main content
Glama
Austinnui

vinance-recipes

by Austinnui

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
listRecipesA

List production-ready React/Next.js code recipes. Each recipe is a complete, copy-paste-ready implementation. Categories: animation, chart, component, module. Pro recipes are shown with a 🔒 badge.

searchRecipesA

Search recipes by keyword across titles, descriptions, tags, AND full source code. Works for any topic: button, card, chart, animation, toast, auth, modal, i18n, avatar, sidebar, etc.

getRecipeA

Get a recipe by ID. Returns complete, copy-paste-ready React/TSX source code with usage examples, props reference, and architecture notes. Module recipes may also include backend patterns. Pro recipes require VINANCE_API_KEY.

Prompts

Interactive templates invoked by user choice

NameDescription
explore-recipes
build-feature

Resources

Contextual data attached and managed by the client

NameDescription
recipe-animation-scroll-revealIntersection-observer scroll animations: fadeUp, fadeDown, fadeLeft, fadeRight, scale, blur. Includes StaggerReveal and AnimatedCounter.
recipe-animation-page-transitionRoute change loading bar with gradient progress and fade transition for Next.js App Router.
recipe-animation-shimmerShimmer skeleton loading effect for placeholders. Includes ShimmerWrapper, TextSkeleton, CardSkeleton, AvatarSkeleton.
recipe-animation-animated-dashboardSelf-animating marketing dashboard mockup with brand rankings, progressive SVG line chart, animated counter, and pulse animations. [Pro]
recipe-chart-simple-barLightweight CSS-only bar chart with gradient fills. No library required.
recipe-chart-rechartsGeneric chart wrapper for Line, Bar, and Pie charts using recharts with ResponsiveContainer. [Pro]
recipe-component-enhanced-buttonMulti-variant button (primary/secondary/ghost/gradient) with loading state, icon support, FAB, and IconButton.
recipe-component-enhanced-cardCard with default/glass/gradient/glow variants, optional 3D hover, mouse-tracking glow. Includes FeatureCard, StatsCard, TestimonialCard.
recipe-component-enhanced-inputInput and Textarea with label, error, hint, left/right icon, and purple focus glow.
recipe-component-loadingLoadingSpinner (spinning ring), Skeleton (pulse block), and PageLoader (full-screen branded loader).
recipe-component-protected-routeAuth-guarded route wrapper for Next.js. Checks token, redirects to login if unauthenticated. Supports plan/role requirements.
recipe-component-modalAccessible modal dialog with backdrop, title bar, X close button, and 4 size variants (sm/md/lg/xl).
recipe-component-user-avatarAvatar with 4 sizes (sm/md/lg/xl), round or square shape, and deterministic Unsplash fallback image keyed by username.
recipe-component-language-switcherGlobe-icon dropdown that reads/writes a locale cookie and reloads the page. Works with any list of locales.
recipe-component-legal-consent-modalFull-screen consent gate with checkbox, privacy/terms links, API submission, and loading/error states.
recipe-component-iconsProduct feature SVG icons organised by section color. Named maps for iterating over feature lists.
recipe-component-error-boundaryReact class component that catches rendering errors and shows a fallback or default "Something went wrong" screen.
recipe-module-dashboard-layoutSidebar + main content layout. PlatformSidebar with grouped nav sections, active state, user avatar, and logout.
recipe-module-header-footerFixed header with scroll-hide, backdrop blur, mega-dropdowns, mobile menu. Grid footer with logo, links, and status indicator.
recipe-module-auth-providerReact context provider that initialises auth from localStorage token on mount. Exposes isInitialized flag to children. [Pro]
recipe-module-locale-providerWraps next-intl ClientProvider with locale from cookie. Supports en/zh (extendable). Zero-flash locale detection. [Pro]
recipe-component-toastGlobal toast/alert system via React context. 4 types (success, error, warning, info), stackable, configurable duration. Zero dependencies.
recipe-component-onboardingMulti-step onboarding wizard with animated progress dots, slide transitions, skip button, and completion callback.
recipe-animation-typewriterTypes text character-by-character with blinking cursor. Cycles through multiple strings with configurable speeds.
recipe-component-drawerSlide-in side panel (left/right) or bottom sheet with backdrop, Escape key support, body scroll lock, and aria attributes.
recipe-component-faq-accordionAnimated expand/collapse accordion. Single or multi-open mode. Chevron rotation, smooth height transition.
recipe-component-tabsTab navigation with underline or pill variant, animated indicator, badge support, controlled/uncontrolled modes.
recipe-component-stepperNumeric increment/decrement stepper with min/max/step enforcement. Compact and full-size variants.
recipe-component-before-after-sliderDrag-to-compare slider for two images. Mouse and touch support, keyboard accessible, draggable handle. [Pro]
recipe-component-data-tableSortable, paginated data table with type-safe column config, loading skeleton, empty state, and optional row click handler. [Pro]
recipe-component-floating-labelInput with floating label that animates above the field on focus/fill. Includes password variant with show/hide toggle.
recipe-animation-parallaxMulti-layer parallax scroll effect. Elements move at different speeds creating depth. Configurable layers, speed multipliers, and direction.
recipe-animation-counterCounts up/down to a target number with easing. Supports duration, decimal places, prefix/suffix (e.g. $, %). Triggers on scroll into view.
recipe-animation-gradientSoft animated mesh/aurora gradient background. Configurable color stops, speed, and blur. Zero dependencies — pure CSS + React.
recipe-animation-floatSmooth floating hover lift for cards and buttons. Includes FloatCard, HoverScale, and PulseRing variants. GPU-accelerated transform.
recipe-chart-linePure CSS/SVG line chart with animated draw-on-mount. No library required. Supports multi-series, tooltips, and responsive container.
recipe-chart-donutInteractive SVG donut/ring chart. Tap-to-highlight segment, animated draw, center label slot, and legend. No library required.
recipe-chart-gaugeSemicircular gauge/speedometer chart. Configurable min/max/value, color zones (green/yellow/red), animated needle, and center readout.
recipe-chart-areaSVG area chart with gradient fill and animated path draw. Multi-series support, hover crosshair, and responsive wrapper.
recipe-chart-sparklineCompact inline sparkline for tables and dashboards. Line and bar variants, configurable color, no axes, minimal markup.
recipe-chart-heatmapGitHub-style contribution heatmap grid. 52-week × 7-day layout, configurable color scale, tooltip on hover, and week labels.
recipe-component-markdown-textLightweight markdown renderer with zero dependencies. Supports headings, bold, italic, code blocks, lists, blockquotes, and links. Includes ThinkingIndicator AI typing animation.
recipe-module-image-uploadDrag-and-drop image uploader with webcam capture (WebRTC), per-file progress bar, preview grid, and XHR upload. Web equivalent of a native camera picker.
recipe-module-chat-viewFull-featured chat UI: message bubbles, AI typing indicator, SSE streaming, copy-to-clipboard, and auto-scroll. Works with any LLM API. [Pro]
recipe-module-paywallSubscription paywall modal with Stripe Checkout, pricing tiers, restore purchase flow, and usePaywall hook. Web equivalent of StoreKit 2 subscriptions. [Pro]
recipe-animation-glow-sweepAnimated glowing conic-gradient border that rotates around a card. Configurable color, speed, and border width. Pure CSS, no canvas.
recipe-animation-light-sweepShimmer light that sweeps across a card on hover or in a loop. Configurable angle and color. Includes LightSweepButton variant.
recipe-animation-orbiting-logosIcons / logos orbiting a central element in configurable circular rings. Multi-orbit, counter-rotation, hover labels. CSS keyframes only.
recipe-animation-scanning-overlayAI / QR scanning effect overlay with animated scan line, corner brackets, pulsing dot, and status text. Web equivalent of VisionKit scanning UI.
recipe-animation-shaking-iconIcon or button that shakes/wobbles on hover, click, or error. 4 presets: notify, error, wobble, bounce. Includes notification badge and ShakeButton.
recipe-chart-radarPure SVG radar / spider chart. Multi-series, animated fill, hover tooltips, configurable axes and levels. No library required.
recipe-chart-scatterPure SVG scatter / bubble chart with multi-series support, hover tooltips, optional regression line, and Z-axis bubble sizing.
recipe-module-settings-pageFull settings page with language switcher, dark mode toggle, notifications, share button, legal links, and sign out. Configurable sections. Web equivalent of SWSetting.
recipe-module-background-removalRemove image backgrounds via remove.bg API. Drag-and-drop upload, XHR progress, before/after slider comparison, and PNG download. Web equivalent of SWSubjectLifting. [Pro]
recipe-module-tiktok-pixelTikTok Pixel browser integration + server-side Events API. Includes TikTokPixelProvider, useTikTokPixel hook, and sendTikTokServerEvent helper for Next.js. Web equivalent of SWTikTokTracking. [Pro]
recipe-catalogComplete list of all available Vinance Recipes (55 total: 45 free + 10 pro) with their metadata (id, name, description, tier, tags, category).

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Austinnui/vinance-recipes-skills'

If you have feedback or need assistance with the MCP directory API, please join our Discord server