{"id":29138098,"url":"https://github.com/mocdaniel/yay-or-nay","last_synced_at":"2025-07-18T09:37:37.500Z","repository":{"id":299992782,"uuid":"1003063977","full_name":"mocdaniel/yay-or-nay","owner":"mocdaniel","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-19T10:23:53.000Z","size":2326,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T10:36:39.516Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mocdaniel.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}},"created_at":"2025-06-16T15:07:09.000Z","updated_at":"2025-06-19T10:22:11.000Z","dependencies_parsed_at":"2025-06-19T10:47:55.503Z","dependency_job_id":null,"html_url":"https://github.com/mocdaniel/yay-or-nay","commit_stats":null,"previous_names":["mocdaniel/yay-or-nay"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mocdaniel/yay-or-nay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fyay-or-nay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fyay-or-nay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fyay-or-nay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fyay-or-nay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mocdaniel","download_url":"https://codeload.github.com/mocdaniel/yay-or-nay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fyay-or-nay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262779972,"owners_count":23363060,"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":[],"created_at":"2025-06-30T13:05:04.599Z","updated_at":"2025-06-30T13:05:09.102Z","avatar_url":"https://github.com/mocdaniel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yay or Nay - An Opinionated Feedback App\n\nYay or Nay is a _small, selfhostable, and opinionated_ application for gathering feedback for public speakers.\n\nIt allows you to gather intel from attendees of your gigs, including\n\n- **Talks/Presentations**\n- **Workshops**\n- **Panel Sessions**\n\nYou can find more information on Yay Or Nay, it's use-cases, and constraints,\n[in the docs](https://docs.yay-or-nay.com).\n\nBelow are a few screenshots of the tool. There's also a [public demo](./README.md#public-demo) available.\n\n## Screenshots\n\n![Yay Or Nay Dashboard](./docs/docs/assets/dashboard.png)\n![Yay Or Nay Details](./docs/docs/assets/details.png)\n![Yay Or Nay QR Code Generator](./docs/docs/assets/qrcode.png)\n![Yay Or Nay Forms](./docs/docs/assets/form.png)\n\n## Public Demo\n\nThere is a demo publicly available at [yay-or-nay.com](https://yay-or-nay.com/login), below are credentials\nto log in:\n\n| Credential | Value    |\n| ---------- | -------- |\n| Username   | `admin`    |\n| Password   | `Adminpwd!` |\n\n\u003e [!NOTE]\n\u003e Data in the public demo gets deleted every 4 hours.\n\n## Deploying Yay or Nay\n\nYou can deploy Yay or Nay on **Docker**, using the official Docker images at `ghcr.io/mocdaniel/yay-or-nay`.\n\nIn the future, there will be support for different deployment strategies, e.g. **Kubernetes**, as well as for\nmultiple **SaaS offerings** (Vercel, Netlify, etc.).\n\nMore information on how to deploy Yay or Nay can be found [in the docs](https://docs.yay-or-nay.com/getting-started/docker).\n\n## Contributing\n\nFeel free to contribute to this repository. More detailed information can be found in [`CONTRIBUTING.md`](./CONTRIBUTING.md).\n\n\u003e [!NOTE]\n\u003e Make sure to read the [`CONTRIBUTING.md`](./CONTRIBUTING.md) file, as well as the [What Yay or Nay Is and What it Isn't](https://docs.yay-or-nay.com/what-is-yay-or-nay) page of the docs.\n\u003e\n\u003e This is an opinionated project, and not all improvements and/or feature requests will get approved. If in doubt,\n\u003e feel free to [open an issue](https://github.com/mocdaniel/yay-or-nay/issues/new).\n\n## License\n\nThis project is **MIT Licensed** and you may do with it (almost) whatever you want. A copy of the license is\ndistributed with this project's source code in [`LICENSE`](./LICENSE).\n\nAdditional information regarding used dependencies and their licenses can be found in [`NOTICE`](./NOTICE).\n\n## Acknowledgements\n\nYay or Nay leverages frameworks, component libraries, and 3rd party libraries to do what it does:\n\n- [NextJS](https://nextjs.org), the React Framework, as **framework**\n- [shadcn-ui](https://ui.shadcn.com), an accessible component library, for **UI design**\n- [TailwindCSS](https://tailwindcss.com), a utility-first CSS framework, for **styling**\n- [React Hook Form](https://react-hook-form.com/), for **form state management**\n- [Zod](https://zod.dev/), TypeScript-first schema validation, for **form validation**\n- [LuciaAuth](https://lucia-auth.com/), where I vendored **auth and session code** from\n- [Lucide](https://lucide.dev/), for **beautiful and consistent icons**\n- [Bun](https://bun.sh), a fast all-in-one JavaScript toolkit, as **runtime**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocdaniel%2Fyay-or-nay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmocdaniel%2Fyay-or-nay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocdaniel%2Fyay-or-nay/lists"}