Fiberwise AI Platform
A Modern Platform for Building and Running AI-Powered Apps
Fiberwise combines a modern web app platform, an AI agent framework, and an execution engine, designed for both developers and enterprises to build intelligent applications that think, plan, and act.
Key Features
AI Agents
Fundamental building blocks capable of reasoning, planning, and using tools. Define agents with name, description, and prompt templates using Python or Node.js SDKs.
Learn more →Modern Web App Platform
Full-stack solution with web UI, backend, and database. Local development server with hot reload for fast development workflow.
Learn more →Activation Processor
Intelligent execution engine handling dependency injection, tool calling, state management, retries, error handling, and observability.
Learn more →Visual Workflow Builder
No-code/low-code interface for building, testing, and visualizing agents and their tool connections. Perfect for developers and non-technical users.
Learn more →Dynamic Data Models
Define data structures like tables in a database directly from Python code. Seamless integration with your application logic.
Learn more →Enterprise Security & Governance
Authentication (Email/Password, SSO, SAML, OIDC), RBAC, data sovereignty, compliance-ready with self-hosting options.
Learn more →The Activation Processor
The intelligent execution engine that powers your AI applications
Core Engine Functions
- Dependency Injection
- Tool Calling
- State Management
- Retries and Error Handling
- Observability
Manifest Configuration
Declare agents, data models, and dependencies in a simple YAML file that the Activation Processor reads to understand how to run your application.
# manifest.yaml
agents:
- chat_agent
- data_processor
tables:
- user_data
- analytics
Analytics & Monitoring
Built-in observability features track token usage, costs, performance, and errors to provide insights for optimizing and debugging applications.
Enterprise-Ready Security & Governance
Authentication & Authorization
Robust security features with built-in support for:
- Email/Password authentication
- SSO (SAML, OIDC)
- Role-Based Access Control (RBAC)
Data Sovereignty & Compliance
Self-hosting options provide full control over your data, crucial for organizations in regulated industries or with strict data privacy requirements.
Extensibility & Customization
Platform designed for extension:
- White-label the UI
- Integrate with external systems
- Build custom agents and tools
Quick Start
Install Fiberwise
pip install fiberwise
Setup Your Project
fiber setup
Start Development Server
fiber start
Local development server with hot reload for fast development workflow
Platform will be available at http://localhost:8000
Self-Hosted Users: Add --to-instance your-instance-name
to CLI commands after setup.
Popular Tutorials
🚀 Build Your First Agent
Create a simple text processing agent and learn the basics of agent development with Python code examples.
# chat_agent.py
from fiberwise import Agent
agent = Agent(
name="chat_agent",
description="Helpful assistant",
prompt="You are a helpful AI assistant."
)
✍️ Content Generation Workflow
Build a multi-step content generation agent using LLM providers for AI-powered content.
30 minutes📧 Email Processing with OAuth
Set up OAuth integration with Gmail and process emails with AI analysis.
45 minutes🌐 Building a Custom Web App
Create a custom web application with real-time updates and dynamic data models.
# models.py
from fiberwise import BaseModel
class MyTable(BaseModel):
user_id: str
content: str
timestamp: datetime
Popular Use Cases
Email Automation & Analysis
Process emails with AI analysis, automated responses, and multi-provider integration.
Content Generation & Writing
AI-powered content creation, blog posts, social media, and marketing materials.
Data Processing & Insights
Intelligent data analysis, summarization, and business intelligence workflows.
Lead Scoring & Automation
Automated lead qualification, scoring, and nurturing with AI-powered insights.
Pricing
Fiberwise Platform
We're preparing flexible pricing tiers to match your needs - from individual developers to enterprise teams. Get early access and be the first to experience the full power of AI-driven automation.
🚀 Request Early Access
Join our beta program and get exclusive early access to the Fiberwise platform with:
- ✨ Full platform access during beta
- 🎯 Direct feedback channel to our team
- 💝 Special launch pricing when we go live
- 📚 Priority access to new features and updates
Enterprise or Custom Solutions?
Contact us directly at [email protected]
to discuss your specific requirements and get a tailored solution.
Frequently Asked Questions
When will pricing be available?
We're finalizing our pricing structure and will announce it soon. Sign up for early access to get notified first!
Is there a free tier?
Yes! We're planning a generous free tier for developers and small projects, plus enterprise options for larger teams.
Can I try it now?
Absolutely! Request early access above or try the self-hosted open-source version from our GitHub repository.
What's included in early access?
Full platform access, direct support, community access, and special pricing when we launch publicly.