Getting Started with Fiberwise
Set up your environment and build your first AI-powered application in under 30 minutes.
What is Fiberwise?
Fiberwise is an application development platform that combines AI agents with dynamic data models, OAuth integrations, and web interfaces. Developers build apps using Python agents and manifest-driven configuration, deploy them through a CLI, and distribute them via an internal marketplace.
Agent-Driven Apps
Build apps with AI agents that handle LLM interactions and business logic
Seamless Integration
Connect with existing tools through OAuth and APIs
Scalable Architecture
Run locally, self-hosted, or in the cloud
Developer-Friendly
Python and Node.js SDKs with comprehensive APIs
Setup in 3 Steps
Follow these steps to get Fiberwise running on your machine.
Install Fiberwise
Install the Fiberwise CLI and set up your development environment.
pip install fiberwise
Installation Guide →
Configure LLM Provider
Connect an AI language model provider to power your agents.
fiber config llm --provider openai --api-key YOUR_KEY
LLM Setup Guide →
Create Your First App
Initialize a new project and start the development server.
fiber setup
fiber start
Platform available at http://localhost:8000
First Steps Guide →Detailed Setup Guides
Need more details? Follow our step-by-step guides for each part of the setup process.
Installation
Choose your deployment method and install Fiberwise
10-30 minCLI Setup
Configure the command-line interface
5 minLLM Providers
Connect your AI language model provider
5 minFirst Steps
Create and run your first application
15 minSelf-Hosted Setup
Deploy with full infrastructure control
45 minCloud Platform
Use managed cloud infrastructure
15 minWhat's Next?
After completing the setup, continue your journey with these resources.