Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 727 Bytes

File metadata and controls

24 lines (16 loc) · 727 Bytes

PrompterOne Landing Page

Astro landing site for prompter.one, designed from the shipped PrompterOne product system and real product captures.

Local development

npm install
npm run dev

Run npm run build to type-check and generate the static site in dist/.

Structure

  • src/pages/ contains Astro routes
  • src/layouts/ owns shared page metadata
  • src/styles/ carries the landing visual system derived from PrompterOne product tokens
  • public/ contains the product logo, social preview, and real English product screenshots

Domain Split

  • prompter.one serves this landing site
  • app.prompter.one serves the standalone PrompterOne app from the main managedcode/PrompterOne repository