Marketplace
Deploy pre-built application templates and workflow automations to accelerate development.
Application Templates
| Template | Stack | Description |
|---|---|---|
| React SPA | React 18 + TypeScript + Vite | Modern single-page application with routing, state management |
| FastAPI Backend | Python 3.11 + FastAPI + PostgreSQL | REST API with authentication, database ORM, OpenAPI docs |
| RAG Chatbot | LangChain + Vector DB + LLM | Retrieval-augmented generation chatbot with document indexing |
| Streamlit Dashboard | Streamlit + Pandas + Plotly | Interactive data visualization and analytics dashboard |
| Next.js Fullstack | Next.js 14 + Prisma + PostgreSQL | Server-side rendered app with API routes and database |
Workflow Templates
Data Processing
- Data ETL Pipeline: Extract, transform, load data from databases to data warehouses
- Document Processing: OCR, text extraction, classification, storage
- Email Automation: Trigger workflows from emails, parse content, send responses
Automation & Integration
- Slack Bot: Respond to messages, execute commands, post notifications
- CI/CD Pipeline: Build, test, deploy applications on git push
- Model Training: Automated model training, evaluation, deployment
How to Deploy from Marketplace
Deploying Application Templates
- Navigate to Marketplace in main navigation
- Click Applications tab
- Browse available templates or use search
- Click on a template card to view detailed information:
- Stack and dependencies
- Required environment variables
- Resource requirements
- Setup instructions
- Click Deploy button
- Configure deployment settings:
- App name and description
- Environment (Development/Production)
- Resource tier (or custom resources)
- Environment variables (pre-filled with defaults)
- Connected services (databases, AI models)
- Click Deploy Application
- Monitor build progress and wait for deployment
- Click View App once deployed
Deploying Workflow Templates
- Go to Marketplace → Workflows tab
- Select a workflow template (ETL, Document Processing, etc.)
- Review workflow nodes and logic in preview
- Click Import Workflow
- Customize workflow in visual builder:
- Update API endpoints and credentials
- Modify data transformations
- Configure trigger settings
- Add or remove nodes as needed
- Test workflow with sample data
- Deploy to Development or Production
Customizing Templates
Application Templates
- Download source code from app details page
- Modify code locally
- Re-upload as ZIP and redeploy
- Update environment variables without redeployment
Workflow Templates
- Edit workflow in visual builder
- Add custom nodes and integrations
- Export modified workflow as template
- Share with team or publish to organization marketplace
Pro Tip
Start with a template closest to your needs, then customize. This is faster than building from scratch and ensures best practices are followed.