Skip to content

Getting started

Stylora is a browser-native workspace for PostgreSQL teams.

It is deliberately PostgreSQL first right now. The longer-term product direction can support broader data backends, but the first release earns trust by doing one workflow well.

Use this path if your team wants to run Stylora inside its own infrastructure today.

  • You control where the product runs.
  • You keep the first deployment model straightforward.
  • You can adopt the browser workflow now without waiting for managed cloud.
  1. Install dependencies.
  2. Copy the environment file template.
  3. Start the local PostgreSQL container.
  4. Start the workspace in development mode.
Terminal window
pnpm install
cp .env.example .env
pnpm db:up
pnpm dev
  • apps/site: Astro marketing site and Starlight docs served on stylora.xyz
  • apps/web: Angular product app, intended for app.stylora.xyz
  • apps/api: Hono backend
  • packages/*: shared database, auth, and contracts packages