{"id":13599263,"url":"https://github.com/WebstoneHQ/webstone-plugins","last_synced_at":"2025-04-10T12:32:10.505Z","repository":{"id":42124201,"uuid":"347235367","full_name":"WebstoneHQ/webstone-plugins","owner":"WebstoneHQ","description":"Start your next full-stack application with Webstone and configure it as you go.","archived":false,"fork":false,"pushed_at":"2024-09-14T10:00:53.000Z","size":2389,"stargazers_count":85,"open_issues_count":34,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-14T20:37:09.804Z","etag":null,"topics":["gitpod","graphql","prisma","svelte","sveltekit","tailwindcss"],"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/WebstoneHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["WebstoneHQ"]}},"created_at":"2021-03-13T00:38:33.000Z","updated_at":"2024-02-28T14:37:29.000Z","dependencies_parsed_at":"2022-08-12T07:11:37.530Z","dependency_job_id":"ee6f8b3a-5401-4dd2-8b10-44094247bbf9","html_url":"https://github.com/WebstoneHQ/webstone-plugins","commit_stats":null,"previous_names":["webstonehq/webstone-plugins","webstonehq/webstone"],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebstoneHQ%2Fwebstone-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebstoneHQ%2Fwebstone-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebstoneHQ%2Fwebstone-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebstoneHQ%2Fwebstone-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebstoneHQ","download_url":"https://codeload.github.com/WebstoneHQ/webstone-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217131,"owners_count":21066633,"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":["gitpod","graphql","prisma","svelte","sveltekit","tailwindcss"],"created_at":"2024-08-01T17:01:01.508Z","updated_at":"2025-04-10T12:32:07.379Z","avatar_url":"https://github.com/WebstoneHQ.png","language":"TypeScript","funding_links":["https://github.com/sponsors/WebstoneHQ"],"categories":["📦 Built With Svelte"],"sub_categories":["Open-Source Projects"],"readme":"# Webstone Plugins\n\n\u003e **Warning**\n\u003e\n\u003e This project is released as pre-beta. We do our best to not break anything, but can't guarantee it. We welcome feedback via [Discussions](https://github.com/WebstoneHQ/webstone/discussions) and are happy to prioritize new plugins based on community demand.\n\nWebstone Plugins is a CLI and an growing list of plugins to develop your full-stack web application.\n\nThere is a core `webstone` CLI which can be extended with plugins either by the Webstone Plugins core team or anyone in the community. You can also create private Webstone Plugin components accessible to your team only.\n\nThese are some of the available plugins today:\n\n- CRUD for REST APIs\n- CRUD for web pages\n- Create tRPC ([trpc.io](https://trpc.io)) APIs with a Prisma ([prisma.io](https://www.prisma.io)) database schema as the single source of truth\n\nWhen a plugin author fixes a bug or releases a new feature, you upgrade your plugin dependency and voilà, your project can take advantage of the latest plugin release.\n\n## Getting started\n\n```bash\nnpm create webstone-app my-project\n```\n\nor\n\n```bash\nyarn create webstone-app my-project\n```\n\nor\n\n```bash\npnpm create webstone-app my-project\n```\n\nThis creates a skeleton [SvelteKit](https://kit.svelte.dev) app and installs the `@webstone/cli` Webstone CLI as a dev dependency.\n\n\u003e **Note** \u003e **You can also run the above command in an existing SvelteKit project**!\n\u003e\n\u003e This allows anyone to benefit from Webstone Plugins, even if you already have an app.\n\n## Plugins\n\nWebstone Plugins at its core only consists of the `@webstone/cli` CLI. Any Webstone plugin is either created by the Webstone team and hosted in our monorepo or developed by anyone\nfrom the community.\n\nNo matter who authors a plugin, each plugin is created with the following command:\n\n```\n[npm|yarn|pnpm] create webstone-app my-plugin --type=plugin\n```\n\nNote: If you omit the `--type` argument, the CLI will ask whether you want to create a new app or a plugin.\n\nThe following diagram illustrates what Webstoe Plugins looks like at a high level.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/WebstoneHQ/webstone/main/docs/assets/webstone-plugins-dark.excalidraw.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/WebstoneHQ/webstone/main/docs/assets/webstone-plugins-light.excalidraw.png\"\u003e\n  \u003cimg alt=\"Shows the Webstone Plugins overview where each plugin's name starts with webstone-plugin-, regardless of whether the Webstone team or someone from the community authored a plugin.\" src=\"https://raw.githubusercontent.com/WebstoneHQ/webstone/main/docs/assets/webstone-plugins-light.excalidraw.png\"\u003e\n\u003c/picture\u003e\n\n## Documentation\n\nPlease refer to the content in the [`docs`](./docs) directory.\n\n## Contributing\n\nPlease see [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## FAQ\n\n### Is Webstone a boilerplate project?\n\n**No.** When you create your new project with a boilerplate today, today's version of the boilerplate is what you get. You miss out on bug fixes and new features – unless you manually scan the boilerplate's PRs and copy \u0026 paste code to your project. With a boilerplate, you also opt-in to all technologies the author included whereas with Webstone Plugins, you are in control.\n\nWith Webstone, you can add/remove the `@webstone/cli` CLI and any plugin to your project at any time. As new releases become available, you enjoy the benefits by simply upgrading your dependencies.\nShould a package upgrade require code changes in your project, Webstone provides automated migrations.\n\n### Does Webstone lock me in?\n\n**No.** Webstone Plugins are just like any other NPM dependency. If you no longer want to use the CLI, simply remove `@webstone/cli` as well as any `webstone-plugin-*` dependencies from your project's `package.json` file.\n\nIf you use plugins that provide Svelte components and you leverage these components in your project, you have to replace the components with your own code. Of course, feel free to copy \u0026 paste a Webstone component into your own project, we're cool with that :-).\n\n## The backstory of Webstone\n\n### 2017\n\nI ([mikenikles on Twitter](https://twitter.com/mikenikles)) started to write about developer experience \u0026 productivity [as far back as 2017](https://www.mikenikles.com/blog/a-mostly-automated-release-process) and continued to do so on a regular basis.\n\n### 2019\n\nIn January 2020, I open sourced a [`monorepo-template`](https://github.com/mikenikles/monorepo-template) repo which I had used as a template for a few projects.\n\n### 2020\n\nIn summer of 2020, I released the [Cloud Native Web Development](https://www.mikenikles.com/cloud-native-web-development) book and corresponding source code to help web developers go from zero to production. It contains everything from `git init` to monitoring a web application in a production environment.\n\nEver since, I have received feedback from readers who thanked me for putting the source code together and how it saved them weeks of setting up their web app project. It's been encouraging to hear from individuals and from software agencies who are able to cut their time to market significantly.\n\n### 2021\n\nWebstone Plugins is the next logical step!\n\nWith Webstone Plugins, we package code we have repeatedly developed in various projects and provide that code as plugins to anyone who wants to speed up their web application development. At its core, Webstone Plugins is an open concept so anyone can create their own plugin and provide it to the community – or keep it private within their organization.\n\n### 2022\n\n[Cahllagerfeld](https://github.com/Cahllagerfeld) joined the core team and started to contribute to the project.\n\n## Community\n\nWe share updates in the [Webstone Discord chat](https://discord.gg/WTyAkYe8t3). Join and help shape Webstone Plugins 🙏.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWebstoneHQ%2Fwebstone-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWebstoneHQ%2Fwebstone-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWebstoneHQ%2Fwebstone-plugins/lists"}