{"id":28458184,"url":"https://github.com/9d8dev/ishi","last_synced_at":"2026-03-06T10:03:01.049Z","repository":{"id":292282663,"uuid":"980397484","full_name":"9d8dev/ishi","owner":"9d8dev","description":"A modern web application starter built with Next.js 15, React 19, TypeScript, and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-12-12T17:35:12.000Z","size":1479,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T00:49:19.544Z","etag":null,"topics":["9d8","better-auth","craft-ds","nextjs","react","shadcn","starter","typescript"],"latest_commit_sha":null,"homepage":"https://ishi.dev","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/9d8dev.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}},"created_at":"2025-05-09T04:11:22.000Z","updated_at":"2025-12-12T17:35:16.000Z","dependencies_parsed_at":"2025-05-09T05:23:28.033Z","dependency_job_id":"2fb521ef-467c-4dfb-8008-f199190c1e4c","html_url":"https://github.com/9d8dev/ishi","commit_stats":null,"previous_names":["9d8dev/ishi"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/9d8dev/ishi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d8dev%2Fishi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d8dev%2Fishi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d8dev%2Fishi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d8dev%2Fishi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9d8dev","download_url":"https://codeload.github.com/9d8dev/ishi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d8dev%2Fishi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30171656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["9d8","better-auth","craft-ds","nextjs","react","shadcn","starter","typescript"],"created_at":"2025-06-07T00:10:07.935Z","updated_at":"2026-03-06T10:02:56.038Z","avatar_url":"https://github.com/9d8dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ishi\n\nA modern web application starter built with Next.js 15, React 19, TypeScript, and Tailwind CSS.\n\n## Features\n\n- **Next.js 15 App Router**: Leveraging the latest Next.js features with App Router architecture\n- **React 19**: Using the latest React version with improved performance and features\n- **Authentication**: Complete sign-in/sign-up flows with form validation\n- **Database Integration**: Drizzle ORM with NeonDB serverless Postgres\n- **Admin Dashboard**: Secure admin panel with role-based access control\n- **Modern UI Components**: Shadcn UI and Craft Design System built on Tailwind CSS\n- **Type Safety**: End-to-end TypeScript with Zod validation\n- **Analytics**: Built-in Vercel Analytics for monitoring performance\n- **Styling**: Tailwind CSS v4 with custom theme configuration\n- **Form Handling**: React Hook Form with Zod validation\n- **Toast Notifications**: Sonner for beautiful toast notifications\n- **Icons**: Lucide React icons library\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- PNPM\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/9d8dev/ishi.git\ncd ishi\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Set up environment variables:\n\n```bash\ncp .env.example .env.local\n```\n\n4. Update the `.env.local` file with your database credentials and other required variables.\n\n5. Run the development server:\n\n```bash\npnpm dev\n```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.\n\n## Project Structure\n\n```\n/app                   # Next.js App Router pages\n  /(admin)             # Admin dashboard routes\n  /(app)               # Main application routes\n  /(auth)              # Authentication routes\n  /(home)              # Public landing pages\n/components            # React components\n  /auth                # Authentication components\n  /site                # Site layout components\n  /ui                  # UI components\n/lib                   # Utility functions and shared code\n  /auth                # Authentication utilities\n  /data                # Data fetching and validation\n  /db                  # Database models and configuration\n/public                # Static assets\n```\n\n## Authentication\n\nIshi includes a complete authentication system with:\n\n- Sign-in and sign-up forms\n- Form validation with Zod\n- Protected routes via middleware\n- Role-based access control\n\n## Database\n\nThe starter uses Drizzle ORM with NeonDB (serverless Postgres) for database operations. Database models are defined in `/lib/db/schema.ts`.\n\n## UI Components\n\nIshi includes a comprehensive set of UI components from Shadcn UI, built on Radix UI primitives and styled with Tailwind CSS.\n\n## Deployment\n\nThis project is optimized for deployment on Vercel. Simply connect your GitHub repository to Vercel and deploy.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Created by [9d8](https://9d8.dev)\n- Built with [Next.js](https://nextjs.org/)\n- UI components from [shadcn/ui](https://ui.shadcn.com/)\n- Design system from [brijr/craft](https://craft-ds.com/)\n- Icons from [Lucide](https://lucide.dev/)\n- Database from [NeonDB](https://neon.tech/)\n- Authentication from [better-auth](https://github.com/9d8dev/better-auth)\n- Form handling from [react-hook-form](https://react-hook-form.com/)\n- Validation from [zod](https://zod.dev/)\n- Styling from [Tailwind CSS](https://tailwindcss.com/)\n- Analytics from [vercel/analytics](https://vercel.com/analytics)\n- Toast notifications from [sonner](https://sonner.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9d8dev%2Fishi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9d8dev%2Fishi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9d8dev%2Fishi/lists"}