Skip to content
@architect-platform

Architect Platform

The all-in-one platform for opinionated, maintainable software development.

🏗️ Architect Platform

Your software architect in a box.
Architect helps developers build consistent, production-ready software with structure, standards, and automation — from the first commit to deployment.


🚀 What Does Architect Do?

  • 📦 Scaffold projects with opinionated templates (e.g. Spring Boot, Kotlin).
  • 🔐 Enforce architectural rules, code quality, and security checks.
  • ⚙️ Automate CI/CD, testing, and versioning.
  • 📈 Grow with your project — from local development to full cloud deployment.

Whether you're working solo or with a team, Architect helps you write better software faster.


One‑Line Installer Script

curl -sSL https://raw.githubusercontent.com/architect-platform/architect/main/architect-cli/.installers/bash | bash

Install & Run the Engine

architect engine install
architect engine start
# architet engine stop/clean

Setup Architect Project

Create an architect.yml in the root of your project:

project:
  name: architect-cli
  description: "A command-line architect for your projects."

plugins:
  - name: gradle-architected
  - name: github-architected

You can then configure the plugins either in the architect.yml file or under the .architect folder in any .yml file

# .architect/gradle.yml
gradle:
  projects:
    - name: architect-cli
      path: cli

Run Architect

Start building with Architect:

architect
# usage: ...

Common commands:

architect init
architect build
architect test
...

📚 Docs & Getting Started


Pinned Loading

  1. architect architect Public

    Your software architect in a box. Architect helps developers build consistent, production-ready software with structure, standards, and automation — from the first commit to deployment.

    Kotlin 1

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…