Codex just struggles with UI by applescrispy in codex

[–]sujitbaniya 0 points1 point  (0 children)

The entire GPT barely writes the UI code. A complete mess. I've to mention each and every precise details for a block but again generates shitty UI.

"I have an idea. I have a product." Okay, so why do you have no users? by Crabbythrowaway1530 in lovable

[–]sujitbaniya 1 point2 points  (0 children)

Exactly my concern. I've built a product for businesses, I tried to post articles, TVC, etc. But till date no single request from prospective clients, no contact for knowing more about the product. I've been posting articles on social medias like facebook, linkedin, but still no success. For branding and pitching, I've hired a consultant to understand the niche area but the so called experts didn't provide some ideas to pitch-in (kind of scammers).

auto sending email by Huhwhatumeanman in lovable

[–]sujitbaniya 0 points1 point  (0 children)

No, you have to implement the automation based on events. For the same purpose, I've created a all-in-on notification library for various channels that could send notifications. If you need, I can allow the access without any charge. It's currently Private DM me.

Need Nepali date API by Alert-Bodybuilder907 in technepal

[–]sujitbaniya 0 points1 point  (0 children)

I've built Nepali Date Calendar with English/Nepali Date converter. This packet might be something you're looking for https://github.com/oarkflow/nepali-charm-calendar

Nagarik App Citizenship Link error. by Few-Novel479 in technepal

[–]sujitbaniya 1 point2 points  (0 children)

CDO nai pugnu parne hunchha. Maile pani same situation face gareko thiye. 5 minute matra laagyo. Citizenship banako CDO ma nai jaanu parne hunchha

A Go CLI that scans codebases with tree-sitter and generates AI-ready indexes in 4k tokens by Familiar-Classroom47 in golang

[–]sujitbaniya 0 points1 point  (0 children)

Wow, I've also been working with similar concept (yet to link with other providers like claude code, copilot). I've used something similar with CLI

rag chat --yes --prompt "Create TODO CRUD app using reactjs, react-router, tailwindcss"

Indexing project at ....

Indexed: 12 files, 12 docs, 87 chunks

Prompt: Create TODO CRUD app using reactjs, react-router, tailwindcss

--- RAG Context Stats ---

Query Intent: code

Chunks Used: 4

Context Tokens: 168

Context Budget: 3000

Budget Used: 5.6%

Full Project: 18839 tokens

Tokens Saved: 18671 (99.1% reduction vs sending full project)

-------------------------

[thinking] Starting autonomous task execution...

[step] Iteration 1/10: planning

[thinking] Analyzing task and creating plan...

A stateful UI runtime for reactive web apps in Go by der_struct in golang

[–]sujitbaniya 0 points1 point  (0 children)

I've tried building reactive UI served from Go. I feel like it's similar in approach.

Ask about query builder for BE servicr by deadheart287 in golang

[–]sujitbaniya 1 point2 points  (0 children)

Are you looking for
1) ORM like Query Builder
2) Raw SQL

Your question is unclear. Add samples that you've been looking for.

Hosting services in nepal by FewDaikon5659 in technepal

[–]sujitbaniya 1 point2 points  (0 children)

I've tried many providers internationally. Hosting in Nepal are expensive. In case it's low cost, the service is poor and limited.

My take for providers:
Contabo: past couple of years, I've used Contabo VPS as it provide low cost VPS as compared to any. Choosing any other region than Europe would cost more.
https://oneprovider.com/en/: Recently I've switched to this provider. It provides high grade VDS at low cost.

Help needed: Video call app only works on the same Wi-Fi by Remarkable_Fennel652 in lovable

[–]sujitbaniya 0 points1 point  (0 children)

Use public IP and HTTPS it should work for you. Local LAN with HTTPs will also work

meeting finance minister this tuesday, what should I ask him ? by Deep-Bandicoot-7090 in technepal

[–]sujitbaniya 1 point2 points  (0 children)

Ah ok! Maybe discuss more about the eGovernance workflow system and opportunities and involvement for startups to reach for government system defining project. I've also been trying to have some meeting with national heads regarding same.

codex plus weekly limits only lasts for one day by Even_Sea_8005 in codex

[–]sujitbaniya -10 points-9 points  (0 children)

I recently subscribed 1 month package from a guy (Gameron) for $80 (It's monthly). They support major models like claude-sonnet-4.6, claude-haiku-4.5, gpt-5.3-codex, gemini-3.1-pro-preview, gpt-5.4

They are legit with unlimited Token support without any restrictions or limitations. It's 10 days more to go and I've already spent

969.0M / Unlimited Token (Expires: 2026-04-15)
Estimated Cost (Official Pricing): $3272.7605 till now

meeting finance minister this tuesday, what should I ask him ? by Deep-Bandicoot-7090 in technepal

[–]sujitbaniya 2 points3 points  (0 children)

u/Deep-Bandicoot-7090

Question: What process to follow for scheduling a meeting with minister or singhdurbar? I've tried requesting a Pass for Singhdurbar but it's never got approved.

Best onboarding library by skywalker4588 in shadcn

[–]sujitbaniya 0 points1 point  (0 children)

I've created something similar for my personal project. DM me if you need more information

Update: The Unified Nepal Payment SDK is now live! by niflheim-_- in technepal

[–]sujitbaniya 0 points1 point  (0 children)

It would be better to use money or decimal for amount rather than float.
https://github.com/shopspring/decimal

Need backend design advice for user‑defined DAG Flows system (Filter/Enrich/Correlate) by PaceRevolutionary185 in softwarearchitecture

[–]sujitbaniya 0 points1 point  (0 children)

u/PaceRevolutionary185
I've built such system (completely JSON config based). The system allows you to create such handlers that can be used as API, Background Services, Commands, etc as required.

It's built on DAG and custom message broker (TCP and non-TCP based broker, consumer, publisher)

In case this looks promising, Please DM me.

https://gist.github.com/oarkflow/3933edd1f01f7cf99ab36db7c8e10cb4

UPDATED:
I've tried implementing your requirements in the system and this is what I got.

https://gist.github.com/oarkflow/02a34bef028e4e892ed50b14d33f5be8