{"id":49643002,"url":"https://github.com/pedrofariasx/shadcn-react-starter","last_synced_at":"2026-05-05T20:06:43.194Z","repository":{"id":351650484,"uuid":"1192249541","full_name":"pedrofariasx/shadcn-react-starter","owner":"pedrofariasx","description":"Um boilerplate moderno e pronto para produção para construção de aplicações web, com foco em experiência do desenvolvedor, performance e acessibilidade.","archived":false,"fork":false,"pushed_at":"2026-04-15T22:09:26.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T23:30:56.087Z","etag":null,"topics":["lucide-react","react","react-router","shadcn-ui","sonner","tailwindcss","taiwlindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","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/pedrofariasx.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-03-26T03:09:55.000Z","updated_at":"2026-04-15T22:09:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pedrofariasx/shadcn-react-starter","commit_stats":null,"previous_names":["pedrofariasx/shadcn-react-starter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pedrofariasx/shadcn-react-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fshadcn-react-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fshadcn-react-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fshadcn-react-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fshadcn-react-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrofariasx","download_url":"https://codeload.github.com/pedrofariasx/shadcn-react-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrofariasx%2Fshadcn-react-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32665750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["lucide-react","react","react-router","shadcn-ui","sonner","tailwindcss","taiwlindcss","typescript","vite"],"created_at":"2026-05-05T20:06:42.058Z","updated_at":"2026-05-05T20:06:43.189Z","avatar_url":"https://github.com/pedrofariasx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shadcn React Starter - React + Vite + Shadcn UI\n\nUm boilerplate moderno e pronto para produção para construção de aplicações web, com foco em experiência do desenvolvedor, performance e acessibilidade.\n\n## 🚀 Tecnologias\n\n- **Framework:** [React 19](https://react.dev/)\n- **Ferramenta de Build:** [Vite 6](https://vitejs.dev/)\n- **Linguagem:** [TypeScript](https://www.typescriptlang.org/)\n- **Estilização:** [Tailwind CSS](https://tailwindcss.com/)\n- **Componentes UI:** [Shadcn UI](https://ui.shadcn.com/) (baseado em Radix UI)\n- **Roteamento:** [React Router 6](https://reactrouter.com/)\n- **Gerenciamento de Dados:** [TanStack Query v5](https://tanstack.com/query/latest)\n- **Gerenciamento de Formulários:** [React Hook Form](https://react-hook-form.com/) + [Zod](https://zod.dev/)\n- **Ícones:** [Lucide React](https://lucide.dev/)\n- **Notificações:** [Sonner](https://sonner.stevenly.me/)\n\n## 📂 Estrutura do Projeto\n\n```text\nsrc/\n├── components/     # Componentes de UI reutilizáveis (shadcn/ui + custom)\n│   ├── ui/         # Componentes base do shadcn\n├── hooks/          # Hooks customizados do React\n├── lib/            # Funções utilitárias e configurações\n├── pages/          # Páginas/rotas da aplicação\n├── utils/          # Funções auxiliares\n└── main.tsx        # Ponto de entrada da aplicação\n```\n\n## 🛠️ Primeiros Passos\n\n### Pré-requisitos\n\n- [Node.js](https://nodejs.org/) (v18 ou superior recomendado)\n- [pnpm](https://pnpm.io/) (gerenciador de pacotes preferencial)\n\n### Instalação\n\n1. Clone o repositório:\n   ```bash\n   git clone \u003curl-do-seu-repositorio\u003e\n   cd boilerplate\n   ```\n\n2. Instale as dependências:\n   ```bash\n   pnpm install\n   ```\n\n3. Inicie o servidor de desenvolvimento:\n   ```bash\n   pnpm dev\n   ```\n\n4. Build para produção:\n   ```bash\n   pnpm build\n   ```\n\n## 🎨 Funcionalidades\n\n- **Suporte a Dark Mode:** Pré-configurado com `next-themes`.\n- **Design Responsivo:** Abordagem mobile-first usando Tailwind CSS.\n- **Type Safety:** Suporte total a TypeScript para componentes, hooks e interações com API.\n- **Performance Otimizada:** Builds rápidos e HMR com Vite.\n- **Componentes Acessíveis:** Componentes acessíveis por padrão usando primitivos do Radix UI.\n\n## 📝 Licença\n\nEste projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrofariasx%2Fshadcn-react-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrofariasx%2Fshadcn-react-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrofariasx%2Fshadcn-react-starter/lists"}