Titan Planet is a JavaScript-first backend framework that embeds JS actions into a Rust + Axum server and ships as a single native binary. Routes are compiled to static metadata; only actions run in the embedded JS runtime. No Node.js. No event loop in pr
The bundler for TitanPl servers.
Node.js compatibility layer for TitanPL (sync-only)
Lightweight Google OAuth2 client for TitanPL
Surface is an ultra-optimized high level modules provider native extension for the TitanPl framework, built entirely in Go. It handles data-heavy, IO-bound, and system-level tasks outside the JavaScript runtime to ensure sub-millisecond response times and
An intelligent auth extension for TitanPL framework.
A High-Performance, Redis-like In-Memory Data Engine for TitanPL.
ESLint plugin for TitanPL projects. Enforces TitanPL-specific rules including blocking Node.js built-in modules, prohibiting async/await, and ensuring correct drift() usage. Automatically detects async methods from .d.ts files.
Titan native utilities package
TitanPL Test Sandbox - Execute real TitanPL code in Vitest without mocking
The standard decorator extension for TitanPL
The official Core Standard Library for Titan Planet - provides fs, path, crypto, os, net, proc, time, and url modules
Advanced rate limiter for the TitanPl Framework
The unified CLI for Titan Planet. Use it to create, manage, build, and deploy high-performance backend projects.
A lightweight HTML templating engine for TitanPL with file caching and variable interpolation.
Development SDK for Titan Planet. Provides TypeScript type definitions for the global 't' runtime object and a 'lite' test-harness runtime for building and verifying extensions.
The Windows x64 pre-compiled native engine binary for Titan Planet.
The Linux x64 pre-compiled native engine binary for Titan Planet.
Titan routing DSL
Lightweight, Axios-style HTTP client for the TitanPL Gravity Runtime. Synchronous, zero-dependency, fetch-native.
The macOS ARM64 pre-compiled native engine binary for Titan Planet.
A high-performance TitanPL extension.
MongoDB client for Titan Planet Framework
Tom (Titan Object Mapper) is a high-performance, developer-friendly ORM for **Titan Planet**. It provides a `Drizzle-like` developer experience with zero runtime overhead and perfect native type binding.