{"id":30887604,"url":"https://github.com/qodinger/role-reactor-website","last_synced_at":"2026-05-01T18:32:29.536Z","repository":{"id":307795821,"uuid":"1026752232","full_name":"qodinger/role-reactor-website","owner":"qodinger","description":"A modern documentation website for the Role Reactor Discord bot, built with Next.js 15 and Fumadocs.","archived":false,"fork":false,"pushed_at":"2026-04-19T09:29:43.000Z","size":20006,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T11:26:39.797Z","etag":null,"topics":["discord-bot","documentation","fumadocs","mdx","nextjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://rolereactor.app/","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/qodinger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-07-26T14:39:48.000Z","updated_at":"2026-04-19T09:29:47.000Z","dependencies_parsed_at":"2025-11-09T11:11:37.278Z","dependency_job_id":null,"html_url":"https://github.com/qodinger/role-reactor-website","commit_stats":null,"previous_names":["tyecode-bots/role-reactor-website","qodinger/role-reactor-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qodinger/role-reactor-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodinger%2Frole-reactor-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodinger%2Frole-reactor-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodinger%2Frole-reactor-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodinger%2Frole-reactor-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qodinger","download_url":"https://codeload.github.com/qodinger/role-reactor-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodinger%2Frole-reactor-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["discord-bot","documentation","fumadocs","mdx","nextjs","tailwindcss","typescript"],"created_at":"2025-09-08T14:03:24.037Z","updated_at":"2026-05-01T18:32:29.518Z","avatar_url":"https://github.com/qodinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Role Reactor Website\n\nThe official website, documentation, and dashboard for the Role Reactor Discord bot.\n\n## 🚀 Overview\n\nThis project is a Next.js application that includes:\n\n- **Landing Page**: Marketing and feature showcase.\n- **Documentation**: Powered by [Fumadocs](https://fumadocs.vercel.app).\n- **Dashboard**: User dashboard for managing bot settings and AI generation.\n- **Payments**: 100% Crypto-Native checkout flow (KnotEngine / Plisio).\n\n## 🛠 Tech Stack\n\n- **Framework**: Next.js 15 (App Router)\n- **Styling**: Tailwind CSS v4\n- **UI Components**: Shadcn UI (Radix UI + Tailwind)\n- **Documentation**: Fumadocs MDX\n- **State Management**: Zustand\n- **Authentication**: NextAuth.js v5 (Discord OAuth)\n\n## 📁 Project Structure\n\n```\napps/website/\n├── content/              # Documentation (MDX files)\n├── src/\n│   ├── app/\n│   │   ├── (home)/       # Landing page routes\n│   │   ├── dashboard/    # User dashboard\n│   │   ├── docs/         # Documentation routes\n│   │   └── api/          # API routes\n│   ├── components/\n│   │   ├── ui/           # Shadcn UI components\n│   │   ├── dashboard/    # Dashboard-specific components\n│   │   └── layout/       # Shared layout components\n│   ├── lib/              # Utilities\n│   └── store/            # Global state (Zustand)\n```\n\n## 🏃 Getting Started\n\n### Prerequisites\n\n- **Node.js** 18+\n- **pnpm** 8+\n\n### Installation\n\n```bash\n# Install dependencies\npnpm install\n```\n\n### Development\n\nTo start the development server:\n\n```bash\n# Start the website app\npnpm dev\n```\n\nThe application will be available at `http://localhost:3000` (or the port specified in terminal).\n\n### Build\n\nTo build the application for production:\n\n```bash\npnpm build\n```\n\n## 🔧 Environment Variables\n\nCreate a `.env.local` file in `apps/website/` with the following variables:\n\n```env\n# NextAuth\nNEXTAUTH_URL=http://localhost:3000\nNEXTAUTH_SECRET=your-secret-here\n\n# Discord OAuth\nDISCORD_CLIENT_ID=your-client-id\nDISCORD_CLIENT_SECRET=your-client-secret\n\n# Database \u0026 API\nBOT_API_URL=http://localhost:8080\n```\n\n## 📄 License\n\nMIT License - see LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqodinger%2Frole-reactor-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqodinger%2Frole-reactor-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqodinger%2Frole-reactor-website/lists"}