Introduction · Features · Local Development · Tech Stack · Contributing
Influence is an open-source SaaS boilerplate where you can make business online.
The doc is available on https://nazimboudeffa.gumroad.com
This software is free
But you can make a donation by following https://fr.tipeee.com/nazimboudeffa
Please note that your donation is not an engagement of any of the parts, you are free, we are free, and we love free softwares
You can join our little server on Discord https://discord.gg/EPM4rqpmcf
- Networking
- Create relations with companies
- And more ...
To develop Influence locally, you will need to clone this repository and set up all the env vars outlined in the .env.example
file
Once that's done, you can use the following commands to run the app locally:
npm i
npm run dev
- Next.js – framework
- Typescript – language
- Tailwind – CSS
- Shadcn/UI - UI
- Coolify – hosting, or Vercel for demo
- MongoDB - DB
- Mail in a Box - to send Emails instead of Mailjet or Resend
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request in the develop branch to add new features/make quality-of-life improvements/fix bugs.