{"id":18578471,"url":"https://github.com/yasaricli/nextd","last_synced_at":"2026-04-19T04:34:19.153Z","repository":{"id":151608456,"uuid":"161680071","full_name":"yasaricli/nextd","owner":"yasaricli","description":"Nextd - Nextj.s Apps for Production Deployments","archived":false,"fork":false,"pushed_at":"2018-12-27T17:38:28.000Z","size":49,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T02:11:22.388Z","etag":null,"topics":["deployment","javascript","nextjs","production","react"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nextd","language":"JavaScript","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/yasaricli.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":"2018-12-13T18:36:14.000Z","updated_at":"2019-01-30T11:18:51.000Z","dependencies_parsed_at":"2023-05-24T18:15:27.820Z","dependency_job_id":null,"html_url":"https://github.com/yasaricli/nextd","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/yasaricli/nextd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasaricli%2Fnextd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasaricli%2Fnextd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasaricli%2Fnextd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasaricli%2Fnextd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasaricli","download_url":"https://codeload.github.com/yasaricli/nextd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasaricli%2Fnextd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31995102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["deployment","javascript","nextjs","production","react"],"created_at":"2024-11-06T23:35:39.694Z","updated_at":"2026-04-19T04:34:19.137Z","avatar_url":"https://github.com/yasaricli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"200\" src=\"images/nextd.png\"\u003e\n\u003c/div\u003e\n\n\u003e Deploy next.js applications to your own servers using SSH and SFTP. Pull and feature requests are encouraged.\n\n## Installation\n\n```\n$ npm install -g nextd\n```\n\nUse -g flag to use nextd via the CLI\n\n## Configuration\n\nImagine the following nextd.json:\n\n    nextd --init\n\n``` JS\n{\n  \"name\": \"Nextjs App Name\",\n  \"host\": \"192.0.0.100\",\n  \"username\": \"ubuntu\",\n  \"privateKey\": \"/Users/username/Desktop/server.pem\",\n  \"remoteDirectory\": \"/home/ubuntu/appname_dir\",\n  \"password\": \"\",\n  \n  \"env\": {\n    \"API_URL\": \"0.0.0.0\"\n  }\n}\n```\n\n### The deploy process\n\nBuilds your app, using nextd deploy\n\n    nextd --deploy\n\n* Uploads the app bundle, the start script, and the environment variables to your servers\n* Runs the start script\n* Verifies that the app sucessfully started\n\n\u003e Congratulations! Your app is now running on the server, accessible to your potential users!\n\n#### Standard options\n* **name** The application name.\n* **host** The server you want to deploy to. Has to have an SSH server with SFTP subsystem.\n* **user** The username to use for the SSH connection.\n* **privateKey** The private key file for your SSH user.\n* **remoteDirectory** The absolute path on the server where you want to run the app.\n\n### Help\n```bash\nUsage: nextd [options] [command]\n\n  Commands:\n    deploy                 Deploys the git repository to a remote server.\n\n  Options:\n\n    -h, --help           output usage information\n    -V, --version        output the version number\n    -f, --forever        Attempt to start/restart the program on the server using forever.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasaricli%2Fnextd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasaricli%2Fnextd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasaricli%2Fnextd/lists"}