While playing and learning Remix.run I pulled in the Printful API to display products. Well... after many hours, this turned into a little CMS that allows you to mange your products, orders, and media.
Started with the Remix Blues Stack with the addition of:
- Printful for merchandise and fulfillment
- Stripe for payment processing
- Cloudinary media hosting and delivery
- SendGrid for sending transactional emails
The Blues Stack has tailwind, prisma with Postgres, and deployment with fly.io
Remix has been a lot of fun to work with and learn. You can play with a live store at dropshipjs.com and you can grab the code at: https://github.com/braginteractive/dropshipjs
Looking forward to hearing your feedback.