Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📌 Creating a bundle #132

Open
danmindru opened this issue Nov 22, 2024 · 0 comments
Open

📌 Creating a bundle #132

danmindru opened this issue Nov 22, 2024 · 0 comments
Labels
✨ tutorial Shows how something is done.

Comments

@danmindru
Copy link
Owner

You can submit custom bundles that will get featured on https://rarebigdeal.com/handpicked-deals

  1. Create a PR where you add a new JavaScript file under shipixen/data/picks
  2. Add a title, description and the names of the apps you want to include (must match the names in the README file).
  3. That's it, the rest is automatic ✨

Make sure the products you are adding have an image (og:image) fetched already, otherwise they'll look... sad :D
Here's how to add an image with overrides, if we failed to fetch it automatically.

The file format for bundles is this:

module.exports = {
  name: 'Apps that help you ship',
  description: 'Ship something today.',
  apps: [
    'ScreenshotOne',
    'Shipixen',
    'Chatwith',
    'Link Building Software',
    'Boringlaunch',
    'Crontap',
    'Tailkit',
    'IllustraAI',
    'Carrd',
    'Verbatik AI',
    'Saas UI',
    'supastarter for Next.js',
  ],
};
@danmindru danmindru added the ✨ tutorial Shows how something is done. label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ tutorial Shows how something is done.
Projects
None yet
Development

No branches or pull requests

1 participant