Skip to content

NYX-305Parad0xLabs/null-developer-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

null-developer-platform

null-developer-platform is the public-facing developer platform for the Parad0x ecosystem. It provides onboarding, docs, key management, usage visibility, webhook setup, sandbox testing, and sample integration assets so third-party builders can build businesses on top of Parad0x.

Features

  • developer portal
  • onboarding flow
  • API key management
  • usage dashboard
  • docs site
  • SDK downloads
  • sample apps
  • webhooks and event subscriptions
  • extension publishing guide
  • sandbox environment

Repo Layout

null-developer-platform/
├── docs/
│   ├── ARCHITECTURE.md
│   ├── EXTENSION_PUBLISHING.md
│   ├── QUICKSTART.md
│   └── WEBHOOKS.md
├── devplatform/
│   ├── api/app.py
│   ├── engine/store.py
│   ├── web/static/
│   └── models.py
├── sdk-examples/
│   ├── javascript_quickstart.js
│   └── python_quickstart.py
├── sample-apps/
│   └── webhook-demo.md
└── tests/

Local Demo

cd null-developer-platform
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -e .[dev]
uvicorn devplatform.api.app:app --reload

Open http://127.0.0.1:8000.

Demo flow:

  1. Review onboarding steps and guides.
  2. Create a sandbox API key.
  3. Inspect usage metrics.
  4. Register a webhook subscription.
  5. Test the sandbox endpoint.
  6. Review SDK examples and webhook demo assets.

About

Local-first developer platform foundation for orchestrating internal services, workflows, and operational tooling across the NULL ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors