100% 使用 vibe-coded 打造的移动应用程序登陆页模板 — 使用 Next.js、React 和 Tailwind CSS 打造。添加应用程序的内容,部署即可完成。
100% 使用 vibe-coded 打造的移动应用程序登陆页模板 — 使用 Next.js、React 和 Tailwind CSS 打造。添加应用程序的内容,部署即可完成。
body::before pseudo-elementoutput: 'export') — deploy anywhere, no server neededRequires: Node.js 20+, pnpm
git clone https://github.com/bohd4nx/app-landing.git
cd app-landing
pnpm install
pnpm dev
Open http://localhost:3000 — live reload included.
pnpm build # static export → out/
pnpm lint # biome check --write
Everything is in one file: src/config.ts
export const site = {
name: "Your App Name",
description: "...",
logo: "/favicon.svg",
storeLinks: { apple: "#", google: "#" },
rating: { score: 4.8, count: "1.2K" },
version: "1.0.0",
minimumOS: "13.0",
releaseDate: "Jan 10, 2026",
social: [...],
}
| Key | Description |
|---|---|
site.name |
App name shown in header, footer, and tab title |
site.logo |
Path to app icon (used everywhere, SVG recommended) |
site.storeLinks |
Apple and Google Play deep links |
site.social |
Social icons in footer — supports any react-icons icon |
storeConfig.fetchRealData |
Set to true to pull live data from App Store at build time |
storeConfig.appStoreAppId |
Numeric App Store ID (from the app URL) |
features |
Feature cards array — title, description, icon |
screenshots |
Array of image paths in /public/assets/screenshots/ |
pricingTiers |
Pricing cards — add highlighted: true for the featured tier |
reviews |
Customer testimonials with author and star rating |
faqs |
FAQ items — question and answer |
Edit the Markdown files directly — they auto-render on the page:
src/app/privacy-policy/privacy.mdsrc/app/terms-of-service/terms.mdMIT — see LICENSE
暂无开放 Issues,或尚未同步最近议题。