{"id":28340333,"url":"https://github.com/floydrise/loopin","last_synced_at":"2026-04-18T12:03:47.216Z","repository":{"id":292897195,"uuid":"982228212","full_name":"floydrise/loopin","owner":"floydrise","description":"'Experiences' platform, where a user can browse events, sign up for events, buy tickets and more. Hosted on Render, please, give it some time to load.","archived":false,"fork":false,"pushed_at":"2025-06-04T15:23:41.000Z","size":10481,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T14:38:21.877Z","etag":null,"topics":["better-auth","bun","drizzle","hono","react","stripe","tanstack","tanstack-form","tanstack-query","tanstack-router","typescript","zod"],"latest_commit_sha":null,"homepage":"https://loopin-aiii.onrender.com/","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/floydrise.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-12T15:02:59.000Z","updated_at":"2025-06-05T13:23:44.000Z","dependencies_parsed_at":"2025-06-20T20:44:22.909Z","dependency_job_id":null,"html_url":"https://github.com/floydrise/loopin","commit_stats":null,"previous_names":["floydrise/loopin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/floydrise/loopin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydrise%2Floopin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydrise%2Floopin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydrise%2Floopin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydrise%2Floopin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floydrise","download_url":"https://codeload.github.com/floydrise/loopin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydrise%2Floopin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["better-auth","bun","drizzle","hono","react","stripe","tanstack","tanstack-form","tanstack-query","tanstack-router","typescript","zod"],"created_at":"2025-05-27T02:46:15.477Z","updated_at":"2026-04-18T12:03:47.188Z","avatar_url":"https://github.com/floydrise.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎟️ LoopIn\n\nLoopIn is an **experiences platform** where users can explore and sign up for events—either **free or paid (via Stripe)**. Designed with a modern full-stack monorepo architecture, LoopIn allows users to:\n\n- ✨ Browse and discover upcoming events\n- 🆓 Sign up for free events\n- 💳 Purchase tickets for paid events (Stripe)\n- 📧 Receive confirmation emails after sign-up/purchase\n- 🗓️ Add events to Google Calendar (if signed in with Google)\n- 🗑️ Manage (delete) tickets from their profile\n\nAdditionally, **staff members** can:\n- 🛠️ Create, update, or delete events\n\n\u003e 🧪 Built with cutting-edge tools - Bun, Hono, and TanStack to deliver a fast, modern experience.\n\n---\n\n## 🛠️ Tech Stack\n\n### Backend\n- **[TypeScript](https://www.typescriptlang.org/)**\n- **[Bun](https://bun.sh/)**\n- **[Hono](https://hono.dev/)** (Edge-native web framework)\n- **PostgreSQL** (via [Neon](https://neon.tech/))\n- **[Drizzle ORM](https://orm.drizzle.team/)**\n- **[Zod](https://zod.dev/)** for validation\n- **[Resend](https://resend.com/)** + React Email for sending emails\n- **[Stripe](https://stripe.com/)** for payments\n- **[Better-Auth](https://www.better-auth.com/)** for authentication\n\n### Frontend\n- **React + Vite + TypeScript**\n- **[TanStack Router/Query/Form](https://tanstack.com/)**\n- **[Tailwind CSS](https://tailwindcss.com/) + [Shadcn](https://ui.shadcn.com/)**\n- **[Stripe.js](https://www.npmjs.com/package/@stripe/stripe-js)**\n- **[Motion](https://motion.dev/docs/react-animation)** for animations\n- **[Luxon](https://moment.github.io/luxon/#/?id=luxon) / [date-fns](https://date-fns.org/)** for date handling\n- **[usehooks-ts](https://usehooks-ts.com/introduction)** for utilities\n- **Zod** (shared across client and server)\n\n---\n\n## 🚀 Getting Started\n\n### 🧱 Prerequisites\n- Install [Bun](https://bun.sh/)\n- Populate the `.env` file using `.env.example`\n\n### 🔧 Installation\n\n```bash\n# 1. Clone the repo\ngit clone https://github.com/yourusername/loopin.git\ncd loopin\n\n# 2. Install backend dependencies\nbun install\n\n# 3. Go to frontend folder\ncd view\n\n# 4. Install frontend dependencies\nbun run install\n ```\n\n### 🏃Running Locally\n\nYou'll need two terminal windows open:\n\n```bash\n\n# Terminal 1 (backend)\ncd loopin\nbun run dev\n# This will run on localhost:3000 by default\n\n# Terminal 2: (Frontend)\ncd loopin/view\nbun run dev\n# This will run on localhost:5173 by default\n```\n\n---\n\n## 🔐 Features\n\n- 🔁 Social login via Google/GitHub\n- ✅ Ticket confirmation via email\n- 💼 Staff mode for event management\n- 💸 Secure payments with Stripe\n- 🗂️ Fully containerized with Docker\n- ☁️ Deployed to Render\n\n---\n\n## 🎥 Demo\n\n[📺 Watch the demo video](https://youtu.be/ExyiK87rd9M?si=5ud2n8K33SrppiAr)\n\nTry it live (may take a few seconds to boot ⏳):  \n👉 [https://loopin-aiii.onrender.com/](https://loopin-aiii.onrender.com/)\n\n---\n\n## 🙋‍♂️ Author\n\nBuilt with ❤️ by **Stefan Petrov**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloydrise%2Floopin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloydrise%2Floopin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloydrise%2Floopin/lists"}