Source for px0.ai - the landing page for px0, the Open Source Prompt Infrastructure.
Make sure you have Node.js 22+ installed, then install dependencies:
npm installStart the dev server:
npm run devThe site will be available at http://localhost:4321. The dev server supports hot reload, so changes to components and styles reflect instantly.
npm run buildOutput is written to dist/. Preview the production build locally with:
npm run previewsrc/
components/ # Nav, Hero, Features, Footer
data/ # Shared constants (links, URLs)
layouts/ # Base HTML layout
pages/ # index.astro
styles/ # global.css
public/ # Favicons and static assets
- Astro - static site generator
- Vanilla CSS with CSS custom properties
- No JS frameworks - interactive bits use plain script tags
This project is licensed under the MIT License - see the LICENSE file for details.