Installation
Install the public alpha from npm’s next channel:
pnpm add @freightpx/frasto@nextImport components in an Astro component or layout. The package entry automatically includes the compiled Frasto stylesheet:
---import { Button, PageHeader } from '@freightpx/frasto';---Requirements
Section titled “Requirements”- Astro
>=7 <8is the supported alpha range. - Node.js 22 or later is required.
- Consumers do not need React, Vue, Svelte, or Tailwind.
- Consumers do not need a separate Frasto stylesheet import in the normal setup.
- Static components should not add a client runtime.
- TypeScript definitions ship with the package.
Working from source
Section titled “Working from source”Contributors can run the documentation workspace with:
pnpm installpnpm docs:devUse only components listed in the available inventory. Review project status before adopting an Experimental API.

