Features

Everything the workspace actually does

This page lists shipped behaviour and clearly separates what is planned. Nothing here is a mock.

Core capabilities

Specification before code

KREOVIAN writes an editable product specification — purpose, users, pages, entities, roles, security — and only generates once you approve it.

Multi-agent engineering

Eleven specialised agents (product, UX, frontend, backend, database, security, testing, DevOps, SEO, review, docs) share one orchestrated task graph.

Real database, real policies

Every project gets normalised tables, foreign keys, indexes and row-level security policies — not a mock JSON file.

Checkpoints you can trust

Each change writes a version checkpoint with the request, files touched and model used. Compare and restore at any time.

Own your source

Provider adapters for AI, storage, auth and deployment mean the code you export runs anywhere. No lock-in by design.

Security gates the release

Exposed secrets, missing policies and unprotected routes are findings that can block a publish, not warnings you scroll past.

The agent roster

One assistant in the interface. Eleven specialised roles behind it, each run recorded with input, output, status and cost.

Product Manager

Turns a request into an editable product specification.

UX Designer

Defines flows, layout structure and design tokens.

Frontend Engineer

Implements pages and reusable components.

Backend Engineer

Implements server functions, APIs and integrations.

Database Architect

Designs schema, relationships, indexes and policies.

Security Auditor

Finds exposed secrets, weak policies and unsafe routes.

Testing

Writes and runs verification for generated code.

DevOps

Builds, environments and deployment adapters.

SEO & Accessibility

Metadata, semantics, contrast and keyboard support.

Code Review

Reviews diffs before they are applied.

Documentation

Keeps architecture and usage docs current.

What you can build

Marketing websites

SSR pages, SEO metadata, sitemap, structured data

Internal dashboards

Role-aware navigation, charts, tabular data, exports

SaaS products

Auth, workspaces, plans, metering, admin tooling

E-commerce

Catalogue, cart, checkout hooks, order pipeline

APIs & webhooks

Typed endpoints, validation, signing, OpenAPI output

Progressive web apps

Installable shell, offline-aware routing

On the roadmap

Listed here rather than shipped as buttons that do nothing.

  • Monaco code editor with diagnostics and diff viewer
  • Visual editor bound to real source and design tokens
  • Database builder with schema diagram and SQL console
  • API manager with OpenAPI output and request logs
  • Testing centre with executed results only
  • Deployment adapters for Cloudflare, Vercel, Netlify and custom servers