Base Roadmap
Status
Current status is Alpha
Done
Foundation
- Status: Published
- Description: Established core project structure, development tooling, and workflows.
- Link: https://github.com/oxyio-labs/base
- Notes: Uses
pnpmfor package management. Structured asappsandpackages.
Docs
- Status: Published
- Description: User documentation for Base.
- Link: https://github.com/oxyio-labs/base-docs
- Notes: Will be updated heavily as packages added.
Ping
- Status: Published
- Description: Basic health check and sanity test for system monitoring.
- Link: https://github.com/oxyio-labs/base/packages/ping
- Notes: Can be used as starting point when creating other packages
In Development
Keys
- Status: In Development
- Description: Cryptographic key management capabilities including key generation, storage, and lifecycle management.
- Notes: Uses well-known cryptographic libraries.
Planned
Tokens
- Status: Planned
- Description: Token management including issuance, verification, and revocation to support secure authentication workflows.
Authentication
- Status: Planned
- Description: Authentication and authorization, including user login, session management, and access control.
- Notes: Includes standards-based proxies to 3rd party authentication services.
Billing
- Status: Planned
- Description: Integrate billing and subscription management, including payment processing, and usage tracking.
- Notes: Primarily a proxy to 3rd party services.