{"id":43933394,"url":"https://github.com/jonghyo/roo-twitter","last_synced_at":"2026-02-07T00:20:11.255Z","repository":{"id":279517650,"uuid":"938815578","full_name":"jonghyo/roo-twitter","owner":"jonghyo","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-28T02:04:46.000Z","size":2187,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T03:21:59.216Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonghyo.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}},"created_at":"2025-02-25T14:48:18.000Z","updated_at":"2025-04-28T02:04:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"18f7a7ad-e8fd-42d7-9faa-26c64303192d","html_url":"https://github.com/jonghyo/roo-twitter","commit_stats":null,"previous_names":["jonghyo/roo-twitter"],"tags_count":0,"template":false,"template_full_name":"jonghyo/nextjs-roocode-template","purl":"pkg:github/jonghyo/roo-twitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonghyo%2Froo-twitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonghyo%2Froo-twitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonghyo%2Froo-twitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonghyo%2Froo-twitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonghyo","download_url":"https://codeload.github.com/jonghyo/roo-twitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonghyo%2Froo-twitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"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":[],"created_at":"2026-02-07T00:20:09.975Z","updated_at":"2026-02-07T00:20:11.183Z","avatar_url":"https://github.com/jonghyo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Template for RooCode AI Development [![build status](https://github.com/jonghyo/nextjs-roocode-template/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jonghyo/nextjs-roocode-template/actions/workflows/ci.yml)\n\nThis is a specialized Next.js template designed for AI-powered code generation using RooCode. It includes comprehensive configuration files and development rules to maximize the effectiveness of AI-assisted development.\n\n## 🤖 RooCode Integration\n\nThis template comes pre-configured with essential files for RooCode AI development:\n\n- `.clinerules` - Defines technical stack, development workflows, and coding standards for AI\n- `.roomodes` - Configures custom AI modes for different development tasks\n- Pre-configured development workflows optimized for AI collaboration\n- Automated code quality checks and formatting rules that align with AI-generated code\n\n## Features\n\n- 🎯 Optimized for AI-assisted development with RooCode\n- 🚀 [Next.js](https://nextjs.org/) with App Router for robust routing and server-side rendering\n- 💎 [TypeScript](https://www.typescriptlang.org/) for type safety\n- 🎨 [shadcn/ui](https://ui.shadcn.com/) + [Tailwind CSS](https://tailwindcss.com/) for beautiful, customizable UI components\n- 📦 [Zustand](https://github.com/pmndrs/zustand) for state management\n- 🧪 [Vitest](https://vitest.dev/) + [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) for testing\n- 📚 [Storybook](https://storybook.js.org/) for component documentation\n- ✨ [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) for code quality\n- 🔍 Pre-commit hooks with [lefthook](https://github.com/evilmartians/lefthook)\n- 🛠️ Additional tools and libraries:\n  - [Zod](https://zod.dev/) for schema validation\n  - [React Hook Form](https://react-hook-form.com/) for form management\n  - Day.js for date handling\n  - NextAuth.js for authentication\n  - [Pino](https://github.com/pinojs/pino) for logging\n  - MSW for API mocking\n  - Playwright for E2E testing\n\n## AI Development Configuration\n\n### .clinerules\n\nThe `.clinerules` file defines:\n\n- Technical stack specifications\n- Development workflow phases\n- Coding standards and best practices\n- Testing requirements\n- Security guidelines\n\n### .roomodes\n\nCustom AI modes for different development tasks:\n\n- PM Mode: Project management and requirements definition\n- Architect Mode: System design and architecture planning\n- Code Mode: Implementation and testing\n- Debug Mode: Problem diagnosis and resolution\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (LTS version)\n- npm\n- RooCode extension installed in VS Code\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone \u003crepository-url\u003e\ncd nextjs-roocode-template\n```\n\n2. Install dependencies:\n\n```bash\nnpm ci\n```\n\n3. Copy the environment file:\n\n```bash\ncp .env.example .env\n```\n\n4. Start the development server:\n\n```bash\nnpm run dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000) to see your application.\n\n## Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n- `npm run format` - Format code with Prettier\n- `npm test` - Run tests with Vitest\n- `npm run test:coverage` - Generate test coverage report\n- `npm run storybook` - Start Storybook development server\n- `npm run tsc` - Check TypeScript types\n\n## Project Structure\n\n```bash\nsrc/\n├── __mocks__/       # Mock definitions\n├── __tests__/       # Test files\n├── app/             # Next.js App Router files\n├── components/      # React components\n│   ├── features/    # Feature-specific components\n│   ├── layout/      # Layout components\n│   └── ui/          # Base UI components\n├── env/             # Environment variables definition for t3-env\n└── lib/             # Utility functions and shared logic\n```\n\n## Development Guidelines\n\n- Follow the development workflow defined in `.clinerules`\n- Utilize appropriate AI modes for different development tasks\n- Follow the TypeScript coding standards\n- Write comprehensive tests for new features\n- Update Storybook documentation for UI components\n- Ensure ESLint and Prettier rules are followed\n- Use shadcn/ui components when possible\n- Follow the commit message convention\n\n## Contributing\n\n1. Create a feature branch from `main`\n2. Make your changes following the AI development guidelines\n3. Run tests and ensure all checks pass\n4. Submit a pull request to `main`\n\n## License\n\nThis project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonghyo%2Froo-twitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonghyo%2Froo-twitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonghyo%2Froo-twitter/lists"}