bus ideas

From your Markdown files to a deployed website in few minutes.

ideas

database of things you can build and we simply send you the materials needed.

i.e on Amazon it costs X amount to order a wooden frame to hold an archery target. Instead of this, we provide you the plans (like lego), and the raw cost materials. We make a few dollars from the plans.

For this to work we would need Free Shipping or rather said- competitive shipping would be essential!

Reason for doing this - Often there is very low quality VS cost for basic things people want and need. We can see many reports of potential markets to take where the ratings are low but the product is in high demand.

Question:

Could you scrape Amazon/eBay for: High Demand products with Low Ratings. // High Demand Wooden Products with Low Ratings.

Play on StackBlitz

Useful Things

  1. Hosting on Vercel and using Nuxt project - like this web site! Is completely free! Thus, as long as the provider remains you have longevity beyond life for hosting content, outside of social platforms! Think blogger, free google/wix web si
npx
npx nuxi@latest init docs -t themes/docus
  1. Install the dependencies in the docs folder:
npm
npm install
yarn
yarn install
pnpm
pnpm install --shamefully-hoist
  1. Run the dev command to start Docus in development mode:
npm
npm run dev
yarn
yarn dev
pnpm
pnpm run dev
✨ Well done! A browser window should automatically open for http://localhost:3000
Table of Contents