Apps

Planex

AI-powered project blueprint generator with multi-step wizard and streaming output

Overview

Planex is an AI-powered project blueprint generator. Users describe their project vision, configure a tech stack, select modules, and generate comprehensive planning documents through a multi-step wizard. The AI generates architecture docs, user stories, database schemas, API designs, and folder structures.

Production URL: planex.hansenexus.dev

Key Features

  • Multi-Step Wizard — Guided project setup: name/description, stack selection, module selection, review
  • AI Generation — Claude Sonnet 4.5 via OpenRouter generates blueprint sections with streaming output
  • Stack Presets — Next.js+Convex, Next.js+Prisma, Next.js+Supabase, Vue+Supabase, SvelteKit+Drizzle, T3 Stack, and more
  • Module Selection — 20+ modules across 12 categories (core, users, communication, content, monetization, i18n, security, devops, ui, ai, collaboration, platform)
  • ZIP Export — Download generated blueprints as a ZIP archive
  • Streaming — Section-by-section generation with previous sections as context for coherence

Planex has two companion packages in the monorepo:

PackagePathDescription
@planex/clipackages/planex-cli/CLI tool for blueprint generation via terminal
@planex/enginepackages/planex-engine/Core library with presets, modules, providers, and generators

Tech Stack

ComponentTechnology
FrameworkNext.js 16 (App Router)
BackendConvex (2 tables)
AIClaude Sonnet 4.5 via OpenRouter (@openrouter/ai-sdk-provider)

Convex Schema

Planex has a minimal schema with just 2 tables:

  • projects — Project records with name, description, type, stack preset, selected modules, status (draft/generating/complete/error), and generated files
  • generations — AI generation log per project section with prompt, output, model, token usage, and duration

Key Routes

RouteDescription
/Landing page
/createMulti-step wizard for new projects
/projectsProject listing
/projects/[id]/generateBlueprint generation with streaming UI

AI Integration

The AI uses an expert software architect persona and generates:

  • PLAN.md — Project overview and roadmap
  • Architecture documentation
  • User stories
  • Database schema design
  • API design
  • Folder structure recommendations

Generation is streamed section-by-section, with each section receiving previous sections as context to maintain coherence across the blueprint.

Shared Packages

@hn-monorepo/ui, @hn-monorepo/config-biome, @hn-monorepo/config-typescript

HanseNexus 2026