{"id":24668811,"url":"https://github.com/koolamusic/lovesanta","last_synced_at":"2026-04-17T00:02:39.675Z","repository":{"id":101617543,"uuid":"317939143","full_name":"koolamusic/lovesanta","owner":"koolamusic","description":"The Secret Santa App: Anonymously pair yourself with a team-mate you can show a random act of kindness to","archived":false,"fork":false,"pushed_at":"2024-12-12T17:34:38.000Z","size":4070,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T13:28:00.718Z","etag":null,"topics":["api","next","nextjs","react","serverless"],"latest_commit_sha":null,"homepage":"","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/koolamusic.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}},"created_at":"2020-12-02T17:27:36.000Z","updated_at":"2024-12-12T17:35:03.000Z","dependencies_parsed_at":"2023-06-06T14:45:10.354Z","dependency_job_id":null,"html_url":"https://github.com/koolamusic/lovesanta","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/koolamusic/lovesanta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolamusic%2Flovesanta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolamusic%2Flovesanta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolamusic%2Flovesanta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolamusic%2Flovesanta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koolamusic","download_url":"https://codeload.github.com/koolamusic/lovesanta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolamusic%2Flovesanta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","next","nextjs","react","serverless"],"created_at":"2025-01-26T09:17:42.008Z","updated_at":"2026-04-17T00:02:39.618Z","avatar_url":"https://github.com/koolamusic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secret Santa\n\n\u003cp style=\"text-align: center\"\u003e\n\u003cspan\u003e\n\u003cimg width=\"45%\" alt=\"pair preference\" src=\"https://user-images.githubusercontent.com/8960757/206277890-c6f5b694-224e-4c61-a340-75f3d7bd06fa.png\" /\u003e\n\u003c/span\u003e\n\n\u003cspan\u003e\n\u003cimg width=\"45%\" alt=\"pair-success\" src=\"https://user-images.githubusercontent.com/8960757/206277896-e5009666-d3b0-4bf3-9d42-7eaa0757d6b5.png\" /\u003e\n\u003c/span\u003e\n\u003c/p\u003e\n\n\nSo you wanna host a lovefeast, however participants need to dip and select their pairs randomly, as well as secretly. No one is supposed to know another person's pair.\nThis App is built with NextJs and uses Airtable as the Database.\n\n- Users can set a secret code\n- Users can Generate their pair randomly (using some lodash helpers)\n- Users can Generate Random Pairs only (3times) to avoid abuse.\n\n\n\n\nhttps://user-images.githubusercontent.com/8960757/206277873-b61d5923-c4ff-482d-821f-dd2f66fe09db.mp4\n\n\n## Serverless\n\nThe APIs are a set of serverless functions, coupled with the delivery of Nextjs on Edge (a.k.a) Vercel and the power of Airtable as a User friendly database. This project was written within 24-hours 😉 So there might be a few edge cases not covered yet within the access and pairing algorithms, coupled with a bunch of if/else :(\n\n## Prerequisites\n\n- You need `git` installed locally\n- You need `Nodejs` and `npm` installed\n- You need a Code Editor (Vscode, webstorm, Atom) etc\n\n```sh\n\ngit clone https://github.com/koolamusic/love-dip\n$ cd love-dip\n$ npm install \u0026\u0026 npm run dev\n\n```\n\n## Build and Deploy\n\nThis is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.\n\n## What's next? How do I make an app with this?\n\nWe try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.\n\nIf you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help.\n\n- [Next.js](https://nextjs.org)\n- [NextAuth.js](https://next-auth.js.org)\n- [Prisma](https://prisma.io)\n- [Drizzle](https://orm.drizzle.team)\n- [Tailwind CSS](https://tailwindcss.com)\n- [tRPC](https://trpc.io)\n\n## Learn More\n\nTo learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:\n\n- [Documentation](https://create.t3.gg/)\n- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials\n\nYou can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!\n\n## How do I deploy this?\n\nFollow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolamusic%2Flovesanta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoolamusic%2Flovesanta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolamusic%2Flovesanta/lists"}