New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@getforma/create-app

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getforma/create-app

Create a new Forma app — Rust + TypeScript SSR framework

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

@getforma/create-app

npm version CI License: MIT

Scaffold a new Forma application — Rust server + TypeScript frontend, fully wired.

Usage

npx @getforma/create-app my-app
cd my-app

Then:

# Build the frontend
cd admin && npm install && npm run build && cd ..

# Start the Rust server
cargo run

Open http://localhost:3000.

Options

npx @getforma/create-app my-app --template dashboard
npx @getforma/create-app --help
npx @getforma/create-app --version

Templates

TemplateDescription
dashboardDevOps admin panel — 3 pages, 8 API routes, SVG charts, Tailwind CSS, Gruvbox theme
minimalClean slate — Rust server + JSX frontend, ready to build on

What You Get

A full-stack project with:

  • Rust server (src/main.rs) — Axum + forma-server with SSR, asset serving, CSP headers
  • TypeScript frontend (admin/src/) — FormaJS with JSX, signals, components
  • Build pipeline (admin/build.ts) — @getforma/build with content hashing, compression, manifest
  • Everything wired — manifest pipeline, asset serving, and development scripts ready to go

Part of the Forma Stack

Frontend (TypeScript)

PackageDescription
@getforma/coreReactive DOM library — signals, h(), islands, SSR hydration
@getforma/compilerVite plugin — h() optimization, server transforms, FMIR emission
@getforma/buildProduction pipeline — bundling, hashing, compression, manifest

Backend (Rust)

PackageDescription
forma-irFMIR binary format: parser, walker, WASM exports
forma-serverAxum middleware: SSR, asset serving, CSP headers

Full Framework

PackageDescription
@getforma/create-appThis package — scaffolds the full stack

License

MIT

FAQs

Package last updated on 17 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts