DroidPage is a client-side, production-ready landing page builder for mobile applications. It allows users to create stunning landing pages in seconds, directly in the browser.
- Real-time Preview: See changes instantly in an interactive iframe.
- Theme Selection: Choose from multiple professionally designed themes.
- Form-Based Editing: Simply fill in your app details.
- Image Support: Drag and drop your app icon and screenshots.
- Static Export: Download your finished landing page as a ZIP file.
- Project Persistence: Save and resume your work via localStorage or JSON export.
- Open
index.htmlin any modern web browser. - Select a theme from the sidebar.
- Fill in your app name, tagline, description, and links.
- Upload your icon and screenshots.
- Click Download Website to get your files.
index.html: Main builder interface.assets/:css/: Styling for the builder.js/: Modular JavaScript logic (app.js,themeManager.js,formManager.js, etc.).
templates/: Theme templates with placeholder syntax.config/: Metadata for themes.
- HTML5 / CSS3 (Vanilla)
- ES6 Modules
- JSZip
- FileSaver.js
Since this is a fully static application, you can host the generated files anywhere (GitHub Pages, Netlify, Vercel, or your own server).