{"id":15118298,"url":"https://github.com/aXenDeveloper/vitnode","last_synced_at":"2025-09-28T00:32:20.880Z","repository":{"id":186594524,"uuid":"618933825","full_name":"aXenDeveloper/vitnode","owner":"aXenDeveloper","description":"Open-source Extendable Framework for Building Applications with Next.js, Hono.js \u0026 PostgreSQL.","archived":false,"fork":false,"pushed_at":"2025-09-23T05:56:04.000Z","size":37133,"stargazers_count":35,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"canary","last_synced_at":"2025-09-23T07:26:06.927Z","etag":null,"topics":["honojs","nextjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://vitnode.com","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/aXenDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"aXenDeveloper"}},"created_at":"2023-03-25T19:14:04.000Z","updated_at":"2025-09-06T10:41:46.000Z","dependencies_parsed_at":"2023-10-16T11:53:22.029Z","dependency_job_id":"cd09e226-d2ae-46e3-a13d-f3d9533819db","html_url":"https://github.com/aXenDeveloper/vitnode","commit_stats":{"total_commits":1964,"total_committers":7,"mean_commits":"280.57142857142856","dds":"0.10692464358452136","last_synced_commit":"f9a1a894eb7eb2b1c1e39f4d68a5df8cc1c6847d"},"previous_names":["axendeveloper/vitnode","vitnode/vitnode"],"tags_count":171,"template":false,"template_full_name":null,"purl":"pkg:github/aXenDeveloper/vitnode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fvitnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fvitnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fvitnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fvitnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aXenDeveloper","download_url":"https://codeload.github.com/aXenDeveloper/vitnode/tar.gz/refs/heads/canary","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fvitnode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276572331,"owners_count":25665959,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["honojs","nextjs","tailwindcss","typescript"],"created_at":"2024-09-26T01:46:12.636Z","updated_at":"2025-09-28T00:32:20.874Z","avatar_url":"https://github.com/aXenDeveloper.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://vitnode.com/\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/VitNode/vitnode/canary/assets/logo/vitnode_logo_dark.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/VitNode/vitnode/canary/assets/logo/vitnode_logo_light.svg\"\u003e\n      \u003cimg alt=\"VitNode Logo\" src=\"https://raw.githubusercontent.com/VitNode/vitnode/canary/assets/logo/vitnode_logo_light.svg\" width=\"250\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# 🚀 VitNode\n\n**VitNode** is an extendable framework for building modern applications with Next.js and Hono.js. It provides a structured, plugin-based architecture that makes development faster and less complex.\n\n\u003e [!NOTE]\n\u003e 🚧 You're viewing the `canary` branch (VitNode 2.0), which is under active development and may contain unstable code. For the stable version, check the `v1` branch.\n\n## 🏁 Getting Started\n\n### Supported Package Managers\n\n- [bun](https://bun.com/) (min: v1.1, recommended: v1.2)\n- [pnpm](https://pnpm.io/) (min: v9, recommended: v10)\n- [node.js](https://nodejs.org/) (min: v20, recommended: v22)\n\n### Quick Setup\n\n1. **Install dependencies**\n\n   ```bash\n   pnpm create vitnode-app@canary\n   // or\n   bun create vitnode-app@canary\n   // or\n   npx create-vitnode-app@canary\n   ```\n\n2. **Start database container**\n\n   ```bash\n   pnpm docker:dev\n   // or\n   bun docker:dev\n   // or\n   npm run docker:dev\n   ```\n\n3. **Launch development server**\n   ```bash\n   pnpm dev\n   // or\n   bun dev\n   // or\n   npm run dev\n   ```\n\n## 📝 Available Scripts\n\n- `pnpm dev` - Start development server with auto-reload\n- `pnpm build` - Build for production\n- `pnpm start` - Start production server\n- `pnpm lint` - Check code quality\n- `pnpm lint:fix` - Fix code quality issues\n- `pnpm db:migrate` - Run database migrations\n- `pnpm dev:email` - Start email development server\n\n## ✨ What's New in VitNode 2.0\n\n- **Simplified Architecture**: Single-repo application structure (no monorepo)\n- **Modern Backend**: Hono.js replaces NestJS for better performance\n- **ESM-Only**: Full support for ECMAScript Modules\n- **AI Integration**: New AI Rules and Multi-Cloud Provider support\n- **Enhanced Plugin System**: Improved CLI tools for plugins\n- **Better Documentation**: Completely rewritten docs and website\n- **Streamlined Configuration**: Single config file for all settings\n- **Zod 4**: Upgraded to the latest version for schema validation\n\n## 🔍 Project Scope\n\nVitNode provides:\n\n- **Plugin Architecture**: Extend core functionality with custom plugins\n- **Admin Control Panel**: Built-in management interface\n- **Authentication System**: Support for credentials and SSO providers\n- **Role-Based Access Control**: Comprehensive permission management\n- **Internationalization**: Multi-language support out of the box\n- **Theme System**: Light/dark mode with customizable components\n- **API Documentation**: Auto-generated OpenAPI documentation\n\n## 📊 Project Status\n\nVitNode 2.0 is currently in **active development** (canary branch). While many features are functional, expect changes and improvements as we work toward a stable release.\n\n\u003e [!NOTE]\n\u003e 📚 Documentation is still in progress. Our website is under construction!\n\n## 📄 License\n\nMIT License\n","funding_links":["https://github.com/sponsors/aXenDeveloper"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FaXenDeveloper%2Fvitnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FaXenDeveloper%2Fvitnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FaXenDeveloper%2Fvitnode/lists"}