cubesTech Stack

Frontend, backend, and external services used by the Solenvus platform.

Solenvus uses a modern web stack built for fast interfaces, structured execution, and reliable Solana data access.

Frontend

  • React 19 for UI

  • Vite 7 for build and dev server

  • TypeScript 5 for type safety

  • Tailwind CSS 4 for styling

  • Framer Motion 12 for animations

  • Wouter 3 for routing

  • TanStack Query 5 for server state

  • Recharts 2 for data visualization

  • Privy React Auth 3 for wallet auth

  • Lucide React for icons

Backend

  • Node.js 22 runtime

  • Express 4 HTTP server

  • TypeScript with tsx

  • Drizzle ORM

  • PostgreSQL 16

  • Structured session and request handling

External services

Solenvus works through the protocol and platform routes exposed in the product.

It does not require users to think about a separate list of external fetch providers during normal usage.

In practice, data and execution responses come through the skill flows and API routes already described in this documentation.

Examples can include:

  • Jupiter for swap and routing-related responses

  • Pyth for price-related responses

  • Solana network data where relevant to status and execution context

These are examples of integrated protocol and data sources inside supported product flows.

They are not presented here as a separate setup requirement for users.

Package management

The platform is maintained with a workspace-based package structure.

Last updated