{"id":25707606,"url":"https://github.com/ln-dev7/sharuco","last_synced_at":"2026-04-08T21:06:01.513Z","repository":{"id":147778540,"uuid":"615512029","full_name":"ln-dev7/sharuco","owner":"ln-dev7","description":"Share your code. Manage Form \u0026 Link.","archived":false,"fork":false,"pushed_at":"2025-12-13T21:56:47.000Z","size":5487,"stargazers_count":104,"open_issues_count":6,"forks_count":24,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-07T07:40:25.965Z","etag":null,"topics":["code","forms","nextjs","shadcn-ui","shared","shared-code","snippets"],"latest_commit_sha":null,"homepage":"https://sharuco.lndev.me/","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/ln-dev7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"custom":["https://store.lndev.me/buy/3a21351e-5fe2-4664-9a94-a4bcde619e2d","https://www.buymeacoffee.com/lndev"]}},"created_at":"2023-03-17T21:46:01.000Z","updated_at":"2026-01-21T16:54:34.000Z","dependencies_parsed_at":"2023-11-26T21:24:10.578Z","dependency_job_id":"95fa6071-8a0d-4343-933c-ab23addd1624","html_url":"https://github.com/ln-dev7/sharuco","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ln-dev7/sharuco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln-dev7%2Fsharuco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln-dev7%2Fsharuco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln-dev7%2Fsharuco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln-dev7%2Fsharuco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ln-dev7","download_url":"https://codeload.github.com/ln-dev7/sharuco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln-dev7%2Fsharuco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["code","forms","nextjs","shadcn-ui","shared","shared-code","snippets"],"created_at":"2025-02-25T08:07:52.375Z","updated_at":"2026-04-08T21:06:01.500Z","avatar_url":"https://github.com/ln-dev7.png","language":"TypeScript","readme":"# Sharuco\n\nShare your code. Manage Form \u0026 Link.\n\n## Features\n\n- Create snippets of your code and share / Generate images from your snippets and share on Social Network. ( https://sharuco.lndev.me/explore )\n- Create forms easily in minutes and collect all your information. ( https://sharuco.lndev.me/forms )\n- Store all the links that are useful to you and with possibilities to make everyone discover them. ( https://sharuco.lndev.me/links )\n\n## Requirements\n\n- Node (\u003e=18.18.0 recommended) + npm\n\n## How to Install\n\n```bash\n# clone the repository and cd into it:\ngit clone https://github.com/ln-dev7/sharuco \u0026\u0026 cd sharuco\n\n# copy the .env.example to .env and fill all env variables\ncp .env.example .env\n\n#   - `NEXT_PUBLIC_FIREBASE_API_KEY` : Firebase API Key\n#   - `NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN` : Firebase Auth Domain\n#   - `NEXT_PUBLIC_FIREBASE_PROJECT_ID` : Firebase Project ID\n#   - `NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET` : Firebase Storage Bucket\n#   - `NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID` : Firebase Messaging Sender ID\n#   - `NEXT_PUBLIC_FIREBASE_APP_ID` : Firebase App ID\n#   - `NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID` : Firebase Measurement ID\n#   - `NEXT_PUBLIC_NOTCH_PAY_API_URL` : Notch Pay API URL\n#   - `NEXT_PUBLIC_NOTCH_PAY_PUBLIC_KEY` : Notch Pay Public Key\n#   - `NEXT_PUBLIC_NOTCH_PAY_PRIVATE_KEY` : Notch Pay Private Key\n#   - `NEXT_PUBLIC_NOTCH_PAY_PUBLIC_KEY_TEST` : Notch Pay Public Key Test\n#   - `NEXT_PUBLIC_ALGOLIA_APP_ID` : Algolia App ID\n#   - `NEXT_PUBLIC_ALGOLIA_SEARCH_KEY` : Algolia Search Key\n#   - `NEXT_PUBLIC_ALGOLIA_ADMIN_KEY` : Algolia Admin Key\n#   - `NEXT_PUBLIC_ALGOLIA_USAGE_KEY` : Algolia Usage Key\n#   - `NEXT_PUBLIC_LINK_PREVIEW_KEY` : Link Preview Key\n#   - `NEXT_PUBLIC_RECAPTCHA_SITE_KEY` : Recaptcha Site Key\n#   - `NEXT_PUBLIC_RECAPTCHA_SECRET_KEY` : Recaptcha Secret Key\n\n# Install dependencies:\nnpm install\n\n# build and start\nnpm run build\n\n# or on dev mode\nnpm run dev\n```\n\n## Usage\n\nThe application is accessible at http://localhost:3000/.\n\n## Contributing\n\nContributions are welcome! To contribute, follow these steps:\n\n1. Fork the repository.\n2. Create a branch for your contribution with `git checkout -b my_new_feature`.\n3. Make your changes.\n4. Submit a pull request on master branch.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Credits\n\n1. Frontend: [Next.js](https://nextjs.org/)\n2. DataBase / Auth: [Firebase](https://firebase.google.com/)\n3. Hosting: [Vercel](https://vercel.com/)\n4. UI : [UI Shadcn](https://ui.shadcn.com/) ( Tailwind CSS + Radix UI )\n5. Tools: [React Query](https://tanstack.com/query/v3/), [React Hook Form](https://react-hook-form.com/)","funding_links":["https://store.lndev.me/buy/3a21351e-5fe2-4664-9a94-a4bcde619e2d","https://www.buymeacoffee.com/lndev"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fln-dev7%2Fsharuco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fln-dev7%2Fsharuco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fln-dev7%2Fsharuco/lists"}