Getting started
What Stylora is today
Section titled “What Stylora is today”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.
Choose your path
Section titled “Choose your path”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.
Use this path if you want the Stylora workflow without operating it yourself.
- Join the waitlist for hosted access.
- Expect the same organizations and projects model.
- Treat cloud as a continuation of the product, not a separate simplified edition.
Local development
Section titled “Local development”- Install dependencies.
- Copy the environment file template.
- Start the local PostgreSQL container.
- Start the workspace in development mode.
pnpm installcp .env.example .envpnpm db:uppnpm devMonorepo shape
Section titled “Monorepo shape”apps/site: Astro marketing site and Starlight docs served onstylora.xyzapps/web: Angular product app, intended forapp.stylora.xyzapps/api: Hono backendpackages/*: shared database, auth, and contracts packages
Next reads
Section titled “Next reads”- Read Self-hosting if you want to deploy now.
- Read Cloud if you want hosted access later.
- Read Organizations and projects to understand the product model.