Skip to content

Sapliy/fintech-docs

Repository files navigation

Sapliy Fintech Documentation

Docs

Official documentation site for the Sapliy Fintech Ecosystem — powered by VitePress.

Vision

A comprehensive documentation hub covering:

  • Getting Started — Quick start guides for each SDK
  • Core Concepts — Organizations, Zones, Events, Flows
  • API Reference — Complete REST/gRPC documentation
  • Tutorials — Step-by-step walkthroughs
  • Examples — Real-world integrations

Project Structure

docs/
├── getting-started/
│   ├── quickstart.md
│   ├── authentication.md
│   └── test-vs-live.md
├── concepts/
│   ├── architecture.md  # System Design & Microservices
│   ├── comparison.md    # Sapliy vs n8n / Zapier
│   ├── features.md      # Core Platform Features
│   ├── security.md      # Security & Access Control
│   ├── organizations.md
│   ├── zones.md
│   ├── events.md
│   └── flows.md
├── guides/
│   ├── integrations.md  # 3rd Party Connectors
│   ├── pbac-config.md   # Configuring OPA/JSON Policies
│   └── first-flow.md    # Step-by-step Tutorial
├── sdks/
│   ├── node.md
│   ├── python.md
│   └── go.md
├── api/
│   ├── overview.md
│   ├── payments.md
│   ├── wallets.md
│   ├── ledger.md
│   └── webhooks.md
└── reference/
    ├── cli.md          # Sapliy CLI Command Ref
    ├── nodes.md        # Automation Nodes Ref
    ├── errors.md
    └── rate-limits.md

Development

# Install dependencies
npm install

# Start dev server
npm run docs:dev

# Build for production
npm run docs:build

Contributing

Documentation contributions are welcome. See CONTRIBUTING.md.

Architecture

Sapliy is built as a high-performance event-driven ecosystem.

License

MIT © Sapliy

About

Documentation site (Docusaurus/VitePress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published