Skip to content
@xano-community

Xano Community

Xano Community

Open-source Xano code, shared by the community. Push it to your workspace with the Xano CLI — or hand the repo URL to Claude Code and let it install for you — then make it yours.

🌐 xano.com  ·  📚 docs  ·  💬 community


📦 Repo types

Every repo falls into one of four categories. Filter by topic to browse.

Type What it is Filter by
🏗️ Template A full or partial app — backend (often frontend too), meant to be forked as a starting point xano-template
🔌 Integration Functions, endpoints, or workflows that connect Xano to an external service xano-integration
🧩 Module A reusable unit that combines multiple pieces for a broader directive (audit logging, RBAC, retries) xano-module
Action A single function (or tight set) that does one precise thing xano-action

Every repo also carries 1–2 domain topics (payments, notifications, ai …) and an optional specific topic (stripe, openai, slug). Stack filters in GitHub search to narrow down — e.g. topic:xano-integration topic:payments.

Full tag taxonomy and naming conventions in CONTRIBUTING.md.


🔌 Integrations

Third-party API wrappers. Each repo ships XanoScript functions you can push straight to your workspace.

Payments & Commerce

Messaging & Communications

CRM & Support

Developer Tools

Infrastructure & Monitoring

AI & Productivity


🏗️ Templates

Finished apps you can fork. Each ships a XanoScript backend you push to your workspace and a single-file HTML frontend that prompts for your Xano instance URL on first load.

App What it is
support-ticketing Support / helpdesk ticketing with SLAs, priorities, categories, comments, and a dashboard
asset-tracking IT asset inventory with assignments, maintenance logs, locations, and categories
purchase-approvals Purchase requisitions with line items, vendors, and sequential multi-step approvals
client-intake Client intake / CRM app for capturing and managing inbound leads

🧩 Modules

Reusable building blocks — bigger than an action, smaller than an app. Each ships tables, helper functions, and a tight HTTP surface you can drop into any workspace.

Module What it is
audit-log Append-only audit-event capture with a reusable record function and filtered query/stats APIs, so any XanoScript can log who did what to which resource
rbac Role-based access control with roles, permissions, user assignments, and a single check function you can drop into any endpoint to gate access
notify-router Multi-channel notification router that fans a single notify call out to email, SMS, Slack, and webhook channels based on per-user, per-topic preferences
webhook-inbox Inbound webhook receiver with per-source HMAC verification, automatic idempotency on replays, and every request persisted for downstream processing
job-retry Durable job queue with atomic claim, exponential-backoff retries, and a dead-letter tier you can inspect and requeue from

Got an idea for another? Open an issue.


⚡ Actions

Coming soon. Want to contribute one? Open an issue with your idea.


🛠️ Install anything in this org

Option A — Claude Code (with the Xano MCP enabled)

Install the repo at <URL> into my Xano workspace.

Option B — Xano CLI

git clone <repo-url>
cd <repo>
xano workspace:push . -w <your-workspace-id>

Full CLI docs → https://docs.xano.com/cli


🤝 Contributing

We welcome templates, integrations, modules, and actions from the community. See CONTRIBUTING.md for tag taxonomy, naming conventions, and the quality bar.


🧰 More from Xano

Popular repositories Loading

  1. .github .github Public

  2. integration-gitlab-devops integration-gitlab-devops Public

    Create issues, open merge requests, manage projects, and configure webhooks with the GitLab integration for Xano.

    XS

  3. integration-stripe-payments integration-stripe-payments Public

    Accept payments, manage customers and subscriptions, and handle checkout flows directly from your Xano backend.

    XS

  4. integration-resend-email integration-resend-email Public

    Send transactional and batch emails with delivery tracking from your Xano backend.

    XS

  5. integration-slack-messaging integration-slack-messaging Public

    Send messages, manage channels, and upload files to Slack workspaces from your Xano backend.

    XS

  6. integration-twilio-sms integration-twilio-sms Public

    Send SMS and WhatsApp messages, and verify user phone numbers with one-time codes from your Xano backend.

    XS

Repositories

Showing 10 of 64 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…