love.aspire 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global love.aspire --version 0.0.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local love.aspire --version 0.0.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=love.aspire&version=0.0.4
                    
nuke :add-package love.aspire --version 0.0.4
                    

aspire.love

NuGet

Make your Lovable project independent of the Lovable/Supabase cloud.

aspire.love generates a clean .NET Aspire AppHost for your existing Lovable project, so your whole stack — Supabase, edge functions and the Vite frontend — runs locally with a single command. No vendor lock-in: switch between a full local stack, a cloud-synced stack, or a direct remote connection whenever you like.

Install

dotnet tool install -g love.aspire

The NuGet listing id is love.aspire — the brand stays aspire.love, but the Aspire prefix on NuGet is reserved by Microsoft, so the package id mirrors it.

Use

# generate the aspire folder into your Lovable project
aspire-love init --path ./my-lovable-app

# then run everything together
aspire run

Modes

  • FullLocal (default) — runs the full Supabase stack in Docker and applies your migrations and edge functions.
  • SupabaseSync — runs Supabase locally but pulls schema and data from an existing cloud project.
  • RemoteConnect — no local stack; the frontend talks directly to your existing Supabase cloud project.

Update

aspire-love update

Prefer a UI?

There's also aspire.love Studio, a Fluent desktop app that walks you through every option with live validation, a code preview and an auto-updating installer. Grab it from the website below.


MIT © Florian Gilde

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.0.5 46 5/29/2026
0.0.4 37 5/29/2026
0.0.3 40 5/29/2026