{"id":34574579,"url":"https://github.com/nuhptr/n8base","last_synced_at":"2026-04-24T04:33:18.174Z","repository":{"id":318951945,"uuid":"1077026988","full_name":"nuhptr/n8base","owner":"nuhptr","description":"A modern n8n automatization, component-driven web application built with Next.js 15— focused on scalability, performance, and experience.","archived":false,"fork":false,"pushed_at":"2025-10-16T04:17:19.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-16T18:54:05.761Z","etag":null,"topics":["betterauth","nextjs","polar","shadcn-ui"],"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/nuhptr.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":"2025-10-15T17:09:26.000Z","updated_at":"2025-10-16T04:17:24.000Z","dependencies_parsed_at":"2025-10-17T11:26:12.594Z","dependency_job_id":"981011ad-4d97-4c5f-a8ef-5a7a1f306957","html_url":"https://github.com/nuhptr/n8base","commit_stats":null,"previous_names":["nuhptr/n8base"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nuhptr/n8base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhptr%2Fn8base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhptr%2Fn8base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhptr%2Fn8base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhptr%2Fn8base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuhptr","download_url":"https://codeload.github.com/nuhptr/n8base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuhptr%2Fn8base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32209893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"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":["betterauth","nextjs","polar","shadcn-ui"],"created_at":"2025-12-24T09:48:20.461Z","updated_at":"2026-04-24T04:33:18.169Z","avatar_url":"https://github.com/nuhptr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧩 n8base\n\nA modern n8n automatization, component-driven web application built with **Next.js 15**, **React 19**, **Tailwind CSS v4**, **Radix UI**, and **shadcn/ui** — focused on scalability, performance, and experience.\n\n---\n\n## 🚀 Tech Stack\n\n| Category             | Technology                                                                 |\n| -------------------- | -------------------------------------------------------------------------- |\n| Framework            | [Next.js 15](https://nextjs.org/)                                          |\n| Language             | [TypeScript](https://www.typescriptlang.org/)                              |\n| UI Library           | [React 19](https://react.dev/)                                             |\n| Styling              | [Tailwind CSS v4](https://tailwindcss.com/docs/theme)                      |\n| Components           | [Radix UI](https://www.radix-ui.com/) + [shadcn/ui](https://ui.shadcn.com) |\n| Validation           | [Zod](https://zod.dev/) + [React Hook Form](https://react-hook-form.com/)  |\n| Charts               | [Recharts](https://recharts.org/)                                          |\n| Carousel             | [Embla Carousel](https://www.embla-carousel.com/)                          |\n| Animations           | [tw-animate-css](https://www.npmjs.com/package/tw-animate-css)             |\n| Linting \u0026 Formatting | [Biome](https://biomejs.dev/)                                              |\n| Package Manager      | [Bun](https://bun.sh/)                                                     |\n\n---\n\n## 🧱 Project Setup\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/nuhptr/n8base.git\ncd n8base\n```\n\n### Install Dependencies\n\n```bash\nbash bun install\n```\n\n### Add all shadcn components\n\n```bash\nbunx shadcn@latest add --all\n```\n\n## ⛳️ Prisma\n\nInstall dependencies\n\n```bash\nbun install prisma tsx --save-dev\nbun install @prisma/client\n```\n\nThen init prisma\n\n```bash\nbunx prisma init\n```\n\nSetup command CLI\n\n```json\n\"prisma:migrate\": \"bunx prisma migrate dev\",\n\"prisma:migrate:reset\": \"bunx prisma migrate reset\",\n\"prisma:studio\": \"bunx prisma studio\"\n```\n\n## ⛳️ tRPC Setup\n\nInstalling this package\n\n```bash\nbun add @trpc/server @trpc/client @trpc/tanstack-react-query @tanstack/react-query client-only server-only\n```\n\n## ⛳️ Better Auth\n\nFollow installing instruction from official website\n\n```bash\nbun add better-auth\n```\n\nCreate database table\n\n```bash\nbunx @better-auth/cli generate\n```\n\n## 🧠 Form Handling \u0026 Validation\n\nUse react-hook-form for form state management.\nIntegrate with zod for schema-based validation:\n\n```ts\nimport { z } from \"zod\"\nimport { useForm } from \"react-hook-form\"\nimport { zodResolver } from \"@hookform/resolvers/zod\"\n\nconst schema = z.object({\n    email: z.string().email(),\n})\n\nconst form = useForm({\n    resolver: zodResolver(schema),\n})\n```\n\n## 🧩 License\n\nThis project is licensed under the MIT License.\nFeel free to use and modify it for your own projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuhptr%2Fn8base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuhptr%2Fn8base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuhptr%2Fn8base/lists"}