Export your Base44 app's code, and an agent on your Mac rebuilds its screens as pages in your Showspace.
Base44 builds an app from a description and hosts it for you, logins and data included. That is convenient until you want the work somewhere you control.
Exporting gives you the app's code, and an agent on your Mac can read that code and write each screen out as a self-contained HTML page. On a real Base44 export, all eight of its screens came across with their layout, colors and wording, and the pages opened straight from the folder.
Base44 app/lite.html. It links every screen the agent rebuilt.This folder is an app I exported from Base44. Do not install or run anything; read the code only. In my Showspace, make a folder called Base44 app with one self-contained HTML file for each screen you find in the page files and routing code. Put all CSS and any small script inline, with no CDNs, external fonts or network requests, so each file opens on its own. Keep the look as close to the original as you can: translate the Tailwind classes into plain CSS, use the colors defined in the project's styles and theme, and redraw the icons as inline SVG. Link the pages to each other with relative links, including the navigation. Where the app loads data from Base44, use realistic sample data that matches the entity schemas, or the fields the screen code uses, with a visible Sample data label on every page. Disable actions that need Base44, such as signing in and saving changes, and label them Unavailable in this copy. Keep tabs, filters, menus and dialogs working. For screens that show any one item, make one example. Add a lite.html that links every page, then list the pages you made.
Yes, through a code export. On the Builder plan or higher, export your app and ask an agent on your Mac to rebuild its screens as self-contained HTML pages in your Showspace. The pages start with sample data; give the agent your CSV to fill them with your records.
Yes. Export the code, have an agent rebuild the screens as pages, and export your data tables as CSV files for the agent to fill them with. The pages are files on your Mac that open in any browser.
Choosing between agents? See Which AI works with lite.computer.
Last checked September 14, 2026.
Still stuck? Write to support@lite.computer.