{"id":50149154,"url":"https://github.com/kyh/yours-sincerely","last_synced_at":"2026-05-24T07:04:00.390Z","repository":{"id":40797632,"uuid":"176449912","full_name":"kyh/yours-sincerely","owner":"kyh","description":"Anonymous love letters 💌 written in disappearing ink","archived":false,"fork":false,"pushed_at":"2026-05-03T07:01:52.000Z","size":17881,"stargazers_count":37,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-03T09:06:57.798Z","etag":null,"topics":["anonymous","drizzle-orm","ephemeral","nextjs","react","tailwindcss","trpc"],"latest_commit_sha":null,"homepage":"https://yourssincerely.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2019-03-19T07:23:25.000Z","updated_at":"2026-05-03T07:01:56.000Z","dependencies_parsed_at":"2026-05-03T09:02:30.861Z","dependency_job_id":null,"html_url":"https://github.com/kyh/yours-sincerely","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyh/yours-sincerely","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyh%2Fyours-sincerely","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyh%2Fyours-sincerely/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyh%2Fyours-sincerely/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyh%2Fyours-sincerely/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyh","download_url":"https://codeload.github.com/kyh/yours-sincerely/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyh%2Fyours-sincerely/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33424576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":["anonymous","drizzle-orm","ephemeral","nextjs","react","tailwindcss","trpc"],"created_at":"2026-05-24T07:04:00.331Z","updated_at":"2026-05-24T07:04:00.380Z","avatar_url":"https://github.com/kyh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/kyh/yours-sincerely/issues)\n[![GitHub last commit](https://img.shields.io/github/last-commit/kyh/yours-sincerely)](https://github.com/kyh/yours-sincerely)\n\n# Yours Sincerely\n\n[🚀 Website](https://yourssincerely.org/) | [App Store](https://apps.apple.com/ag/app/yours-sincerely/id1510472230) | [Play Store](https://play.google.com/store/apps/details?id=com.kyh.yourssincerely)\n\n\u003e Anonymous love letters 💌 written in disappearing ink.\n\n## Get Started\n\nThe application is built on a modified version of the [T3 Turbo stack](https://github.com/t3-oss/create-t3-turbo) (to include Supabase).\n\nThe native apps are built on [capacitor](https://capacitorjs.com/) which can be found in the `apps/capacitor` directory.\n\n```text\n.vscode\n  └─ Recommended extensions and settings for VSCode users\n\napps\n  ├─ capacitor\n  |  └─ iOS \u0026 Android apps\n  └─ next.js\n     └─ Web client and server\n\npackages\n  ├─ api\n  |  └─ tRPC router definitions\n  ├─ db\n  |  └─ Drizzle database setup and Supabase clients\n  └─ ui\n     └─ UI package for the webapp using shadcn-ui\n```\n\n\u003e Since some folks have asked, I'll be open sourcing the modified template this app is based off soon. Follow my [account](https://github.com/kyh) for updates.\n\n### Install dependencies\n\n- [Node.js](https://nodejs.org/en) - LTS version recommended\n- [Docker](https://www.docker.com/) - Used for running the database\n\n### Local Development\n\n```sh\n# Rename .env.example to .env and update variables\nmv .env.example .env\n\n# Installing dependencies\npnpm install\n\n# To start the database\npnpm db:start\n\n# To start the app\npnpm dev:nextjs\n\n# To run native apps (make sure web server is running with the command above)\npnpm dev:ios\npnpm dev:android\n```\n\nYou'll be able to view the website at `http://localhost:3000`\n\n## Stack\n\nThis project uses the following libraries and services:\n\n- Framework - [Next.js](https://nextjs.org/)\n- Styling - [Tailwind](https://tailwindcss.com)\n- Database - [Postgres (Supabase)](https://supabase.com) + [Drizzle](https://orm.drizzle.team)\n- Hosting - [Vercel](https://vercel.com)\n- Notifications - [Knock](https://knock.app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyh%2Fyours-sincerely","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyh%2Fyours-sincerely","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyh%2Fyours-sincerely/lists"}