{"id":14987543,"url":"https://github.com/onurhan1337/zen","last_synced_at":"2025-04-12T00:15:26.032Z","repository":{"id":211342019,"uuid":"702438123","full_name":"onurhan1337/zen","owner":"onurhan1337","description":"Project management tool for teams. 🌊","archived":false,"fork":false,"pushed_at":"2024-07-07T19:32:07.000Z","size":1650,"stargazers_count":38,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T00:15:20.836Z","etag":null,"topics":["dnd-kit","formik","formik-yup","next-auth","nextjs","prisma","radix-ui","shadcn-ui","supabase","vercel-postgres","yup","zustand"],"latest_commit_sha":null,"homepage":"https://zen-orcin.xyz","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/onurhan1337.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}},"created_at":"2023-10-09T10:13:33.000Z","updated_at":"2025-04-05T09:58:17.000Z","dependencies_parsed_at":"2024-01-06T16:29:36.613Z","dependency_job_id":"a17bf0ba-c6ea-471a-bec0-a73b717d585f","html_url":"https://github.com/onurhan1337/zen","commit_stats":{"total_commits":195,"total_committers":3,"mean_commits":65.0,"dds":0.2666666666666667,"last_synced_commit":"b3ddfb8e3c11ce714f28281bd319c409d4afdc56"},"previous_names":["onurhan1337/zen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fzen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fzen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fzen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fzen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onurhan1337","download_url":"https://codeload.github.com/onurhan1337/zen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497818,"owners_count":21113984,"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":["dnd-kit","formik","formik-yup","next-auth","nextjs","prisma","radix-ui","shadcn-ui","supabase","vercel-postgres","yup","zustand"],"created_at":"2024-09-24T14:14:54.687Z","updated_at":"2025-04-12T00:15:26.001Z","avatar_url":"https://github.com/onurhan1337.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./public/logo.png\" width='128' height='128' /\u003e\n\u003c/p\u003e\n\n### What is Zen?\n\nZen is a robust project management tool designed to streamline the process of managing projects, tasks. Built with modern technologies, Zen provides an intuitive and efficient way to organize your work.\n\n## Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/)\n- **Database**: [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) \u0026 [Prisma](https://www.prisma.io/) \u0026 [Upstash Redis](https://upstash.com/)\n- **Authentication**: [Next Auth](https://next-auth.js.org/)\n- **Drag and Drop**: [Dnd Kit](https://dndkit.com/)\n- **Deployment**: [Vercel](https://vercel.com)\n- **Form Handling**: [Formik](https://formik.org/) \u0026 [Yup](https://github.com/jquense/yup)\n- **State Management**: [Zustand](https://github.com/pmndrs/zustand)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) \u0026 [shadcn/ui](https://ui.shadcn.com/) \u0026 [Radix Themes](https://www.radix-ui.com/themes/docs/overview/getting-started)\n\n## Overview\n\n- `pages/api/*` - [API Routes](https://nextjs.org/docs/api-routes/introduction)\n- `pages/` - Contains all the page components. Each file corresponds to a route based on its name.\n- `components/` - Contains all project components with reusable React components.\n- `prisma/` - Contains your Prisma schema and migrations.\n- `public/` - Contains static files like images, which can be accessed directly via URL.\n- `styles/` - Contains global styles. The application primarily uses Tailwind CSS for styling.\n- `lib/` - Contains utility functions, custom hooks and libraries that are used across the project.\n\n## Demo\n\n[https://zen-orcin.xyz/](https://zen-orcin.xyz/)\n\n## Running Locally\n\nThis application requires Node.js v16.13+.\n\n```bash\ngit clone https://github.com/onurhan1337/zen.git\ncd zen\npnpm install\npnpm run dev\n```\n\nCreate a `.env` file similar to [`.env.example`](https://github.com/onurhan1337/zen/blob/master/.env.example). You need to fill them out for the site to work.\n\n## Cloning / Forking\n\nPlease review the [license](https://github.com/onurhan1337/my-website/blob/master/LICENSE.txt) and remove all of my personal information (resume, blog posts, images, etc.).\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fzen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonurhan1337%2Fzen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fzen/lists"}