{"id":20726390,"url":"https://github.com/nocode-js/nocode-platform-boilerplate","last_synced_at":"2025-10-09T09:39:56.121Z","repository":{"id":174387179,"uuid":"652024768","full_name":"nocode-js/nocode-platform-boilerplate","owner":"nocode-js","description":"Powerfull no-code platform boilerplate. Clone this repo and start your no-code platform today. Next.js + Tailwindcss + TypeScript + NoCode JS components.","archived":false,"fork":false,"pushed_at":"2024-11-20T17:40:01.000Z","size":1482,"stargazers_count":125,"open_issues_count":0,"forks_count":27,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-25T15:04:33.356Z","etag":null,"topics":["boilerplate","lowcode","nextjs-boilerplate","nextjs-starter","nextjs-template","nocode","nocode-boilerplate","nocode-platform-boilerplate","template","template-project"],"latest_commit_sha":null,"homepage":"https://nocode-js.com/","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/nocode-js.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,"publiccode":null,"codemeta":null}},"created_at":"2023-06-10T21:00:50.000Z","updated_at":"2025-05-09T08:23:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"20abdf4f-4271-433a-879d-641abdcd3ef5","html_url":"https://github.com/nocode-js/nocode-platform-boilerplate","commit_stats":null,"previous_names":["nocode-js/nocode-api-builder-template","nocode-js/nocode-platform-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nocode-js/nocode-platform-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocode-js%2Fnocode-platform-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocode-js%2Fnocode-platform-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocode-js%2Fnocode-platform-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocode-js%2Fnocode-platform-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nocode-js","download_url":"https://codeload.github.com/nocode-js/nocode-platform-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocode-js%2Fnocode-platform-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001117,"owners_count":26083022,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["boilerplate","lowcode","nextjs-boilerplate","nextjs-starter","nextjs-template","nocode","nocode-boilerplate","nocode-platform-boilerplate","template","template-project"],"created_at":"2024-11-17T04:24:44.570Z","updated_at":"2025-10-09T09:39:56.094Z","avatar_url":"https://github.com/nocode-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![No-Code Platform Boilerplate](.github/cover.png)\n\n# No-Code Platform Boilerplate\n\nPowerful Next.js boilerplate. Clone this repo and start your no-code platform today. The platform allows you to create REST API endpoints using a no-code editor. You can request the endpoint from any HTTP client. Additionally, the boilerplate provides a simple UI to test your endpoints. You can easily extend this template and add your own features.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"570\" height=\"488\" src=\".github/preview.webp\" alt=\"Preview of No-Code Platform Boilerplate\"\u003e\n\u003c/p\u003e\n\nThis boilerplate uses:\n\n* [Next.js](https://github.com/vercel/next.js/)\n* [Tailwindcss](https://github.com/tailwindlabs/tailwindcss)\n* [🌇 Sequential Workflow Designer](https://github.com/nocode-js/sequential-workflow-designer)\n* [🚚 Sequential Workflow Machine](https://github.com/nocode-js/sequential-workflow-machine)\n* [⛽ Sequential Workflow Editor](https://github.com/nocode-js/sequential-workflow-editor)\n\nThe boilerplate supports two types of storage:\n\n* `memory` - in-memory storage, used by default, for development purposes.\n* `mongodb` - MongoDB storage, requires `MONGODB_URI` environment variable.\n\nTo choose storage type, set `STORAGE_TYPE` environment variable. You may do it by setting `.env` file:\n\n```\nSTORAGE_TYPE=memory\n```\n\nor\n\n```\nSTORAGE_TYPE=mongodb\nMONGODB_URI=mongodb://localhost:27017\nMONGODB_DB=nocodeApiBuilder\n```\n\n### Pro\n\n🤩 Pssst... do you prefer React and Nest.js? Check the [No-Code Platform Boilerplate Pro](https://nocode-js.com/nocode-platform-boilerplate-pro/pricing).\n\n## 🚀 Deployment\n\nTo deploy this boilerplate, you need any compatible with Next.js hosting.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnocode-js%2Fnocode-platform-boilerplate\u0026project-name=nocode-platform\u0026repository-name=nocode-platform\u0026env=STORAGE_TYPE,MONGODB_URI)\n\nTo deploy this template to Vercel you need to set `STORAGE_TYPE=mongodb` and `MONGODB_URI` environment variables. The memory storage doesn't work with cloud hosting. We recommend to use [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) for database hosting.\n\n## 🔨 Development\n\nYou can work with NPM but we recommend to use [pnpm](https://pnpm.io/):\n\n```bash\nnpm install -g pnpm\n```\n\nClone this repository:\n\n```bash\ngit clone https://github.com/nocode-js/nocode-platform-boilerplate.git\ncd nocode-platform-boilerplate\n```\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nStart the development server:\n\n```bash\npnpm dev\n```\n\n## 💡 License\n\nThis boilerplate is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnocode-js%2Fnocode-platform-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnocode-js%2Fnocode-platform-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnocode-js%2Fnocode-platform-boilerplate/lists"}