kungfux/qupid
Generate a landing page for your product with declarative configuration and customizable sections.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 15, 2025
- License
- MIT
Pinned Snippet
uses: kungfux/qupid@42f87b6602e6da845f028c263b2064a7d211e1a3 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| configuration | Configuration in YAML format. | yes | site: title: My Website favicon_url: https://raw.githubusercontent.com/kungfux/qupid/refs/heads/main/public/favicon.ico sections: header: type: header logo: fa: fa fa-heart invert_on: light title: My Website links: home: text: Home href: '#hero' features: text: Features href: '#features' get_started: text: Get Started href: '#get_started' faq: text: FAQ href: '#faq' hero: type: hero title: Welcome to My Website subtitle: The best place to showcase your product. image: href: https://kungfux.github.io/qupid/og-image.png invert_on: light primary_button: text: Get Started href: # secondary_button: text: Learn More href: # terminal: type: terminal title: Stackbitz Playground subtitle: Run the development server with a single command. window: title: kungfux@linux:~/qupid code: |+ \`\`\`bash \$ npm run dev > qupid@1.0.0 dev > vite VITE v7.1.9 ready in 300 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h to show help \`\`\` prompt: true features: type: cards title: What We Offer subtitle: Discover the amazing features of our product. cards: - title: Easy to Use description: Simple and intuitive interface for everyone. icon: fas fa-thumbs-up - title: Customizable description: Tailor the product to fit your needs. icon: fas fa-cogs - title: Fast Performance description: Optimized for speed and efficiency. icon: fas fa-tachometer-alt - title: Secure description: Built with security in mind to protect your data. icon: fas fa-shield-alt - title: 24/7 Support description: We're here to help whenever you need us. icon: fas fa-headset - title: Affordable description: Great value for a powerful product. icon: fas fa-dollar-sign get_started: type: steps title: Get Started subtitle: Follow these simple steps. steps: - title: Sign Up description: Create an account to get started. icon: fas fa-user-plus - title: Customize description: Tailor the product to your preferences. icon: fas fa-sliders-h - title: Launch description: Start using the product and enjoy its benefits. icon: fas fa-rocket faq: type: faq title: Frequently Asked Questions subtitle: Got questions? We have answers. items: - question: What is this product about? answer: This product is designed to help you showcase your offerings effectively. - question: How do I get started? answer: Simply sign up, customize your settings, and launch! - question: Is there customer support available? answer: Yes, we offer 24/7 customer support to assist you. - question: Can I customize the product? answer: Absolutely! The product is highly customizable to fit your needs. - question: What are the pricing options? answer: We offer various pricing plans to suit different budgets. footer: type: footer logo: fa: fa fa-heart invert_on: light title: My Website description: The best place to showcase your product. copyright: © {year} My Website. All rights reserved. links: email: icon: fas fa-envelope href: 'mailto:' phone: icon: fas fa-phone href: 'tel:' address: icon: fas fa-map-marker-alt href: # twitter: icon: fab fa-twitter href: # |
Outputs
no outputs