This repository contains a proposed landing page website for Repo Prompt - a macOS native app that helps developers work more efficiently with AI coding assistants. Visit repoprompt.com to learn more about the main software.
This is the marketing website that showcases Repo Prompt's features and provides download links. The website is built with modern web technologies and is optimized for performance and accessibility.
- Framework: Next.js v15.2.0-canary.75 (Canary Build)
- UI Library: React v19.0.0
- Styling:
- TailwindCSS v4.0.9
- tailwindcss-animate v1.0.7
- class-variance-authority v0.7.1
- Theme Management: next-themes v0.4.4
- Animations: framer-motion v12.4.7
- Icons: lucide-react v0.476.0
- Development:
- TypeScript v5.7.3
- Bun as package manager
- ESLint v9.21.0
- Node.js (Latest LTS version recommended)
- Bun (Preferred) or another package manager
- Clone the repository
- Install dependencies:
# preferred
bun install
# alternatively
npm install- Start the development server:
# preferred
bun dev
# alternatively
npm run dev- Open http://localhost:3000 with your browser to see the result.
The page auto-updates as you edit the files in the app directory.
app/- Next.js app directory containing pages and layoutscomponents/- Reusable UI componentslib/- Utility functions and shared logicpublic/- Static assets including images
While this is primarily a landing page for Repo Prompt, contributions to improve the website are welcome. Please ensure you follow the existing code style and commit conventions.
To learn more about the actual Repo Prompt software (not this website):
