{"id":38535625,"url":"https://github.com/kuloud/nextjs-appkit-ethers-shadcn-template","last_synced_at":"2026-01-17T07:01:11.870Z","repository":{"id":326988282,"uuid":"1107334497","full_name":"kuloud/nextjs-appkit-ethers-shadcn-template","owner":"kuloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-01T06:17:14.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-03T13:16:23.478Z","etag":null,"topics":["appkit","ethers","nextjs","reown","shadcn-ui"],"latest_commit_sha":null,"homepage":"https://nextjs-appkit-ethers-shadcn-templat-nine.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-12-01T01:47:47.000Z","updated_at":"2025-12-01T06:27:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kuloud/nextjs-appkit-ethers-shadcn-template","commit_stats":null,"previous_names":["kuloud/nextjs-appkit-ethers-shadcn-template"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/kuloud/nextjs-appkit-ethers-shadcn-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuloud%2Fnextjs-appkit-ethers-shadcn-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuloud%2Fnextjs-appkit-ethers-shadcn-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuloud%2Fnextjs-appkit-ethers-shadcn-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuloud%2Fnextjs-appkit-ethers-shadcn-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuloud","download_url":"https://codeload.github.com/kuloud/nextjs-appkit-ethers-shadcn-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuloud%2Fnextjs-appkit-ethers-shadcn-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28503021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: 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":["appkit","ethers","nextjs","reown","shadcn-ui"],"created_at":"2026-01-17T07:01:08.730Z","updated_at":"2026-01-17T07:01:11.682Z","avatar_url":"https://github.com/kuloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Dapps Starter Template\n\nThis is a https://nextjs.org/ project bootstrapped with [create-next-app](https://nextjs.org/docs/app/api-reference/cli/create-next-app), specifically designed as a streamlined development template for decentralized applications (Dapps). It integrates commonly used configurations and tools to accelerate the development process.\n\n## 🚀 Features\n\n1. **Reown AppKit with ethers** - Integrated wallet connection solution\n1. **shadcn-ui** - Modern, accessible component library\n1. **Reown SIWX** - The Sign In With X feature enables decentralized applications (Dapps) to authenticate users seamlessly across multiple blockchain networks, such as Ethereum, Solana, and Bitcoin, since this feature is chain agnostic.\n1. **Jotai** - Jotai takes an atomic approach to global React state management.\n\n## 🛠️ Getting Started\n\n### 1. Create a Reown Project\n\n- Visit https://dashboard.reown.com/ and create a new project\n- Copy your Project ID from the dashboard\n\n### 2. Configure Environment Variables\n\n- Rename `.env.example` to `.env`\n- Set your Project ID as the value for `NEXT_PUBLIC_PROJECT_ID`:\n  ```\n  NEXT_PUBLIC_PROJECT_ID=your-project-id-here\n  ```\n\n### 3. Install Dependencies\n\n```bash\npnpm install\n```\n\n### 4. Start Development Server\n\n```bash\npnpm dev\n```\n\n### 5. Access Your Application\n\nOpen http://localhost:3000 in your browser to view the running application.\n\n## 🔧 Technology Stack\n\n- **Framework**: Next.js 16 (App Router)\n- **Wallet Integration**: Reown AppKit with ethers.js\n- **UI Components**: shadcn-ui\n- **Identity Features**: Reown SIWX\n- **Package Manager**: pnpm (recommended)\n\n## 📦 Included Configurations\n\n- Optimized Next.js configuration with default performance settings\n- Pre-configured environment variables structure\n- Development-ready project structure\n- Essential Dapp development tools integration\n\n## 🤝 Recommended Tools\n\n- **Package Manager**: pnpm (recommended), npm, or yarn\n- **Development Environment**: VS Code or preferred code editor\n- **Browser**: Modern browser with WebSocket support\n\n## 📄 Project Structure\n\n```\n├── .env                # Environment variables (rename from .env.example)\n├── .env.example        # Environment variables template\n├── package.json        # Project dependencies and scripts\n├── next.config.js      # Next.js configuration\n├── ...                 # Additional project files\n```\n\n## 📚 Documentation\n\n- https://nextjs.org/docs\n- https://docs.reown.com/\n- https://ui.shadcn.com/\n- https://docs.ethers.org/\n\n## ⚡ Quick Deployment\n\nThis template is optimized for deployment to Vercel, the creators of Next.js:\n\n1. Push your code to a Git repository\n2. Import the project to https://vercel.com/\n3. Follow the deployment wizard\n\n## 🛡️ Security Considerations\n\n- Keep your Project ID secure and do not expose it in client-side code unnecessarily\n- Follow best practices for wallet connection and user authentication\n- Regularly update dependencies to maintain security\n\n---\n\nThis template provides a solid foundation for building Dapps with modern tooling and best practices. Customize and extend it according to your specific project requirements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuloud%2Fnextjs-appkit-ethers-shadcn-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuloud%2Fnextjs-appkit-ethers-shadcn-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuloud%2Fnextjs-appkit-ethers-shadcn-template/lists"}