RevitCloudKit 1.0.0

dotnet new install RevitCloudKit::1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

RevitCloudKit

Revit Supabase .Net License GitHub NuGet

RevitCloudKit is a .NET template for building Revit Add-ins with cloud connectivity. It provides a modern, modular architecture with built-in support for Supabase authentication, async Revit API calls, and cloud data storage.

Features

  • Multi-Revit-version support (2025/2026) via build configs
  • Supabase auth with session persistence
  • Dependency injection (Microsoft.Extensions.DI) pre-configured
  • MVVM (CommunityToolkit.Mvvm) with WPF
  • Async Revit API (Revit.Async) built-in
  • Cloud Postgrest CRUD example (materials)
  • Cloud Storage integration example

Installation

This template is available as an official NuGet package on NuGet Gallery.

dotnet new install RevitCloudKit

Usage

  • CLI: command to create a new add-in project from the template:
        dotnet new revit-supabase -n [NewAddinName]
    
  • IDE: In IDE(Rider, Visual Studio, etc) create a new project from the "RevitCloudKit" template.

Configuration

To start exploring the template follow this Guide.

  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 164 4/7/2026