Skip to main content

Choose Your Path

Nadoo AI offers multiple entry points depending on your needs and technical expertise. Choose the path that best fits your requirements.

Developer Path

1

Set Up Development Environment

Install Python 3.11+ and set up your preferred IDE:
# Create virtual environment
python -m venv nadoo-env
source nadoo-env/bin/activate  # On Windows: nadoo-env\Scripts\activate

# Install Flow Core
pip install nadoo-flow-core
2

Hello World Workflow

Create your first workflow in under 5 minutes:
from nadoo_flow import ChainableNode, NodeResult
import asyncio

class HelloNode(ChainableNode):
    async def execute(self, node_context, workflow_context):
        name = node_context.input_data.get("name", "World")
        return NodeResult(
            success=True,
            output={"message": f"Hello, {name}!"}
        )

async def main():
    node = HelloNode(node_id="hello", node_type="greeting", name="Hello")
    result = await node.run({"name": "Developer"})
    print(result)  # {'message': 'Hello, Developer!'}

asyncio.run(main())
3

Learn Core Concepts

4

Build Real Applications

Developer Resources

Business Path

1

Access the Builder Platform

Sign up for free at platform.nadoo.ai
  • No credit card required
  • Instant access to visual builder
  • Pre-built templates included
2

Choose a Template

Start with a pre-built workflow:
  • Customer Support Bot: Automated customer service
  • Document Processor: Extract data from PDFs
  • Data Analyzer: Generate insights from data
  • Task Automator: Automate repetitive tasks
3

Customize Your Workflow

Use the visual editor to:
  • Drag and drop components
  • Configure node settings
  • Test with sample data
  • Preview results in real-time
4

Deploy and Monitor

Go live with one click:
  • Deploy to cloud infrastructure
  • Monitor performance metrics
  • View logs and analytics
  • Scale as needed

Business Resources

Evaluation Path

Interactive Demos

Try our live demos to see Nadoo AI in action:

Comparison Guide

See how Nadoo AI compares to alternatives:
FeatureNadoo AILangChainAutoGenCrewAI
Visual Builder✅ Yes❌ No❌ No❌ No
Code Framework✅ Yes✅ Yes✅ Yes✅ Yes
Dependencies2 (minimal)50+15+20+
Multi-Backend✅ Yes❌ No❌ No❌ No
Enterprise Ready✅ Yes⚠️ Limited⚠️ Limited❌ No
Open Source✅ Yes✅ Yes✅ Yes✅ Yes
Read full comparison →

Enterprise Path

Enterprise Features

  • SOC 2 Type II certified
  • GDPR and CCPA compliant
  • End-to-end encryption
  • Role-based access control
  • Audit logs and monitoring
  • Horizontal scaling
  • Multi-region deployment
  • Load balancing
  • Auto-scaling policies
  • 99.9% uptime SLA
  • Custom node development
  • Private model hosting
  • On-premise deployment
  • White-label options
  • API customization
  • Dedicated account manager
  • 24/7 technical support
  • Professional services
  • Training and onboarding
  • Priority bug fixes

Enterprise Onboarding

1

Schedule Discovery Call

Contact our enterprise team to discuss your requirements
2

Technical Assessment

Our architects review your use cases and recommend solutions
3

Proof of Concept

Build a pilot project with our guidance and support
4

Production Deployment

Roll out with professional services and ongoing support

By Industry

  • Risk assessment automation
  • Fraud detection workflows
  • Compliance reporting
  • Customer onboarding

By Department

Use Flow Core to build custom integrations and automate development workflowsStart with Flow Core →

Installation Options

# Install Flow Core for Python development
pip install nadoo-flow-core

# With optional features
pip install "nadoo-flow-core[redis,cel]"

Community

Join thousands of developers and businesses building with Nadoo AI:

5,000+

Active developers

10,000+

Agents deployed

100M+

Workflows executed

99.9%

Uptime SLA

Next Steps

Need help deciding? Our team is here to help. Schedule a consultation to discuss your specific needs.