Back to Spacetimedb

PostgreSQL Paint App - Base Prompt

tools/llm-oneshot/apps/paint-app/prompts/base_postgres.md

2.1.0827 B
Original Source

PostgreSQL Paint App - Base Prompt

Create me a real-time collaborative paint/drawing app using PostgreSQL as the backend.

Project root is:

apps/paint-app/

Create the project under a timestamped folder:

apps/paint-app/postgres/paint-app-YYYYMMDD-HHMMSS/

Use paint-app as the database name for PostgreSQL.

Constraints

  • Work entirely inside your timestamped folder. Do not touch any other existing code.
  • Only create/modify code under:
    • apps/paint-app/postgres/paint-app-YYYYMMDD-HHMMSS/server/ (server-side TypeScript)
    • apps/paint-app/postgres/paint-app-YYYYMMDD-HHMMSS/client/ (client-side TypeScript/React)
  • Keep it minimal and readable.

UI Requirements

Use SpacetimeDB brand styling (dark theme).

Features

<!-- Include feature files below this line -->