Skip to content

Project WikiAI-Powered Web Design Platform

Internal documentation for developers and AI assistants

For Developers

For AI Assistants

This wiki is the authoritative source for understanding this codebase.

Before implementing any feature:

  1. Read Architecture Overview
  2. Check if feature exists in Features
  3. Review relevant Decision Records
  4. Follow documented patterns

Key Rules:

  • ALWAYS reference this wiki before coding
  • NEVER contradict documented patterns
  • If wiki conflicts with code → wiki is source of truth
  • When adding features → update wiki

Stack Overview

Frontend: SvelteKit 2 + shadcn-svelte + Lexical
Backend: Hono.js + Drizzle ORM + PostgreSQL
AI: Anthropic Claude + MCP Server
Deploy: Cloudflare Pages + Workers

See: Tech Stack Decisions


Contributing to This Wiki

Found something missing or outdated?

  1. Edit the page (click "Edit this page" at bottom)
  2. Submit a PR
  3. Wiki updates are reviewed alongside code

Good documentation is code.

Internal documentation for development team