This repository contains the source code for the Inboxt Landing Page. Built with Astro.
Use this for real-time previewing with Hot Module Replacement (HMR) as you edit Markdown files.
npm install
npm run devThe site will be available at http://localhost:4321.
Use this to check the final static production build locally.
# Build the static site
npm run build
# Preview the build locally
npm run previewsrc/layouts: Main page layouts (Base, Docs-style).src/components: Reusable UI components.src/pages: Individual routes (Home, Privacy, etc.).public/: Static assets (logos, images).
The content of this website is licensed under the MIT License.
The Inboxt application and backend are licensed separately under the AGPL-3.0. View the application repository.