App Landing Page Gatsby Theme
A Gatsby theme designed to streamline the creation of one-page websites for showcasing mobile applications already available on app stores.
Key Features:
- Automated App Store Data Retrieval: Fetches app details directly from the Apple App Store.
- Responsive Design: Ensures optimal viewing across various devices.
- Dark Mode Support: Offers a visually appealing dark theme option.
- Smart App Banners: Integrates smart app banners for enhanced user experience.
- Platform Versatility: Compatible with both iOS and Mac App Store applications.
Installation:
npm i --save gatsby-theme-app-landing-page
Plugin Options:
appStoreId
(required): The unique identifier of your app on the Apple App Store.typography
(optional): Defines the typography for headers. Available options:sans
(Inter),serif
(Source Serif Pro),slab
(Roboto Slab), andmono
(Space Mono). Defaults tosans
.appearance
(optional): Sets the theme's color scheme. Options includelight
,dark
, andauto
(system-dependent). Defaults toauto
.
Use Cases:
- Quickly launch a promotional website for a newly released app.
- Create a simple, informative landing page without extensive manual coding.
- Provide a central location for users to learn about and download your app.