{"id":28471256,"url":"https://github.com/requestnetwork/turbo-request-app","last_synced_at":"2025-07-01T21:32:19.143Z","repository":{"id":158199870,"uuid":"633882988","full_name":"RequestNetwork/turbo-request-app","owner":"RequestNetwork","description":null,"archived":true,"fork":false,"pushed_at":"2024-01-26T01:49:37.000Z","size":4213,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-07T10:48:46.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RequestNetwork.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}},"created_at":"2023-04-28T13:56:15.000Z","updated_at":"2025-06-02T18:25:08.000Z","dependencies_parsed_at":"2024-01-26T02:48:17.629Z","dependency_job_id":null,"html_url":"https://github.com/RequestNetwork/turbo-request-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"turbo-eth/template-web3-app","purl":"pkg:github/RequestNetwork/turbo-request-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RequestNetwork%2Fturbo-request-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RequestNetwork%2Fturbo-request-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RequestNetwork%2Fturbo-request-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RequestNetwork%2Fturbo-request-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RequestNetwork","download_url":"https://codeload.github.com/RequestNetwork/turbo-request-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RequestNetwork%2Fturbo-request-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263039356,"owners_count":23404162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-06-07T10:39:59.092Z","updated_at":"2025-07-01T21:32:19.105Z","avatar_url":"https://github.com/RequestNetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://user-images.githubusercontent.com/3408362/230732083-1c98e451-08af-41c2-b522-126370e8c6a5.png)\n\n# ⚡ TurboETH - Web3 App Template\nWeb3 App Template built using Next.js, RainbowKit, SIWE, Disco, and more!\n\n### Start Kit Examples\n- [Main](https://light.turboeth.xyz) - `main` branch\n- [Heavy](https://turboeth.xyz) - `integrations` branch\n\nDeploy TurboETH `main` directly to [Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app\u0026project-name=TurboETH\u0026repository-name=turbo-eth\u0026demo-title=TurboETH\u0026env=NEXTAUTH_SECRET,DATABASE_URL\u0026envDescription=How%20to%20get%20these%20env%20variables%3A\u0026envLink=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app%2Fblob%2Fmain%2F.env.example)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app\u0026project-name=TurboETH\u0026repository-name=turbo-eth\u0026demo-title=TurboETH\u0026env=NEXTAUTH_SECRET,DATABASE_URL\u0026envDescription=How%20to%20get%20these%20env%20variables%3A\u0026envLink=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app%2Fblob%2Fmain%2F.env.example)\n\n\n### [Documentation](https://docs.turboeth.xyz)\n- Getting Started\n  - [Environment Variables](https://docs.turboeth.xyz/getting-started/environment)\n  - [JSON-RPC](https://docs.turboeth.xyz/getting-started/json-rpc)\n  - [WAGMI CLI](https://docs.turboeth.xyz/getting-started/wagmi-cli)\n  - [UI Components](https://docs.turboeth.xyz/getting-started/design-system)\n  - [Backend Database](https://docs.turboeth.xyz/getting-started/database)\n - Core Integrations\n   - [🌈 RainbowKit](https://docs.turboeth.xyz/integration/rainbowkit)\n   - [🔏 Sign-In With Ethereum](https://docs.turboeth.xyz/integration/sign-in-with-ethereum)\n- Smart Contract Integrations\n  - [ERC20](https://docs.turboeth.xyz/integration/smart-contract-erc20)\n- API Integrations\n  - [Disco](https://docs.turboeth.xyz/integration/disco)\n  - [Etherscan](https://docs.turboeth.xyz/integration/etherscan)\n\n# Getting Started\n\nThe `pnpm` CLI is the recommended package manager but `npm` and `yarn` should work too.\n\n```bash\npnpm install\n```\n\n#### Development\n```bash\npnpm dev\n```\n\n#### Build\n```bash\npnpm build\n```\n\n### Web3 Core\n- [WAGMI CLI](https://wagmi.sh/cli/getting-started) - Automatic React Hook Generation\n- [RainbowKit](https://www.rainbowkit.com/) - Wallet connection manager\n- [Sign-In With Ethereum](https://login.xyz/) - Account authentication\n\n### Web2 Frameworks\n- [Vercel](https://vercel.com/) - App Infrastructure\n- [Prisma](https://www.prisma.io/) - Database ORM \n\n### Developer Experience\n- [TypeScript](https://www.typescriptlang.org/) – Static type checker for end-to-end typesafety\n- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style\n- [ESLint](https://eslint.org/) – Pluggable linter for Next.js and TypeScript\n\n### User Interface\n- [TailwindCSS](https://tailwindcss.com) – Utility-first CSS framework for rapid UI development\n- [Radix](https://www.radix-ui.com/) – Primitives like modal, popover, etc. to build a stellar user experience\n- [Framer Motion](https://www.framer.com/motion/) – Motion library for React to animate components with ease\n- [Lucide](https://lucide.dev/docs/lucide-react) – Beautifully simple, pixel-perfect icons\n\nThe [ui.shadcn.com](https://ui.shadcn.com) components are included in the `/components/shared/ui` folder.\n\n# 💻 Developer Experience\n\n### 🐕 What is husky\nHusky improves your git commits.\n\nYou can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. Husky supports all Git hooks.\n\n#### 🪝 Hooks\n- pre-commit: lint app codebase\n- commit-msg: apply commintlint\n\n### 📋 What is commitlint\n\ncommitlint checks if your commit messages meet the [conventional commit format](https://conventionalcommits.org).\n\nIn general the pattern mostly looks like this:\n\n```sh\ntype(scope?): subject  #scope is optional; multiple scopes are supported (current delimiter options: \"/\", \"\\\" and \",\")\n```\n\nReal world examples can look like this:\n\n```\nchore: run tests on travis ci\n```\n\n```\nfix(server): send cors headers\n```\n\n```\nfeat(blog): add comment section\n```\n\nCommon types according to [commitlint-config-conventional (based on the Angular convention)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional#type-enum) can be:\n\n- build\n- chore\n- ci\n- docs\n- feat\n- fix\n- perf\n- refactor\n- revert\n- style\n- test\n\n# Acknowledgements\n\nOriginal template was forked from https://github.com/wslyvh/nexth\n\nThank you @wslyvh 🙏\n\n\u003chr/\u003e\n\nCopyright 2023 [Kames Geraghty](https://twitter.com/KamesGeraghty)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequestnetwork%2Fturbo-request-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frequestnetwork%2Fturbo-request-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequestnetwork%2Fturbo-request-app/lists"}