A tool that lets you export no‑code websites easily — starting with Framer.
- Easy Downloads: Download HTML files from supported no‑code sites by simply entering the URL
- No Coding Required: User-friendly interface for non-technical users
- Fast Processing: Quickly extract website files with a single click
- Deploy Anywhere (Coming Soon): Deploy to any hosting provider with one-click deployment
- Custom Domain Support (Coming Soon): Use your own domain for deployed mirrors
- Analytics Integration (Coming Soon): Track visitor data on your deployed sites
- Node.js 18.0 or higher
- pnpm, npm, or yarn
- Clone the repository
git clone https://github.com/weknowyourgame/framer-deploy.git
cd framer-deploy
- Install dependencies
bun install
- Start the development server
bun dev # For Next.js frontend
bun api:dev # For Express API server
The Next.js application should now be running on http://localhost:3000
and the Express API on http://localhost:3001
.
- Enter the URL of any supported website in the input field (e.g., mysite.framer.website)
- Click the "Download" button
- The application will process the website and provide downloadable HTML files
- (Coming soon) Choose a hosting provider to deploy your website
- Next.js 15
- React 19
- Express.js (API server)
- TailwindCSS
- TypeScript
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.