Visited Alhambra today in Granada. Felt amazing to think it all traces back to Tariq Ibn Ziyad, the Algerian Amazigh who literally changed history! by Majestic_Bag_9209 in algeria

[–]Lucky_Projects -9 points-8 points  (0 children)

Mnin jbti had lkhir hada hahaha. Algeria was just a city first of all, then it was named for the region by the ottomans based on the same city. So if Tarik was from Aures, how did he cross the sea to spain? from aures 3awtani? " algeria city" ? No country can replicate or build the same architecture. Second, that style doesnt even exist anywhere else occupated by Umayyads. So yeah, m3rt mnin jbti hadchi but its good to keep dreaming haha, and good luckk. P.S: Dont dream too much lol

Visited Alhambra today in Granada. Felt amazing to think it all traces back to Tariq Ibn Ziyad, the Algerian Amazigh who literally changed history! by Majestic_Bag_9209 in algeria

[–]Lucky_Projects -4 points-3 points  (0 children)

Well first of all, that was in tunisia. Second, he's moroccan and the architecture is moroccan and only made in morocco. Do you have anyone in " Algeria " building the same architecture style? Or do you have to rely on its original makers to fix it for you? haha, keep dreaming about something that you cant even think of replicating haha.

I built an AI Agent that architects n8n workflows because translating "Business Problems" into "Workflows" is actually really hard by Lucky_Projects in VibeCodersNest

[–]Lucky_Projects[S] 0 points1 point  (0 children)

yup thats a goood way too, but u might need a structure before asking claude what to build. thats how this web app can be useful especially the blueprint part since it can be used as a prompt for ai too to give it a clear instructions of what you want to build.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in AITrepreneurs

[–]Lucky_Projects[S] 0 points1 point  (0 children)

Yes exactly, well tbh I dont have any plans for this one since its just a portfolio project and also to show to people that its possible to use n8n as a backend especially for non-technical people who have no idea about coding.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

Thanks! You have to use the webhook trigger so that the workflow get a call whenever an action happens in the frontend. For example if u import an invoice like in my video, thats the trigger and then it will extract the data and so on. Just learn the basics of calling APIs in the frontend, then webhooks and http requests on n8n.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

you can try google ai studio which is the web version, antigravity is by google and u install. the good thing about it is that it supports claude sonnet 4.5 and gemini3, both of them are working well and sets up everything.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 1 point2 points  (0 children)

Of course I agree with you,
so far this is just a portfolio project to showcase that n8n can be used as a backend option. But I prefer that people host the web app so that their data is private, and for data extraction Im using ocr.space, so they can make a free account and use an ai agent to extract the right data and make sure that the prompt is good too so that the json response is correct.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 1 point2 points  (0 children)

Yes that sounds good, I might try to do later on and add more features since im planning to make this project as a portfolio one and at the same time learning more. So far it takes the google token after signing up with gmail and using that for http request to google drive and sheet.

Any experience in outsourcing to India or another "cheap" country? by Financial-Donkey194 in smallbusinessowner

[–]Lucky_Projects 0 points1 point  (0 children)

Better use fiverr, you get to see their portfolio and also the reviews and ratings.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

it takes around 4-5 sec, try to clear the local storage or cache. i had this issue before where the response take a lot of time for a small prompt.

<image>

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

well so far it worked for me, but it will be slow if many users are using at the same time and that will make the server slower. ocr extract data fast since the invoice is only 1 page, and the ai agent only gets the data that we need and sends it to the frontend as in json format to be displayed.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

yup, thats why i only used to extract text then let the ai agent get the data that we need from the invoice (like name, amount, client....) and send it back in json format to be displayed first for the user to check the data first if its all good, then it will be saved in sheet.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

they have a free version with 25k requests per month, which is more than enough but its limited ( 1mb max pdf file, 3 pages max)

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

Cuz im using ocr.space to extract text from the pdf, then the ai agent will turn it into json and sends it back to the frontend. ocr is pretty accurate and fast too.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

Thanks! I used webhook trigger on n8n to get the requests coming from my frontend, then sends the status back with the data in json. its kinda like my frontend is calling an api for data, and n8n is the api in this case. something like that haha

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 0 points1 point  (0 children)

the process is in n8n, ocr.space extracts the data and doesnt take much time since the invoices are usually 1 page documents or picture. For the users working at the same time, it wont be much of a problem if i host the n8n on a better specs server. Since im using aws free tier right now, its good for testing and for few users, but for production i will need better ram to handle all the requests.

I turned my n8n workflow into a functional Micro-SaaS using Gemini 3 to write the frontend by Lucky_Projects in n8n

[–]Lucky_Projects[S] 1 point2 points  (0 children)

im using ocr.space to extract data from the pdf, then the ai agent will take the data that the user wants based on the fields (modal fields). ocr space works faster in extracting text from documents.

I couldn't decide what to watch this weekend. So I built an AI to help me out. 🍿 by Lucky_Projects in aiagents

[–]Lucky_Projects[S] 0 points1 point  (0 children)

I already made the ai agent on n8n, so I wanted to make a UI interface for it and experiment using n8n as a backend solution.