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 StackBlitzUseful Things
- 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 nuxi@latest init docs -t themes/docus
- Install the dependencies in the
docs
folder:
npm install
- Run the
dev
command to start Docus in development mode:
npm run dev