{"id":15118368,"url":"https://github.com/veloss-labs/threads-nextjs","last_synced_at":"2025-09-28T00:32:26.866Z","repository":{"id":88980056,"uuid":"599916870","full_name":"veloss-labs/threads-nextjs","owner":"veloss-labs","description":"💥 SST makes it easy to build Nextjs serverless. Then, we clone the function of the \"Thread\" app and implement the function of Nextjs.","archived":false,"fork":false,"pushed_at":"2024-04-17T09:54:28.000Z","size":6388,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-27T01:59:53.783Z","etag":null,"topics":["next","prisma","serverless","sst","thread","trpc"],"latest_commit_sha":null,"homepage":"","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/veloss-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-02-10T06:52:36.000Z","updated_at":"2024-07-09T07:40:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbde6342-9efc-4a75-b8fe-abc73e474a48","html_url":"https://github.com/veloss-labs/threads-nextjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veloss-labs%2Fthreads-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veloss-labs%2Fthreads-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veloss-labs%2Fthreads-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veloss-labs%2Fthreads-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veloss-labs","download_url":"https://codeload.github.com/veloss-labs/threads-nextjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234475315,"owners_count":18839358,"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":["next","prisma","serverless","sst","thread","trpc"],"created_at":"2024-09-26T01:46:14.325Z","updated_at":"2025-09-28T00:32:26.322Z","avatar_url":"https://github.com/veloss-labs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Create Next App\n\nThe easiest way to get started with Next.js is by using `create-next-app`. This CLI tool enables you to quickly start building a new Next.js application, with everything set up for you. You can create a new app using the default Next.js template, or by using one of the [official Next.js examples](https://github.com/vercel/next.js/tree/canary/examples). To get started, use the following command:\n\n### Interactive\n\nYou can create a new project interactively by running:\n\n```bash\nnpx create-next-app@latest\n# or\nyarn create next-app\n# or\npnpm create next-app\n# or\nbunx create-next-app\n```\n\nYou will be asked for the name of your project, and then whether you want to\ncreate a TypeScript project:\n\n```bash\n✔ Would you like to use TypeScript? … No / Yes\n```\n\nSelect **Yes** to install the necessary types/dependencies and create a new TS project.\n\n### Non-interactive\n\nYou can also pass command line arguments to set up a new project\nnon-interactively. See `create-next-app --help`:\n\n```bash\ncreate-next-app \u003cproject-directory\u003e [options]\n\nOptions:\n  -V, --version                      output the version number\n  --ts, --typescript\n\n    Initialize as a TypeScript project. (default)\n\n  --js, --javascript\n\n    Initialize as a JavaScript project.\n\n  --use-npm\n\n    Explicitly tell the CLI to bootstrap the app using npm\n\n  --use-pnpm\n\n    Explicitly tell the CLI to bootstrap the app using pnpm\n\n  --use-yarn\n\n    Explicitly tell the CLI to bootstrap the app using Yarn\n\n  --use-bun\n\n    Explicitly tell the CLI to bootstrap the app using Bun\n\n  -e, --example [name]|[github-url]\n\n    An example to bootstrap the app with. You can use an example name\n    from the official Next.js repo or a GitHub URL. The URL can use\n    any branch and/or subdirectory\n\n  --example-path \u003cpath-to-example\u003e\n\n    In a rare case, your GitHub URL might contain a branch name with\n    a slash (e.g. bug/fix-1) and the path to the example (e.g. foo/bar).\n    In this case, you must specify the path to the example separately:\n    --example-path foo/bar\n```\n\n### Why use Create Next App?\n\n`create-next-app` allows you to create a new Next.js app within seconds. It is officially maintained by the creators of Next.js, and includes a number of benefits:\n\n- **Interactive Experience**: Running `npx create-next-app@latest` (with no arguments) launches an interactive experience that guides you through setting up a project.\n- **Zero Dependencies**: Initializing a project is as quick as one second. Create Next App has zero dependencies.\n- **Offline Support**: Create Next App will automatically detect if you're offline and bootstrap your project using your local package cache.\n- **Support for Examples**: Create Next App can bootstrap your application using an example from the Next.js examples collection (e.g. `npx create-next-app --example api-routes`).\n- **Tested**: The package is part of the Next.js monorepo and tested using the same integration test suite as Next.js itself, ensuring it works as expected with every release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveloss-labs%2Fthreads-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveloss-labs%2Fthreads-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveloss-labs%2Fthreads-nextjs/lists"}