A scaffolding tool for creating full-stack AI-powered apps. Build production-ready Client/Server with your choice of backend (Python/TypeScript/Node.js) and modern React frontent, 1 line of code.
0
stars
68
commits
JavaScript
primary language
Aug 16, 2025
updated
A powerful scaffolding tool for creating full-stack AI-powered plugin applications with business integrations. Build production-ready plugins with your choice of backend (Python/Node.js) and modern React frontend in minutes.
npm install -g plugin-sdk
Or use directly with npx:
npx plugin-sdk init
plugin-sdk init
You'll be prompted to configure:
plugin-sdk init my-plugin --backend python --frontend typescript
my-plugin/
├── src/
│ ├── client/ # React frontend with Vite
│ │ ├── src/
│ │ │ ├── pages/ # Pre-built UI pages
│ │ │ ├── components/
│ │ │ └── api/ # API client
│ │ └── package.json
│ │
│ └── server/ # Backend server
│ ├── agent/ # LangGraph agent system
│ ├── models/ # AI model configurations
│ ├── integrations/# Business tool integrations
│ ├── tools/ # Agent tools
│ └── main.py/js # Server entry point
│
├── .github/workflows/ # CI/CD pipelines
├── Dockerfile # Production deployment
├── app.config.json # Plugin configuration
└── README.md # Project documentation
After creating your plugin:
cd my-plugin
# Install dependencies
npm install
# Start development servers
npm run dev
This starts:
For detailed documentation on:
Visit the /docs folder in your generated project.
Contributions are welcome! Please read our Contributing Guide for details.
MIT License with Attribution Requirement - see LICENSE file for details.
Attribution Required: If you use this SDK in your project, you must include attribution:
Built with Plugin SDK by Morgan Beals (https://github.com/guyycodes/plugin-sdk)
Built with ❤️ by the Plugin SDK team
68 commits
JavaScript
100.0%
A scaffolding tool for creating full-stack AI-powered apps. Build production-ready Client/Server with your choice of backend (Python/TypeScript/Node.js) and modern React frontent, 1 line of code.
0
stars
68
commits
JavaScript
primary language
Aug 16, 2025
updated
A powerful scaffolding tool for creating full-stack AI-powered plugin applications with business integrations. Build production-ready plugins with your choice of backend (Python/Node.js) and modern React frontend in minutes.
npm install -g plugin-sdk
Or use directly with npx:
npx plugin-sdk init
plugin-sdk init
You'll be prompted to configure:
plugin-sdk init my-plugin --backend python --frontend typescript
my-plugin/
├── src/
│ ├── client/ # React frontend with Vite
│ │ ├── src/
│ │ │ ├── pages/ # Pre-built UI pages
│ │ │ ├── components/
│ │ │ └── api/ # API client
│ │ └── package.json
│ │
│ └── server/ # Backend server
│ ├── agent/ # LangGraph agent system
│ ├── models/ # AI model configurations
│ ├── integrations/# Business tool integrations
│ ├── tools/ # Agent tools
│ └── main.py/js # Server entry point
│
├── .github/workflows/ # CI/CD pipelines
├── Dockerfile # Production deployment
├── app.config.json # Plugin configuration
└── README.md # Project documentation
After creating your plugin:
cd my-plugin
# Install dependencies
npm install
# Start development servers
npm run dev
This starts:
For detailed documentation on:
Visit the /docs folder in your generated project.
Contributions are welcome! Please read our Contributing Guide for details.
MIT License with Attribution Requirement - see LICENSE file for details.
Attribution Required: If you use this SDK in your project, you must include attribution:
Built with Plugin SDK by Morgan Beals (https://github.com/guyycodes/plugin-sdk)
Built with ❤️ by the Plugin SDK team
68 commits
JavaScript
100.0%