Skip to content
UT Studio
AI & SaaSFeaturedPreview only

Forge

Enterprise AI control plane for building, governing and operating intelligent workflows

Preview only — not yet on sale.

Pro licence · what that covers

Latest version
1.0.0
Updated
Difficulty
Advanced
Licence
Pro
Forge homepage presenting the enterprise AI platform as a five-stage pipeline
Homepage1 of 5

Forge screens

Homepage1 / 5

Forge homepage presenting the enterprise AI platform as a five-stage pipeline

Forge homepage presenting the enterprise AI platform as a five-stage pipeline

At a glance

Type
AI & SaaS
Best for
AI platform · Admin dashboard · Marketing site
Stack
TypeScript · Next.js · Tailwind CSS
Screens shown
5Captured from the live preview
Licence
Pro · 1 developer12 months of updates
Availability
PreviewLive preview open now

Built for

What this template is for. Each one is a filter in the catalogue, so the products beside it solve the same problem.

Overview

Forge is the site an enterprise AI platform needs before it can be bought: a product story told as a pipeline rather than a feature list, a solutions layer per team size, and the security and pricing pages a procurement review will actually open. Every section is written for the buyer who has to defend the purchase internally — which is why governance, exception handling and the developer surface get as much room as the canvas does.

What's inside

  • The platform story

    Signal to finished work in five stages, each with its own primitives — the product explains itself before the demo does.

  • Solutions by scale

    Startup, team and enterprise tracks that change the argument rather than the wallpaper.

  • The review pages

    The pages a procurement or security review actually opens — governance, retention and controls.

Explore the experience

Every screen below is the deployed template, captured from its own live preview.

  1. 01

    The platform story

    Signal to finished work in five stages, each with its own primitives — the product explains itself before the demo does.

    • Ingest and intelligence
    • Automation and output
    • Human review
    Forge platform page detailing ingest, intelligence, automation and output
    Platform overview
  2. 02

    Solutions by scale

    Startup, team and enterprise tracks that change the argument rather than the wallpaper.

    • Per-segment positioning
    Forge enterprise solution page addressing procurement and scale
    Enterprise solution
  3. 03

    The review pages

    The pages a procurement or security review actually opens — governance, retention and controls.

    • Governed data access
    • Retention and controls
    Forge security page covering governed data access, retention and controls
    Security review

What's included

  • The full source archive, with the first release
  • 12 months of updates, kept permanently
  • 1 developer — commercial use, including client work
  • Deployment guides for 3 targets
  • Email support for the length of your update window
  • Redistribution as your own product

Every line above is read from this product’s own licence and release record rather than written beside it, so it cannot promise something the release does not contain.

Architecture

A five-stage pipeline as the page structure

The product story is modelled once — inputs, ingest, intelligence, automation, output — and every surface reads from that model rather than restating it. Solutions, pricing and the security page are compositions over the same primitives, so adding a stage changes one array instead of six pages.

Architecture
Inputs ──▶ Ingest ──▶ Intelligence ──▶ Automation ──▶ Output
                        │              │
                        │              └──▶ Human review
                        └──▶ Governed data access

Tech stack

Built with

What the product is implemented in.

Requires

What you must already have. These block installation.

Folder structure

Folder structure
forge/
├── app/
│   ├── page.tsx
│   ├── platform/page.tsx
│   ├── solutions/page.tsx
│   ├── pricing/page.tsx
│   ├── security/page.tsx
│   └── resources/page.tsx
├── components/
└── content/

Requirements

Node.js
≥ 22.12LTS or current
Package manager
pnpm ≥ 10npm and yarn also work
Operating system
macOS, Linux, Windows (WSL2)

Installation

  1. Unpack the download

    The archive contains the full source. There is no installer and no post-install script.

    bash
    unzip forge.zip
    cd forge
  2. Install dependencies

    bash
    pnpm install
  3. Configure the environment

    Copy the example file and fill in the variables listed under Environment variables.

    bash
    cp .env.example .env

Quick start

  1. Start the development server

    bash
    pnpm dev
  2. Verify the install

    Runs formatting, lint, type-check, tests and a production build.

    bash
    pnpm check

Environment variables

Environment variables
VariableRequiredDescription
DATABASE_URLRequiredPostgreSQL connection string. Use a pooled endpoint in serverless environments.postgresql://user:pass@localhost:5432/app
NEXT_PUBLIC_APP_URLRequiredAbsolute origin of the deployment. Used for canonical URLs and metadata.https://app.example.com
LOG_LEVELOptionaldebug | info | warn | error. Defaults to info in production.

Configuration

    Deployment

    • Vercel

      Zero-config. Set the environment variables listed above and connect the repository.

    • Docker

      A multi-stage Dockerfile is included, producing a standalone image with no build toolchain.

    • Any Node host

      Builds to a standard Node server. Nothing depends on a platform-specific runtime.

    Compatibility

    Framework and runtime versions this product supports
    TechnologyVersionsStatus
    Next.js≥ 15Supported

    What changed in 1.0.0

    Initial commercial release

    • addedInitial commercial release

    Version history

    1. 1.0.0

      Initial commercial release

      • addedInitial commercial release

    Documentation

    Documentation ships with the first release.

    Support

    Frequently asked questions

    Curated by us, not inferred — these are the ones that genuinely pair with it.

    More from this category

    Other products solving a similar problem.

    Built with the same stack

    Products that share a framework with this one.

    Further reading

    Documentation and guides that use this template as their example.