{"id":22696997,"url":"https://github.com/kunaldhongade/stripex","last_synced_at":"2026-05-11T02:25:54.653Z","repository":{"id":262970522,"uuid":"888898824","full_name":"kunaldhongade/stripex","owner":"kunaldhongade","description":"StripeX is a Next.js project designed to demonstrate seamless integration with Stripe for managing subscriptions in a SaaS (Software-as-a-Service) application. It features a robust tech stack, modern design patterns, and a focus on scalability. stripe integration with various subscription for saas platform just demo bro ","archived":false,"fork":false,"pushed_at":"2024-11-15T10:37:06.000Z","size":437,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T19:17:58.476Z","etag":null,"topics":["kinde-auth","lucide-react","next","nextjs14","prisma","radix-ui","react-query","stripe","stripe-payment","stripe-payments","stripe-subscriptions","tailwindcss","tanstack-react-query"],"latest_commit_sha":null,"homepage":"https://stripex.vercel.app","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/kunaldhongade.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-11-15T08:12:21.000Z","updated_at":"2024-11-15T10:39:27.000Z","dependencies_parsed_at":"2024-11-15T10:50:49.341Z","dependency_job_id":null,"html_url":"https://github.com/kunaldhongade/stripex","commit_stats":null,"previous_names":["kunaldhongade/stripex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Fstripex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Fstripex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Fstripex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunaldhongade%2Fstripex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kunaldhongade","download_url":"https://codeload.github.com/kunaldhongade/stripex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246224528,"owners_count":20743389,"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":["kinde-auth","lucide-react","next","nextjs14","prisma","radix-ui","react-query","stripe","stripe-payment","stripe-payments","stripe-subscriptions","tailwindcss","tanstack-react-query"],"created_at":"2024-12-10T05:11:50.975Z","updated_at":"2026-05-11T02:25:49.617Z","avatar_url":"https://github.com/kunaldhongade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StripeX - SaaS Stripe Integration Project\n\n![StripeX Demo](https://via.placeholder.com/800x400.png?text=StripeX+Demo)\n\nStripeX is a **Next.js** project designed to demonstrate seamless integration with **Stripe** for managing subscriptions in a SaaS (Software-as-a-Service) application. It features a robust tech stack, modern design patterns, and a focus on scalability.\n\n[Live Demo](https://stripex.vercel.app)\n\n## Features\n\n- **Stripe Integration**: Easy subscription handling via the Stripe API.\n- **Authentication**: Powered by [Kinde Auth for Next.js](https://kinde.com/), enabling secure user sign-in/out flows.\n- **Dynamic Theming**: Built with `next-themes` for theme toggling.\n- **Modern UI Components**: Implemented using Radix UI libraries for accessible and customizable designs.\n- **State Management**: State queries and caching handled with `@tanstack/react-query`.\n- **Tailwind CSS**: Highly customizable and utility-first CSS framework for consistent styling.\n- **Database**: Integrated with Prisma ORM for scalable database operations.\n\n---\n\n## Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/) (v14.2.4)\n- **Programming Language**: TypeScript\n- **Database**: Prisma\n- **CSS Framework**: Tailwind CSS\n- **API Integration**: Stripe (v16.0.0)\n- **UI Components**: Radix UI, Lucide Icons\n- **State Management**: React Query\n\n---\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/kunaldhongade/stripex\n   cd stripex\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up your environment variables:\n   Create a `.env` file in the root directory and add the following:\n\n   ```env\n   NEXT_PUBLIC_STRIPE_API_KEY=your_stripe_public_key\n   STRIPE_SECRET_KEY=your_stripe_secret_key\n   DATABASE_URL=your_database_connection_string\n   ```\n\n4. Generate Prisma client:\n\n   ```bash\n   npx prisma generate\n   ```\n\n5. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n---\n\n## Scripts\n\n- `npm run dev`: Start the development server.\n- `npm run build`: Build the project for production.\n- `npm start`: Start the production server.\n- `npm run lint`: Run ESLint for code linting.\n- `npm run postinstall`: Generate Prisma client after dependency installation.\n\n---\n\n## Future Enhancements\n\n- Add more detailed Stripe webhook event handling.\n- Implement advanced analytics for subscription metrics.\n- Add unit and integration tests.\n\n---\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a feature branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes and push:\n   ```bash\n   git push origin feature-name\n   ```\n4. Open a Pull Request.\n\n---\n\n## License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n\nHappy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunaldhongade%2Fstripex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunaldhongade%2Fstripex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunaldhongade%2Fstripex/lists"}