# architect **Repository Path**: mirrors_mikeal/architect ## Basic Information - **Project Name**: architect - **Description**: The simplest, most powerful way to build serverless applications - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://www.npmjs.com/package/@architect/architect) ## [`@architect/architect`](https://www.npmjs.com/package/@architect/architect) > Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more. [![Build Status](https://travis-ci.com/arc-repos/architect.svg?branch=master)](https://travis-ci.com/arc-repos/architect) ## Quickstart No AWS account required! 1. Create a Node project: ```bash mkdir testapp cd testapp npm init --yes ``` 2. Install Architect ```bash npm i @architect/architect ``` 3. Add an `.arc` file: ```arc @app testapp @http get / ``` 4. Generate your project code locally: ```bash npx create local ``` 5. Fire up the Architect sandbox to preview your work: ```bash npx sandbox ``` To see all commands run: ```bash npx help ``` ### Learn more Full docs found at https://arc.codes [Architect changelog here](./changelog.md) ### Founding team [Amber Costley](https://github.com/amberdawn), [Angelina Fabbro](https://github.com/afabbro), [Brian LeRoux](https://github.com/brianleroux), Jen Fong-Adwent, [Kristofer Joseph](https://github.com/kristoferjoseph), [Kris Borchers](https://github.com/kborchers), [Ryan Block](https://github.com/ryanblock), [Spencer Kelley](https://github.com/spencermountain)