Demo · live clickable

Click through — no login, no API key.

The demo instance at demo.softwarefabrik.io runs v0.19.0 and resets nightly. Guided tour in 7 steps — about 10 minutes.

What the demo shows

The demo instance at demo.softwarefabrik.io is the identical platform you'd install locally — including read-only reviewer, quality gate, dashboard charts and license UI. Different are only:

  • Auto-login as demo visitor — every visitor lands as user demo on the dashboard. No password, no account.
  • Mock adapter is default — coding runs use the mock adapter and consume no external API tokens.
  • Static reviewers active — the quality gate can run security, architecture-reviewer and hallucination-review without external tools.
  • Daily reset at 04:00 UTC — database and workspaces reset every night.
no login no API key daily reset 04:00 UTC v0.19.0

Recommended tour (~10 minutes)

  1. Look at the dashboard

    Metrics, three charts (run activity 14 days, project and run status), demo banner on top. Empty on first visit — changes after step 3.

    demo.softwarefabrik.io
    The dashboard of the demo instance (German UI)
  2. Create a project (wizard)

    Via Project assistant: four steps, six templates (Spring Boot, Static Frontend, .NET, Python, Node, Existing-Repo-Import). Step 4 shows a cost estimate and an initial-prompt preview. At the end: structured Markdown artifacts.

    demo.softwarefabrik.io/wizard
    The project assistant on the demo (German UI)
  3. Start a run

    Tab RunsNew run. Adapter: mock (important). Set ready, Start. Phase table shows progress through INTAKEPLANNING → ... → COMPLETED. Live logs stream over SSE.

  4. Approval with diff (if the run waits there)

    At WAITING_FOR_APPROVAL an inline diff of the workspace changes since run start is embedded. Approve and continue.

  5. Try the quality gate

    Run detail → Quality Gate. Pick static reviewers (Security, Architecture, Hallucination) and lenient policy. Verdict, aggregated confidence and findings by severity appear.

  6. Look at changelog and license model

    Under /changelog the version history. Under License the V1 license system (Ed25519 JWT, three tiers). In the demo license enforcement is disabled.

  7. Open the integrations page

    Under Integrations the management of API keys (NVD, Anthropic, OpenAI, Gemini). No real keys are stored in the demo — deliberately. You can still see what the status and validation UI looks like.

    demo.softwarefabrik.io/integrations
    The integrations page with the API-key cards (German UI)

What deliberately doesn't work

  • Real vendor calls — no Claude/Codex/Gemini/Aider calls in the demo. Install locally with your own keys to try.
  • External webhooks and mails — nothing goes outbound.
  • Persistent data — all wiped at the nightly reset.
Please don't enter real data. The demo is open — every visitor writes in the same user context. Fantasy project names, no internal or personal content.

After the demo