{"id":48821540,"url":"https://github.com/nermalcat69/framer-reverse-proxy","last_synced_at":"2026-04-17T18:00:32.998Z","repository":{"id":350623770,"uuid":"1207616835","full_name":"nermalcat69/framer-reverse-proxy","owner":"nermalcat69","description":"Bypass Framer's Bandwidth Limits and Deploy Anywhere with your Custom Domain","archived":false,"fork":false,"pushed_at":"2026-04-11T07:56:02.000Z","size":69,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-16T17:13:38.425Z","etag":null,"topics":["bypassing","educational","framer","nextjs","reverse-proxy","vercel"],"latest_commit_sha":null,"homepage":"https://framer-reverse-proxy.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nermalcat69.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-11T06:55:03.000Z","updated_at":"2026-04-15T22:23:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nermalcat69/framer-reverse-proxy","commit_stats":null,"previous_names":["nermalcat69/framer-reverse-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nermalcat69/framer-reverse-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fframer-reverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fframer-reverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fframer-reverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fframer-reverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nermalcat69","download_url":"https://codeload.github.com/nermalcat69/framer-reverse-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fframer-reverse-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31939788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bypassing","educational","framer","nextjs","reverse-proxy","vercel"],"created_at":"2026-04-14T15:02:35.349Z","updated_at":"2026-04-17T18:00:32.954Z","avatar_url":"https://github.com/nermalcat69.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Framer Reverse Proxy\n\u003cimg width=\"1108\" height=\"611\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d1d1dc7e-f8b7-4f4b-8ddd-ba75587d997a\" /\u003e\n\nA Next.js reverse proxy that forwards requests to a Framer-hosted site under your own custom domain. It rewrites URLs, injects SEO metadata, and handles static assets and video streaming transparently.\n\n\u003e **Note:** This project is for educational purposes only. Use it at your own risk. It is a demonstration of how reverse proxies work and how they can be useful when you want to map a custom domain to a Framer site.\n\n\u003e This was made by me to tackle the issue of 1GB Bandwidth limit\n\n---\n\n## How it works\n\nEvery incoming request is caught by a single catch-all route and forwarded to the configured Framer publish URL. HTML responses are post-processed to rewrite internal Framer URLs to your domain and inject per-page SEO tags. Assets and videos pass through as-is.\n\n---\n\n## Setup\n\n1. Install dependencies:\n\n```bash\nbun install\n```\n\n2. Edit [config/site.config.ts](config/site.config.ts) and set your values:\n\n```ts\nconst siteConfig = {\n  framerUrl: \"https://your-project.framer.app\", // your Framer publish URL\n  domain: \"https://yourdomain.com\",              // your custom domain\n  name: \"Your Site Name\",\n};\n```\n\n3. Edit [config/seo.config.ts](config/seo.config.ts) to set titles and descriptions for each page. Running a build will automatically append any new pages found in the Framer sitemap.\n\n4. Run the development server:\n\n```bash\nbun run dev\n```\n\n5. Build and start for production:\n\n```bash\nbun run build\nbun start\n```\n\n---\n\n## Deployment\n\nDeploy to any platform that supports Next.js (Vercel, Railway, etc.). Point your custom domain DNS to the deployment. No additional configuration is required beyond [config/site.config.ts](config/site.config.ts).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnermalcat69%2Fframer-reverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnermalcat69%2Fframer-reverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnermalcat69%2Fframer-reverse-proxy/lists"}