pagina-lovable

Publish a local HTML page to Lovable via API and return a public URL.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill pagina-lovable
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagina-lovable
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/pagina-lovable
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill pagina-lovable

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of hosting and deploying a local HTML page on Lovable without manual uploads or server setup, so you can get a public URL ready for ads and links.

Core Features & Use Cases

  • Lovable page publishing via API: Deploys a saved local HTML file to Lovable and returns a public URL.
  • Page creation or update support: Creates a new Lovable page or updates an existing one using a stored project ID.
  • Guided API key setup: Validates and saves LOVABLE_API_KEY into the project .env without asking for logins or passwords.
  • Publication history tracking: Appends metadata to entregas/{ativo}/.lovable and maintains entregas/{ativo}/paginas/.lovable-link.md.

Quick Start

Tell the assistant to publish the last prepared page to Lovable and ask it for the public link.

Frequently Asked Questions about pagina-lovable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a local HTML page to Lovable and get a public URL?

You can publish a local HTML page to Lovable by executing an API POST or PATCH request with an escaped HTML payload, which returns a public URL without manual uploads or server configuration.

Do I need a Lovable API key to deploy my HTML landing page?

Yes, you need a Lovable API key. The publishing workflow verifies or collects your LOVABLE_API_KEY and saves it into the project .env file to authenticate the deployment request.

Can I update an existing Lovable page instead of creating a new one?

Yes, you can update an existing Lovable page. The deployment process supports both creating a new page and updating a current one by referencing a stored project ID via a PATCH request.

What is the best way to track my Lovable publication history for marketing funnels?

The best way to track Lovable publication history is to automatically append metadata to the entregas directory and maintain a .lovable-link.md file, logging the public URL and deployment details for your conversion assets.

When should I use an API deployment for HTML publishing instead of manual uploads?

You should use API deployment for HTML publishing when your page workflow has completed copy, performance pixels, and checkout setup, allowing you to rapidly deploy conversion assets and retrieve a public link for ads.