love.aspire
0.0.4
See the version list below for details.
dotnet tool install --global love.aspire --version 0.0.4
dotnet new tool-manifest
dotnet tool install --local love.aspire --version 0.0.4
#tool dotnet:?package=love.aspire&version=0.0.4
nuke :add-package love.aspire --version 0.0.4
aspire.love
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 theAspireprefix 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.
Links
- Website: https://www.aspire.love
- Source & issues: https://github.com/fgilde/aspire.love
- Author: Florian Gilde · https://www.gilde.org
MIT © Florian Gilde
| Product | Versions 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. |
This package has no dependencies.