{"id":50508506,"url":"https://github.com/firecrawl/firecrawl-nextjs-template","last_synced_at":"2026-06-02T18:01:27.923Z","repository":{"id":359385563,"uuid":"1239148422","full_name":"firecrawl/firecrawl-nextjs-template","owner":"firecrawl","description":"Firecrawl nextjs template","archived":false,"fork":false,"pushed_at":"2026-05-21T16:15:09.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T01:14:19.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://firecrawl-nextjs-template.vercel.app/","language":"TypeScript","has_issues":false,"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/firecrawl.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-05-14T20:09:12.000Z","updated_at":"2026-05-21T16:21:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/firecrawl/firecrawl-nextjs-template","commit_stats":null,"previous_names":["firecrawl/firecrawl-nextjs-template"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/firecrawl/firecrawl-nextjs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-nextjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-nextjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-nextjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-nextjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firecrawl","download_url":"https://codeload.github.com/firecrawl/firecrawl-nextjs-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-nextjs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33833277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-02T18:01:26.858Z","updated_at":"2026-06-02T18:01:27.917Z","avatar_url":"https://github.com/firecrawl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firecrawl Next.js template\n\nStarter for [Firecrawl](https://firecrawl.dev) on [Next.js](https://nextjs.org), styled with tokens aligned to [`firecrawl-web/colors.ts`](https://github.com/firecrawl/firecrawl-web) (Heat orange, neutrals, 1px spacing scale like the marketing app).\n\n## Deploy\n\nOne-click deploy on Vercel. During project creation, connect the **Firecrawl** Marketplace integration so `FIRECRAWL_API_KEY` is injected (same secret name as in `firecrawl-integrations`: `VERCEL_FIRECRAWL_API_SECRET_NAME`).\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ffirecrawl%2Ffirecrawl-nextjs-template\u0026stores=%5B%7B%22type%22%3A%22integration%22%2C%22protocol%22%3A%22other%22%2C%22productSlug%22%3A%22firecrawl%22%2C%22integrationSlug%22%3A%22firecrawl%22%7D%5D)\n\nIf the Marketplace step does not offer Firecrawl, confirm the `productSlug` and `integrationSlug` values Vercel expects and update them in `lib/vercel-template.ts` (and this README button) so they stay in sync.\n\nUpdate `TEMPLATE_GITHUB_REPO` in `lib/vercel-template.ts` if the canonical GitHub URL differs from `https://github.com/firecrawl/firecrawl-nextjs-template`.\n\n## What it does\n\n- **UI**: URL input, example shortcuts, rendered markdown from the scrape response.\n- **API**: `POST /api/scrape` with JSON `{ \"url\": \"https://…\" }` using `firecrawl` (`Firecrawl` client, `scrape` with `formats: [\"markdown\"]`).\n\n## Local development\n\n```bash\nnpm install\ncp .env.example .env.local\n# set FIRECRAWL_API_KEY\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000).\n\n## Environment\n\n| Variable            | Required | Notes                                                                                                        |\n| ------------------- | -------- | ------------------------------------------------------------------------------------------------------------ |\n| `FIRECRAWL_API_KEY` | Yes      | From [firecrawl.dev/app/api-keys](https://www.firecrawl.dev/app/api-keys) or Vercel Marketplace provisioning |\n\n## Scripts\n\n```bash\nnpm run dev\nnpm run build\nnpm start\nnpm run lint\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirecrawl%2Ffirecrawl-nextjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirecrawl%2Ffirecrawl-nextjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirecrawl%2Ffirecrawl-nextjs-template/lists"}