Overview
ActumX is a monorepo containing two main projects:- API - Backend built with Elysia, Bun, Drizzle ORM, and PostgreSQL
- Dashboard - Frontend built with Next.js App Router and shadcn/ui
Required Tools
Bun
The API requires Bun as its JavaScript runtime and package manager.pnpm
The Dashboard uses pnpm for package management.Docker
Docker is required for running PostgreSQL locally. Download and install Docker Desktop for your operating system. Verify installation:Development Dependencies
API Dependencies
The API uses the following core dependencies:- Elysia (latest) - Fast web framework for Bun
- Drizzle ORM (^0.45.1) - TypeScript ORM
- Better Auth (^1.4.18) - Authentication library
- @solana/web3.js (^1.98.4) - Solana blockchain integration
- Zod (^4.3.6) - Schema validation
- pg (^8.18.0) - PostgreSQL client
- TypeScript (^5.9.3)
- Drizzle Kit (^0.31.9) - Database migration tool
- Bun types (latest)
Dashboard Dependencies
The Dashboard uses:- Next.js (16.1.6) - React framework
- React (19.2.3) - UI library
- shadcn/ui (^3.8.4) - Component library
- Tailwind CSS (^4) - Utility-first CSS framework
- Lucide React (^0.564.0) - Icon library
- Zod (^4.3.6) - Schema validation
IDE Recommendations
Visual Studio Code
Recommended VS Code extensions:- ESLint - JavaScript/TypeScript linting
- Prettier - Code formatting
- Tailwind CSS IntelliSense - Tailwind class completion
- Drizzle ORM - Database schema support
- TypeScript and JavaScript Language Features (built-in)
Editor Configuration
Create a.vscode/settings.json in your workspace: