{"id":14987534,"url":"https://github.com/davitjabushanuri/chirp","last_synced_at":"2025-08-10T12:07:35.798Z","repository":{"id":65046472,"uuid":"563499455","full_name":"davitJabushanuri/Chirp","owner":"davitJabushanuri","description":"A full-stack Twitter clone built with Next.js, Tanstack Query, Prisma, PostgreSQL, and Supabase","archived":false,"fork":false,"pushed_at":"2024-06-02T18:23:20.000Z","size":2602,"stargazers_count":49,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-19T01:35:50.316Z","etag":null,"topics":["docker","framer-motion","nextauth","nextjs","prisma-orm","react","scss","socket-io","tailwindcss","tanstack-query","typescript","upstash-redis","zod","zustand"],"latest_commit_sha":null,"homepage":"https://twitter.fly.dev","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/davitJabushanuri.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}},"created_at":"2022-11-08T18:37:35.000Z","updated_at":"2025-04-11T23:42:29.000Z","dependencies_parsed_at":"2023-12-13T00:33:43.771Z","dependency_job_id":"727adc36-4fe0-4d7d-b64f-0d8959d44104","html_url":"https://github.com/davitJabushanuri/Chirp","commit_stats":{"total_commits":908,"total_committers":1,"mean_commits":908.0,"dds":0.0,"last_synced_commit":"4e1c4aed54c04af34598bfd4157005313155ccd1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/davitJabushanuri/Chirp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitJabushanuri%2FChirp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitJabushanuri%2FChirp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitJabushanuri%2FChirp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitJabushanuri%2FChirp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davitJabushanuri","download_url":"https://codeload.github.com/davitJabushanuri/Chirp/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitJabushanuri%2FChirp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269720440,"owners_count":24464278,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["docker","framer-motion","nextauth","nextjs","prisma-orm","react","scss","socket-io","tailwindcss","tanstack-query","typescript","upstash-redis","zod","zustand"],"created_at":"2024-09-24T14:14:53.917Z","updated_at":"2025-08-10T12:07:35.778Z","avatar_url":"https://github.com/davitJabushanuri.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chirp\n\n[Preview the project](http://twitter.fly.dev)\n\nThis project is an experiment to learn and grow, to dive-deep into full-stack development and see what I can build. My goal is to create a social media platform inspired by Twitter, but with my own unique touch. It's a learning playground where I'll be experimenting with different features, mimicking and improving functionalities found on Twitter, while also learning and applying new tools and technologies along the way.\n\n## Features\n\n- Fully responsive and pixel-perfect design.\n- Customize your experience with personalized themes, colors, and font sizes.\n- Customize your profile by uploading profile and banner images, and adding personal details.\n- Compose tweets with up to 4 images and express yourself with emoji support.\n- Engage with tweets - like, comment, retweet, quote, and share.\n- Save tweets with bookmark feature for quick access later.\n- Discover trending hashtags and make your own by using them in your tweets.\n- Discover and follow other users, as well as inspect their profiles and tweets.\n- Send and receive direct messages in real-time.\n\n### Built with\n\n- [Next.js](https://nextjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [TanStack Query](https://tanstack.com/query/latest)\n- [NextAuth.js](https://next-auth.js.org/)\n- [Prisma](https://www.prisma.io/)\n- [Zustand](https://zustand.surge.sh/)\n- [Socket.io](https://socket.io/)\n- [zod](https://github.com/colinhacks/zod)\n- [Upstash Redis](https://upstash.com/)\n- [Framer motion](https://www.framer.com/motion/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [SCSS](https://sass-lang.com/)\n\n## Getting started\n\nChirp uses [pnpm](https://pnpm.io) as a package manager, so make sure to [install](https://pnpm.io/installation) it first.\n\n### Installation\n\n```bash\ngit clone git@github.com:davitJabushanuri/Chirp.git\ncd Chirp\npnpm i\npnpm dev\n```\n\n### Environment Variables\n\nBefore running the development server, make sure to create `.env` file in the root directory of the project and add the required environment variables. You can use the example provided in the repository as a starting point.\n\n```bash\ncp .env.example .env\n```\n\n### Prisma\n\nChirp uses [Prisma](https://www.prisma.io/) as an ORM to interact with the database. Before running the development server, make sure to generate the Prisma client by running:\n\n```bash\nnpx prisma generate\n```\n\nAfter generating the Prisma client, make sure to also push any changes to the database schema by running:\n\n```bash\nnpx prisma db push\n```\n\nThis ensures that the local database is up-to-date with any changes made to the schema in the codebase.\n\n## Contributing\n\n- Missing something or found a bug? [Report here](https://github.com/davitJabushanuri/Chirp/issues).\n- Want to contribute? Check out the [contribution guide](https://github.com/davitJabushanuri/Chirp/blob/main/CONTRIBUTING.md).\n\n## License\n\nDistributed under the [MIT License](https://github.com/davitJabushanuri/Chirp/blob/main/LICENSE).\n\n## Acknowledgments\n\n- [Docker](https://www.docker.com/)\n- [Fly.io](https://fly.io/)\n- [Supabase](https://supabase.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavitjabushanuri%2Fchirp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavitjabushanuri%2Fchirp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavitjabushanuri%2Fchirp/lists"}