An open source NextJS Template with Tailwind UI. Contents served from Tradly Headless API.
Use cases (Product Marketplaces, Event Marketplace, SaaS App Directory / Partner Pages, Single D2C / B2C Store)
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This is an open source business web site. Which you can easily use for your business platform by changing a little bit.It has all the features of a business website. Advanced SEO methods to change all pages meta programmatically(templated) also available. Yes it is Google friendly.
Note: Design screenshots you see in the repo and in the end product might vary. We do optimise them based on feedback, etc.
Here's why:
- Your time should be focused on creating something amazing. A project that solves a problem and helps others
- You shouldn't be doing the same tasks over and over like creating modern business web site.
Of course, no one template will serve all projects since your needs may be different. So we are ready for you .
Tradly
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Get a API Key at https://superadmin.sandbox.tradly.app/
- Clone the repo
git clone https://github.com/TRADLY-PLATFORM/Butterflies.git
- Install NPM packages
npm install
- Enter your PUBLIC KEY in
env/.env.prod
(Visit Superadmin > Settings > API)or Enter your API inENVIRONMENT = "production" API_KEY = 'ENTER YOUR PRODUCTION KEY';
env/.env.sandbox
ENVIRONMENT = "sandbox" API_KEY = 'ENTER YOUR SANDBOX KEY';
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Tradly Platform - https://community.tradly.app/
Project Link: https://github.com/TRADLY-PLATFORM/Butterflies