Do I need Node.js?
Yes. Lovable generates React projects with TypeScript and Tailwind CSS that require compilation before hosting. Install Node.js version 18 or newer from nodejs.org. In your terminal, navigate to the downloaded Lovable project folder, run npm install to download all dependencies (this may take a minute), then npm run build to compile. The dist/ folder that appears contains the hostable static files.
Does Lovable always generate React?
Yes. Lovable projects are React-based with Tailwind CSS and TypeScript. This means they always need a build step (npm install followed by npm run build) before hosting. The build compiles TypeScript to JavaScript, processes Tailwind classes, and bundles everything into optimized static files. The output is standard HTML, CSS, and JavaScript that Static.app serves from its CDN.
Can I publish my Lovable website?
Yes. Export your Lovable project, open a terminal in the project folder, run npm install and then npm run build. ZIP everything inside the dist/ folder and drag it onto static.app. Your Lovable website is published with a permanent URL in about 15 seconds. Connect a custom domain from the dashboard to give it a professional web address.
Is Lovable output optimized for performance?
Yes. The React build process includes tree-shaking (removing unused code), minification (reducing file sizes), code splitting (loading only what's needed per page), and CSS purging (removing unused Tailwind classes). These optimizations happen automatically when you run npm run build. The resulting files are production-ready. Static.app's CDN adds another layer of performance by serving files from edge locations near your visitors.
Does Lovable's responsive design work on Static.app?
Yes. Lovable uses Tailwind CSS utility classes for responsive layouts (like md:flex, lg:grid-cols-3). These classes are compiled into standard CSS media queries during the build step. The responsive behavior is entirely in the CSS, not dependent on any hosting platform feature. Your Lovable website adapts to mobile, tablet, and desktop screens exactly as it does in the Lovable preview.
What about Lovable's Supabase integration?
If your Lovable project connects to Supabase for authentication or database, those features work on Static.app. Supabase runs as a separate service; your frontend just calls its API from the browser.
What if the Lovable build fails?
The most common causes are missing dependencies and Node.js version mismatches. Make sure you have Node.js 18 or newer installed (check with node --version). Delete the node_modules folder and package-lock.json file, then run npm install fresh. If specific packages fail, check the error message for the package name and look for known compatibility issues. Lovable's Discord community is also helpful for build troubleshooting.
Can I keep using Lovable for edits?
Yes. Edit in Lovable, export the updated version, rebuild, and re-upload. Or use Static.app's code editor for small HTML/CSS changes without going back to Lovable.
Is it cheaper than Lovable's hosting?
Lovable bundles hosting into its subscription plans. If you're already paying for Lovable, hosting there adds no extra cost. Static.app is valuable when you want to keep a website running after canceling Lovable, or when you need features Lovable's hosting doesn't include (custom forms via static-form, password protection, built-in analytics, QR codes). At $5/monthnth for 2 websites, it's affordable as a standalone host for exported projects.
Is Lovable good for hosting?
Lovable's built-in hosting works well for projects you're actively developing. For production sites that need reliable uptime, independent hosting on Static.app gives you more control: custom domains, form handling, analytics, password protection, and no dependency on your Lovable subscription status. Export the project, build it, and upload for hosting that's independent of any AI tool.
Is Lovable free for hosting?
Lovable offers limited free usage within its platform. For permanent, always-on hosting of a Lovable-generated website, export the project, build it, and host on Static.app ($5/monthnth). This separates your hosting from the Lovable platform, meaning your website stays live and accessible regardless of your Lovable subscription status or plan changes.
How much does it cost to host a website on Lovable?
Lovable bundles hosting into its subscription plans. For independent hosting outside Lovable's platform, export your project, build it locally, and upload to Static.app. The Starter plan is $5/monthnth for 2 websites with unlimited traffic, built-in forms, analytics, and password protection. This approach means your website stays live even if you cancel or pause your Lovable subscription.