Skip to main content
The public Pxxl repository includes deploy-ready boilerplates under boilerplates.
BoilerplateUse case
static-cdn-galleryA fast static gallery that renders CDN-hosted assets.
vite-react-pxxlA React app configured for Pxxl deployment and CDN asset usage with pnpm.
vite-react-npm-pxxlA Vite React starter using npm.
express-api-pxxlA small API backend that can safely proxy CDN uploads with server-held API keys.
express-bun-pxxlAn Express API starter running on Bun.
hono-bun-pxxlA tiny Hono API starter running on Bun.
fastify-pnpm-pxxlA Fastify API starter using pnpm.
nextjs-pnpm-pxxlA minimal Next.js App Router starter using pnpm.
astro-npm-pxxlA fast Astro content site starter using npm.
Each boilerplate includes a pxxl.boilerplate.json manifest and an SEO-focused README that explains how to deploy the project on Pxxl.
pxxl init --new express-bun-pxxl --name my-api --domain pxxl.pro
pxxl deploy
The CLI reads the manifest and writes matching pxxl.toml defaults for package manager, framework, port, install command, build command, and start command.