Lovable adds private npm registry support for Enterprise workspaces
TL;DR
Lovable now lets Enterprise workspaces provision a private npm registry. Teams can publish internal packages and install them securely across projects.
What changed
Lovable now lets Enterprise workspaces provision a private npm registry. Developers and Vibe Builders can publish internal packages such as shared design systems. Basic Users can then install those packages securely across any workspace project.
Why it matters
Vibe Builders gain reliable access to internal design systems without public exposure. Developers working across multiple projects reduce duplication compared to separate setups on platforms like GitHub Packages. Basic Users benefit from straightforward package installation in their daily workflows.
What to watch for
Compare the registry setup against alternatives such as self-hosted options when scaling beyond initial tests. Verify by creating a sample package in the workspace and confirming it installs cleanly in a new project.
Who this matters for
- Vibe Builders: Publish shared design systems to a private registry to maintain brand consistency across apps.
- Basic Users: Install approved internal components into your projects without managing complex GitHub credentials.
Harsh’s take
This update moves Lovable from a prototyping sandbox to a serious enterprise contender. By hosting a private npm registry, Lovable solves the friction of sharing proprietary logic and UI kits across distributed teams. It removes the need for external package managers or messy copy-pasting of code between projects.
Operators should view this as a signal to centralize their internal assets. Instead of building from scratch every time, teams can now treat their Lovable workspace as a unified development environment. This reduces technical debt and ensures that security-sensitive code stays within the enterprise perimeter.
It is a pragmatic infrastructure play that prioritizes speed and governance for large-scale deployments.
by Harsh Desai
About Lovable
View the full Lovable page →All Lovable updatesGo deeper
More from Lovable
- FeatureLovable adds custom nameserver support for purchased domains
Lovable now supports custom nameservers for purchased domains, enabling external DNS management through services like Cloudflare while retaining registration.
- FeatureLovable Build with URL links now reference public web pages
Lovable's Build with URL links can now reference public web pages alongside images. The feature uses the referenced page's layout, content, and styling to recreate or iterate on it.