Build a landing page and start accepting Stripe payments with a template built with a modern tech stack, optimized for AWS from day one.
Replies
Best
Maker
📌
Hey everyone! The background for this project is that I generally dislike the process of setting up landing pages/ authentication/ and Stripe for my side-projects, so I decided to make a Github template to streamline this process.
Once you clone the repo, there is a central startupConfig.js file that integrates with the components on the page. The benefit of this approach is that you can deploy a customized website for your Startup by just updating 1 config file. This template integrates with AWS Amplify so you can deploy and utilize one of the largest cloud providers in your startup day 1.
Right now, the codebase is on Github and is behind a paywall that you can access on our home page.
I deployed the bare-bone Github codebase to show what someone who uses the template could create. That template site can be accessed here - https://master.drk3zir0kqcou.amp...
The tech stack is:
- Vue.js v3
- Vuetify (UI component library)
- Pinia (State management library)
- Vite
- AWS amplify
- Stripe
If you want to try this template out, i would highly recommend you have some basic AWS experience. There is a comprehensive readme detailing how to navigate this project, but some basic experience with the AWS console is recommended!
Replies