Skip to content

Marketplace Kit built on NextJS + Tailwind. It connects Tradly API to provide features like Ticket types, schedules, booking, collection api, add events, etc.

Notifications You must be signed in to change notification settings

TRADLY-PLATFORM/Butterflies

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn



Logo

Tradly Platform

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

Deploy on Vercel, Netlify

Deploy with Vercel

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Snip20210920_23 Snip20210920_25 Snip20210920_26 Snip20210920_27

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

(back to top)

Built With

(back to top)

Getting Started

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.

Prerequisites

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

Installation

  1. Get a API Key at https://superadmin.sandbox.tradly.app/
  2. Clone the repo
    git clone https://github.com/TRADLY-PLATFORM/Butterflies.git
  3. Install NPM packages
    npm install
  4. Enter your PUBLIC KEY in env/.env.prod (Visit Superadmin > Settings > API)
      ENVIRONMENT = "production"
      API_KEY  = 'ENTER YOUR PRODUCTION KEY';
    or Enter your API in env/.env.sandbox
      ENVIRONMENT = "sandbox"
      API_KEY  = 'ENTER YOUR SANDBOX KEY';

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Tradly Platform - https://community.tradly.app/

Project Link: https://github.com/TRADLY-PLATFORM/Butterflies

(back to top)

About

Marketplace Kit built on NextJS + Tailwind. It connects Tradly API to provide features like Ticket types, schedules, booking, collection api, add events, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages