https://github.com/ahmadjamil888/saas-mvp-project-fullstack
Full Stack saas for document storing integrated with supabase and stripe.
https://github.com/ahmadjamil888/saas-mvp-project-fullstack
app code fullstack mvp react saas stripe supabase vite
Last synced: about 2 months ago
JSON representation
Full Stack saas for document storing integrated with supabase and stripe.
- Host: GitHub
- URL: https://github.com/ahmadjamil888/saas-mvp-project-fullstack
- Owner: Ahmadjamil888
- Created: 2025-07-06T19:22:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T08:33:22.000Z (12 months ago)
- Last Synced: 2025-07-07T09:24:15.255Z (12 months ago)
- Topics: app, code, fullstack, mvp, react, saas, stripe, supabase, vite
- Language: TypeScript
- Homepage: https://ahmad-saas.vercel.app/
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVP for Documents software
## Project info
**URL**: https://ahmad-saas.vercel.app/
# Full Stack app made with React integrated with supabase and stripe payment
## Copy to visual studio code
**Use your preferred IDE**
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
Follow these steps:
```sh
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/Ahmadjamil888/lumina-flow-saas.git
# Step 2: Navigate to the project directory.
cd lumina-flow-saas
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
```
# App running
- Go and create a account as user
- Stripe setup just upload your payment link in code
- to login as admin use the following credentials:
- go to "/admin" in url
```
admin@gmail.com
password
```
**Edit a file directly in GitHub**
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.
**Use GitHub Codespaces**
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
## What technologies are used for this project?
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
## How can I deploy this project?
Simply open [vercel](https://vercel.com) and click on Share -> Publish.
## Can I connect a custom domain to this?
Yes, you can!
To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.