{"id":19373917,"url":"https://github.com/jyotideepjee1803/onelink","last_synced_at":"2026-03-14T14:42:47.680Z","repository":{"id":242455790,"uuid":"809080397","full_name":"jyotideepjee1803/OneLink","owner":"jyotideepjee1803","description":"Open Source Linktree Like Application","archived":false,"fork":false,"pushed_at":"2024-08-09T09:51:57.000Z","size":2797,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T18:04:52.397Z","etag":null,"topics":["nextjs14","postgresql","prisma-orm","s3-bucket","stripe"],"latest_commit_sha":null,"homepage":"https://one-link-nine.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/jyotideepjee1803.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}},"created_at":"2024-06-01T16:21:07.000Z","updated_at":"2024-10-07T07:24:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"5219d419-04a9-4ebb-8b9d-5bc02e73294d","html_url":"https://github.com/jyotideepjee1803/OneLink","commit_stats":null,"previous_names":["jyotideepjee1803/onelink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FOneLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FOneLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FOneLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FOneLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jyotideepjee1803","download_url":"https://codeload.github.com/jyotideepjee1803/OneLink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250490289,"owners_count":21439116,"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":["nextjs14","postgresql","prisma-orm","s3-bucket","stripe"],"created_at":"2024-11-10T08:32:59.623Z","updated_at":"2026-03-14T14:42:42.632Z","avatar_url":"https://github.com/jyotideepjee1803.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneLink\n\nAn open-source clone of LinkTree using Next.js server components, Vercel Postgres, shadcn UI, Clerk, AWS S3 and Prisma.\n\n## Running Locally\n\n### Cloning the repository the local machine.\n\n```bash\nhttps://github.com/jyotideepjee1803/OneLink.git\n```\n\n### Create a Postgres database on Vercel (optional, can use other provider)\n- To get started with Vercel Postgres refer [Vercel Postgres Guide](https://vercel.com/docs/storage/vercel-postgres/quickstart)\n- Add the environment variables in .env\n- (This project uses Prisma as an ORM for the database)\n\n### Create a project on Clerk\n\n- Add the environment variables in .env\n- Ensure you have the following variables:\n```\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL = /api/auth/user\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL = /api/auth/user\n```\n\n### Create a S3 bucket\n\n- Add the environment variables in .env\n- Ensure you have the following variables:\n```\nS3_BUCKET = \u003cBUCKET_NAME\u003e\nS3_ACCESS_KEY_ID = \u003cACCESS_KEY\u003e\nS3_SECRET_ACCESS_KEY = \u003cSECRET_KEY\u003e\nS3_REGION = \u003cBUCKET_REGION\u003e\n```\n\n### Create a product on Stripe\n\n- Add the environment variables in .env\n- Ensure you have the following variables:\n```\nSTRIPE_SECRET_KEY= \u003cSECRET_KEY\u003e\nSTRIPE_WEBHOOK_SECRET= \u003cWEBHOOK_SECRET\u003e\nNEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY= \u003cPUBLIC_KEY\u003e\nNEXT_PUBLIC_STRIPE_MAX_PRICE_ID= \u003cPRODUCT_PRICE_ID\u003e\n```\n- To get the above webhook secret and simulate payments locally run :\n```bash\nnpm run stripe:listen\nor\npnpm run stripe:listen\n```\n- To get the webhook secret for deployment, add the following endpoint to your Stripe dashboard\n```bash\nYOUR_DEPLOYED_URL/api/webhooks/stripe\n```\n\n### Installing the dependencies.\n\n```bash\nnpm install\nor\npnpm install\n```\n\n### Running the application.\n\nThen, run the application in the command line and it will be available at `http://localhost:3000`.\n\n```bash\nnpm run dev\nor\npnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyotideepjee1803%2Fonelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjyotideepjee1803%2Fonelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyotideepjee1803%2Fonelink/lists"}