Build the Future of AI Automation for SMBs
Official documentation for developing tools on the Vectoryon platform
What is Vectoryon? β’ Quick Start β’ Documentation β’ Tech Stack β’ License
Vectoryon is a tool-agnostic, multi-tenant AI automation platform designed for small and medium-sized businesses (SMBs) in Switzerland and beyond. Build your own AI-powered tools, leverage our APIs, and become part of the developer ecosystem.
- π§ Tool-Agnostic Platform: Develop unlimited tools with our plugin system
- π₯ Multi-Tenant Architecture: Built-in tenant isolation with Row Level Security (RLS)
- βοΈ Cloud-Native: Auto-scaling with Azure Container Apps
- π Enterprise Security: OAuth 2.0, JWT tokens, encryption at rest
- π Workflow Builder: Visual workflow builder for tool orchestration
- π Open APIs: REST + GraphQL APIs for seamless integration
- Node.js 20+
- Docker Desktop
- Git
# Clone this repository
git clone https://github.com/vectoryon/platform-docs.git
cd platform-docs
# Explore examples
cd examples/minimal-tool
# Follow the guide
cat README.mdπ Full Getting Started Guide (coming soon)
- Getting Started - Your first tool in 10 minutes (coming soon)
- Tool Development SDK - Build powerful tools (coming soon)
- API Documentation - REST and GraphQL APIs (coming soon)
- Workflow Builder - Visual workflow orchestration (coming soon)
- Platform Overview - High-level architecture (coming soon)
- Multi-Tenant System - Tenant isolation and security (coming soon)
- Tool-Agnostic Design - Plugin architecture (coming soon)
- Security Model - RLS, authentication, encryption (coming soon)
- Local Development - Docker-based dev environment (coming soon)
- Production Deployment - Azure Container Apps (coming soon)
| Technology | Purpose | Why We Use It |
|---|---|---|
| Next.js 15 | Frontend Framework | App Router, Server Components, TypeScript support |
| Supabase | Database + Auth | PostgreSQL with RLS, real-time subscriptions |
| Azure Container Apps | Cloud Hosting | Auto-scaling, zero-downtime deployments |
| TypeScript | Type Safety | Catch errors at compile time, better DX |
| REST + GraphQL | API Layer | Flexible integration options |
AI-powered email intelligence with workflow automation for Swiss SMBs.
Features: Email parsing, AI context analysis, automated responses, SharePoint integration
Automated research and document analysis for business intelligence.
Features: Web scraping, document parsing, AI summarization, knowledge graphs
Start with our minimal tool template and add your own features (coming soon)
Every database table includes tenant_id with automatic Row Level Security (RLS) enforcement.
// Automatic tenant isolation
const { data } = await supabase
.from('workflows')
.select('*')
// tenant_id automatically filtered by RLSBuild any tool - email, documents, calendar, CRM, analytics - using the same infrastructure.
// Register your tool
const tool = {
id: 'my_amazing_tool',
name: 'My Amazing Tool',
capabilities: ['workflows', 'api', 'ui'],
endpoints: {
main: '/api/tools/my_amazing_tool'
}
};Automatically scales from 1 to 100+ instances based on load.
# Azure Container Apps configuration
replicas:
min: 1
max: 10
resources:
cpu: 1.0
memory: 2.0GiThis project is licensed under the Business Source License 1.1 (BSL).
β You CAN:
- Build commercial tools on the platform
- Use for internal business purposes
- Modify and adapt the documentation
- View and study all source code
β You CANNOT:
- Offer Vectoryon as a competing commercial service
- Resell the platform itself
- Create a competing AI automation platform
π After December 2, 2029: Automatically converts to Apache 2.0 (fully open source)
Full License β β’ License Explained (coming soon)
- π Schneller Start: Production-ready platform, zero infrastructure setup
- π° Revenue Share: Earn from your tools in the marketplace (coming 2026)
- π― Direct Support: Access to core team for technical guidance
- π Comprehensive Docs: Everything you need to build successfully
- π Swiss Market: Direct access to 600,000+ Swiss SMBs
- Email: dev@kinnovations.ch
- GitHub Issues: Report bugs, request features
- Discord: Coming soon
- Developer Page: www.vectoryon.com/developer
- Email: dev@kinnovations.ch
- Response Time: Within 24 hours (business days)
For commercial licensing or partnership opportunities:
- Email: info@kinnovations.ch
- Website: www.kinnovations.ch
Vectoryon is developed by Kinnovations & Associates, a Swiss technology consultancy specializing in AI automation for SMBs. Based in Switzerland, we're passionate about making enterprise-grade AI accessible to small and medium businesses.
Learn more: kinnovations.ch
If you find Vectoryon useful, please consider starring this repository to show your support and help others discover the platform!
Made with β€οΈ in Switzerland π¨π
Vectoryon Platform β’ Documentation Repository β’ Β© 2025 Kinnovations & Associates