{"id":22551237,"url":"https://github.com/sing1ee/next-ceci","last_synced_at":"2025-07-26T22:38:31.926Z","repository":{"id":256532185,"uuid":"855678215","full_name":"sing1ee/next-ceci","owner":"sing1ee","description":"demo by continue, claude dev.","archived":false,"fork":false,"pushed_at":"2024-09-11T09:28:00.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T10:12:00.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sing1ee.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":"2024-09-11T09:25:04.000Z","updated_at":"2024-09-11T09:28:03.000Z","dependencies_parsed_at":"2024-09-11T12:57:23.077Z","dependency_job_id":"21b45b1d-3801-4af0-91ad-ba684a6ab8c6","html_url":"https://github.com/sing1ee/next-ceci","commit_stats":null,"previous_names":["sing1ee/next-ceci"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sing1ee/next-ceci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing1ee%2Fnext-ceci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing1ee%2Fnext-ceci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing1ee%2Fnext-ceci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing1ee%2Fnext-ceci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sing1ee","download_url":"https://codeload.github.com/sing1ee/next-ceci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing1ee%2Fnext-ceci/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267254076,"owners_count":24060138,"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-07-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2024-12-07T17:11:39.695Z","updated_at":"2025-07-26T22:38:31.860Z","avatar_url":"https://github.com/sing1ee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Shadcn Demo\n\nThis is a Next.js project using shadcn/ui components and Supabase for backend services. It includes features such as user profiles with avatars, character divination, and a chatbot interface.\n\n## Prerequisites\n\n-   Node.js (version 14 or later)\n-   pnpm\n-   Supabase CLI\n\n## Getting Started\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-username/next-cezi.git\ncd next-cezi\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Set up your Supabase project and update the `.env.local` file with your Supabase URL and anon key.\n\n4. Run the development server:\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Scripts\n\n-   `pnpm dev`: Runs the app in development mode\n-   `pnpm build`: Builds the app for production\n-   `pnpm start`: Runs the built app in production mode\n-   `pnpm lint`: Runs the linter\n\n## Supabase Migrations\n\nTo run Supabase migrations:\n\n1. Install Supabase CLI if you haven't already:\n\n```bash\npnpm add -g supabase\n```\n\n2. Link your project:\n\n```bash\nsupabase link --project-ref YOUR_PROJECT_REF\n```\n\nReplace `YOUR_PROJECT_REF` with your Supabase project reference.\n\n3. Push the migrations:\n\n```bash\nsupabase db push\n```\n\n## Project Structure\n\n-   `components/`: Contains React components including ChatBot, UserProfileEdit, and CharacterDivination\n-   `app/`: Next.js app directory with pages and layouts\n-   `lib/`: Utility functions and configurations\n-   `supabase/migrations/`: Supabase migration files for database schema\n\n## Features\n\n-   User Profile Management: Users can edit their display name and upload avatars\n-   Character Divination: A feature for character-based divination\n-   ChatBot: An interactive chatbot interface\n\n## Adding New Components\n\nThis project uses shadcn/ui components. To add a new component:\n\n```bash\npnpm dlx shadcn@latest add component-name\n```\n\nReplace `component-name` with the name of the component you want to add.\n\n## Learn More\n\nTo learn more about the technologies used in this project, check out the following resources:\n\n-   [Next.js Documentation](https://nextjs.org/docs)\n-   [Supabase Documentation](https://supabase.io/docs)\n-   [shadcn/ui Documentation](https://ui.shadcn.com)\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\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing1ee%2Fnext-ceci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsing1ee%2Fnext-ceci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing1ee%2Fnext-ceci/lists"}