{"id":21198205,"url":"https://github.com/aggutierrez98/postter","last_synced_at":"2026-04-06T09:32:05.721Z","repository":{"id":135558217,"uuid":"451580473","full_name":"aggutierrez98/postter","owner":"aggutierrez98","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T22:39:14.000Z","size":1799,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:34:17.206Z","etag":null,"topics":["firebase","firebase-realtime-database","headlessui","nextjs","oauth2","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://postter.vercel.app","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/aggutierrez98.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}},"created_at":"2022-01-24T18:15:59.000Z","updated_at":"2024-11-25T01:58:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"7877d65f-a408-4537-a99d-93f521cdbf0d","html_url":"https://github.com/aggutierrez98/postter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aggutierrez98/postter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Fpostter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Fpostter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Fpostter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Fpostter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aggutierrez98","download_url":"https://codeload.github.com/aggutierrez98/postter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Fpostter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: 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":["firebase","firebase-realtime-database","headlessui","nextjs","oauth2","react","tailwindcss","typescript"],"created_at":"2024-11-20T19:49:09.416Z","updated_at":"2026-04-06T09:32:05.703Z","avatar_url":"https://github.com/aggutierrez98.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postter\n\n## Nexjts project in which several of the features of [Twitter](https://twitter.com) are replicated\n\n### Made with\n\nReact, NextJS, Typescript, Tailwind \u0026 Firebase\n\n#### Made by: Agustin Gutierrez\n\n## Features replicated\n\n- Visual style replicated with some personal-taste changes\n- Twitts and replies with the name of postwitts\n- Image upload and emoji adding to postwitts message\n- Hashtags in postwitts messages\n- Retwitts with the name of reposts\n- Like postwitts and likes counter saving\n- Add postwitt as a bookmark and copy postwitt link to share it\n- Delete postwitts\n- Pin postwitts on feed\n- Bookmarks page where all bookmarked postwitts can be found\n- Explore page where most popular hashtags used can be found to search all postwitts where are used\n- Profile page (most common kwnow as feed) where you data is shown\n- Profile data can be editted. You can edit name, biography, location and birthdate\n- Profile images can be editted too. You can upload a new profile and banner images\n- 4 tabs to order postwitts as which are in twitter. Postwitts, answers, media and likes\n- You can follow other users and they can follow you aswell\n- Follwing and followed counters included in profile page too\n- Seach bar when you can search postwitts by hashtag and visualuze them in explore pages\n\n### Other added features\n\n- User authorization and authentication using next-auth with Google, github and credentials providers\n- Firebase auth included to save email and password\n- Gracefully client error caching with react-error-boundary\n- Form validation with react-hook-form\n- Infinite scrolling pages using intersection observer\n- Emoji picker in postwitts creation using emoji-mart\n- Mui icons implementation\n- Headless-ui components implementations\n- Light/Dark mode using tailwind theme variables and custom hooks\n- Language selection between english and spanish made with no extra-packages\n- React context used to handle minimal global states for users and postwitts handling\n- SEO optimizations with all possible custom metatags and og:metatags for different pages\n\n## Scripts\n\n```json\n\"scripts\": {\n    \"dev\": \"xdg-open http://localhost:3000 \u0026 next dev\",\n    \"build\": \"next build\",\n    \"start\": \"next start -p ${PORT:=3000}\",\n    \"lint\": \"eslint . --fix\",\n    \"prettier\": \"prettier . --write\",\n    \"prepare\": \"husky install\"\n},\n```\n\n## Installation \u0026 Set Up\n\n1. Install project dependecies\n\n   ```sh\n   npm install\n   ```\n\n2. Start the client development server\n\n   ```sh\n   npm dev\n   ```\n\n## Deployment\n\nProject is deployed using vercel and pages are generated using nextjs lambda functions.\n\n### Demo\n\n[Postter](https://postter.vercel.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggutierrez98%2Fpostter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faggutierrez98%2Fpostter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggutierrez98%2Fpostter/lists"}