Introduction to F3L1X¶
F3L1X is Dashboard as a Service (DaaS) - a platform that transforms your Windows PC into a personal AI data center. Think of it as "Kubernetes for Cognitive Labor" - an orchestration layer for AI agents that run on your own hardware.
The Vision¶
"Don't Rent Your Business. Own It."
In an era where AI services are increasingly cloud-dependent, F3L1X takes a different approach: data sovereignty. Your code, your documents, your business logic - they all stay on your machine. You bring your own API keys, run your own agents, and maintain complete control.
What Makes F3L1X Different?¶
1. Local-First Architecture¶
Unlike cloud-based AI platforms, F3L1X runs entirely on your local machine:
- No data leaves your computer unless you explicitly share it
- Perfect for sensitive work: medical records, legal documents, financial data
- Works offline once set up (with local AI models)
- No recurring cloud costs for compute
2. Agent-Agnostic Design¶
F3L1X doesn't lock you into one AI provider:
| Provider | Integration |
|---|---|
| Anthropic Claude | Full support (Claude Code, API) |
| OpenAI GPT | API integration |
| Local Models | Ollama (Mistral, Llama, Qwen) |
| Custom | Any model via REST API |
3. The Realm System¶
F3L1X organizes functionality into Realms - specialized AI agent modules:
- Documentation - Index and search your documents
- Communication - Inter-service messaging via Herald
- Security - Authorization and encryption
- Development - CI/CD, testing, and code analysis
- And many more...
Each realm is like hiring a specialist. Need documentation management? There's a realm for that. Need security auditing? There's a realm for that too.
4. BYOK Model (Bring Your Own Keys)¶
You use your own API keys for everything:
- Anthropic API Key - For Claude interactions
- OpenAI API Key - For GPT models (optional)
- Other Keys - As needed for your workflow
This means:
- No middleman markup on API calls
- Full control over usage and costs
- Direct relationship with providers
- No vendor lock-in
How It Works¶
┌─────────────────────────────────────────────────────────────┐
│ YOUR COMPUTER │
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ Dashboard │ │ Herald │ │ Sov-AI │ │
│ │ (Your UI) │◄──►│ (Network) │◄──►│ (Local AI) │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
│ │ │ │ │
│ └───────────────────┼───────────────────┘ │
│ │ │
│ ┌────────▼────────┐ │
│ │ Your Realms │ │
│ │ Documentation │ │
│ │ Security │ │
│ │ Development │ │
│ │ And more... │ │
│ └─────────────────┘ │
│ │
└──────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────┐
│ External APIs │
│ (Your Keys) │
│ - Anthropic │
│ - OpenAI │
│ - Others │
└─────────────────┘
Core Components¶
| Component | Purpose |
|---|---|
| Dashboard | Web-based command center for managing realms |
| Herald | Message broker for realm-to-realm communication |
| Realms | Specialized AI agent modules |
| Pipeline-Go | Development methodology for AI projects |
| Sov-AI | Optional local AI infrastructure (Ollama integration) |
Who Is F3L1X For?¶
Developers & Engineers¶
- Run AI sessions locally
- Manage multiple projects with realm isolation
- Automate development workflows
Consultants & Freelancers¶
- Keep client data on your machine
- Build custom AI workflows
- White-label the platform for clients
Small Businesses¶
- Deploy AI without cloud dependency
- Maintain data sovereignty
- Control costs with BYOK model
Privacy-Conscious Users¶
- Medical professionals handling patient data
- Legal professionals with confidential documents
- Financial advisors with sensitive information
Getting Started¶
Ready to deploy your personal AI data center?
- Download F3L1X - Get the installer (requires account)
- Installation Guide - Set up your system
- Quick Start Guide - Be running in 10 minutes
- Understanding Realms - Learn the core concepts
Next Steps¶
- Understanding Realms - Deep dive into the realm system
- Herald Network - Learn about inter-realm communication
- Security & Privacy - How your data stays protected
- Pipeline-Go Methodology - Master the development workflow