# Branding URL: /about/branding Download official Mesh logos and assets for your projects, presentations, and integrations. *** title: "Branding" description: "Download official Mesh logos and assets for your projects, presentations, and integrations." ---------------------------------------------------------------------------------------------------------- import Link from "next/link"; import Image from "next/image"; Use the official Mesh brand assets when you reference Mesh in your application, documentation, or marketing materials. This page provides all logo variations and guidelines for proper usage. ## Logo Downloads Download the Mesh logo in your preferred format and color scheme. Use SVG files for web applications where possible, as they scale to any size without quality loss. ### Standard Logos Choose between black and white versions depending on your background color. mesh-black-512
Download black logo:
SVG {["16x16", "32x32", "64x64", "128x128", "256x256", "512x512"].map((size) => ( {size} ))}
mesh-white-512
Download white logo:
SVG {["16x16", "32x32", "64x64", "128x128", "256x256", "512x512"].map((size) => ( {size} ))}
### Logos with Title Use these versions when you need the Mesh name alongside the logo. mesh-black-title-512
Download black logo with title:
SVG
mesh-white-title-512
Download white logo with title: SVG
### Logo with Background Use this version for social media profiles or when you need a standalone image with built-in contrast. mesh-background
Download logo with background:

PNG

## Available Formats | Format | Best For | Sizes Available | | ------ | ----------------------- | ----------------- | | SVG | Web, print, any scale | Vector (scalable) | | PNG | Social media, documents | 16x16 to 512x512 | ## Usage Guidelines When using Mesh branding: * **Maintain aspect ratio** - Do not stretch or distort the logo * **Ensure contrast** - Use the black logo on light backgrounds and white logo on dark backgrounds * **Provide spacing** - Leave adequate clear space around the logo * **No modifications** - Do not alter colors, add effects, or combine with other graphics ## Related Resources * [Support Us](/about/support-us) - Ways to contribute to the Mesh project * [Project Catalyst](/about/catalyst) - Our funded proposals and development roadmap # About Mesh SDK for Cardano URL: /about Mesh is an open-source, production-ready TypeScript SDK for Cardano blockchain development. Transaction builders, wallet integrations, and data services for building dApps. Built and maintained by an active community of builders. *** title: "About Mesh SDK for Cardano" description: "Mesh is an open-source, production-ready TypeScript SDK for Cardano blockchain development. Transaction builders, wallet integrations, and data services for building dApps. Built and maintained by an active community of builders." ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- import Image from 'next/image'; import Link from 'fumadocs-core/link'; import { SiDiscord, SiX, SiGithub } from "@icons-pack/react-simple-icons"; import { GlobeAltIcon } from '@heroicons/react/24/outline'; import {team} from "@/data/team"; import { cn } from "@/lib/cn"; import { buttonVariants } from "@/components/ui/button";

Mesh Builder Community

{ team.map((member) => (
{member.name}

{member.name}

{member.twitter && } {member.linkedin && ( )}
)) }
All Contributors

What are we working on?

Check our GitHub repositories to see what we are currently working on.

Incorporation

MeshJS Pte. Ltd. is a company registered in Singapore since 2023, with the registration number (UEN): 202344120W.

Ecosystem

Mesh SDK is built for the Cardano blockchain, implementing key standards including CIP-30 (wallet connectivity), CIP-25 (NFT metadata), and CIP-95 (governance). Learn more about Cardano's eUTXO model.

Status

Stay up to date with our latest releases, tests and build status.

Published on NPM

Build status

Publish status

# Support Us URL: /about/support-us Help grow the Mesh ecosystem through community engagement, contributions, and advocacy. *** title: "Support Us" description: "Help grow the Mesh ecosystem through community engagement, contributions, and advocacy." ------------------------------------------------------------------------------------------------------ import Link from 'fumadocs-core/link'; import Image from 'next/image'; import { cn } from '@/lib/cn'; import { buttonVariants } from '@/components/ui/button'; Mesh is an open-source project maintained by developers who believe in making Cardano accessible to everyone. Your support helps us continue building tools that empower the next generation of blockchain applications. ## Ways to Support ### Follow on Twitter Stay informed about new releases, features, and ecosystem updates. Engaging with our posts helps spread awareness to other developers.
Follow @meshsdk
Twitter/X logo
### Star the GitHub Repository GitHub stars help developers discover Mesh when searching for Cardano development tools. Each star increases our visibility in the ecosystem.
Star on GitHub
GitHub logo
### Join the Discord Community Connect with other Mesh developers, get help with your projects, and contribute to discussions about new features. Our Discord is the fastest way to get support.
Join Discord
Discord logo
### Add the Mesh Badge Display the Mesh badge in your application to show users you build on reliable infrastructure. The badge links to Mesh and helps grow our developer community.
```tsx import { MeshBadge } from '@meshsdk/react'; export default function Page() { return ( <> ); } ```
Mesh badge preview
### Donate Financial contributions help fund development, infrastructure, and community events. Every donation directly supports open-source Cardano tooling.
Donation options coming soon
## Other Ways to Contribute | Contribution | Impact | | ---------------- | -------------------------------------- | | Report bugs | Help us identify and fix issues faster | | Submit PRs | Add features or fix problems directly | | Write tutorials | Help other developers learn Mesh | | Answer questions | Support newcomers in Discord | | Vote in Catalyst | Fund continued development | ## Related Resources * [Project Catalyst](/about/catalyst) - Track our funded proposals * [Branding Assets](/about/branding) - Download official logos * [GitHub Issues](https://github.com/MeshJS/mesh/issues) - Report bugs or request features # MeshAI Chatbot URL: /ai/chatbot Get instant answers about Mesh SDK using contextual AI retrieval *** title: "MeshAI Chatbot" description: "Get instant answers about Mesh SDK using contextual AI retrieval" ------------------------------------------------------------------------------- import Video from "@/components/ui/Video"; MeshAI is an AI-powered chatbot that answers your Mesh SDK questions instantly. It uses contextual retrieval to search through documentation, code examples, and starter templates to provide accurate, up-to-date responses. ## Overview MeshAI combines vector embeddings with large language models to deliver accurate answers without hallucination. When you ask a question, the system: 1. Converts your query into a vector embedding 2. Searches Mesh documentation for semantically similar content 3. Retrieves the most relevant context 4. Generates a response grounded in actual Mesh documentation ## Use Cases * **Quick API lookups** - Find method signatures, parameters, and return types * **Code generation** - Get working code snippets for common tasks * **Concept explanations** - Understand Cardano and Mesh concepts in plain language * **Troubleshooting** - Describe errors and receive solutions ## Quick Start 1. Navigate to the [Mesh documentation site](https://meshjs.dev) 2. Click the chat icon in the bottom-right corner 3. Type your question and press Enter No API keys or setup required. ## Example Response