Jianguo Zhuang

Jianguo Zhuang

Founder, Objectstack AI | Low-code SaaS

Forums

Nika•

1mo ago

Reevaluating your Q1 goals: What have you managed to accomplish in the first quarter of 2026?

Here we go again!

I started setting new goals every 3 months and then checking in on how well I was doing.

Nika•

2mo ago

Did you choose to bootstrap or go the funding route and why?

Today's Product Hunt lineup genuinely surprised me in the best way.

TL;DR: As @aaronoleary said  one or more companies launching today will get a YC interview and potentially funding.

Jianguo Zhuang•

2mo ago

From boilerplate hell to Metadata-driven: Why I’m building ObjectStack.

Hi Product Hunt community!

I m Jianguo, the founder of ObjectStack AI.

Like many of you, I spent years drowning in repetitive boilerplate code manually syncing schemas, API routes, and frontend types. It felt like I was spending 80% of my time on "plumbing" and only 20% on actual innovation.

That s why my team and I decided to build ObjectStack, a metadata-driven engine designed to automate the heavy lifting of software development. Our goal is simple: allow developers to define logic via metadata and let the engine handle the rest.

Arnav sen•

2mo ago

šŸš€ Launching soon: Stremini – Your Floating AI Sidekick That Supercharges Any App

Hey Product Hunt! I'm Arnav Sen, a Class 10 student & Team member at Stremini.ai, building the always-on AI assistant you've been waiting for.

Stremini floats on top of your apps (browser, Discord, VS Code, anything!) and levels up your workflow with 3 killer features:

  • Protect: Instant scam/phishing/link scans no more sketchy clicks.

  • Assist: AI chatbot for writing, summarising, translating, coding help & more right where you work.

  • Automate/Type: AI keyboard + workflows for blazing-fast typing, replies, and actions.

BIG UPDATE: The app is READY and in closed beta! Join our waitlist at stremini.site we'll DM you the download link ASAP for FREE early access. Spots are limited first 500 get in!

Ryan Hendrickson•

2mo ago

What are you building, and what does your stack look like?

I am a Computer Science student doing research into how solopreneurs and small startups create new apps and what their stack looks like. Particularly, I'm interested in how you handle things like authentication, billing, and permissions/authorization in your apps.

Let me know what you're working on below and how you're going about it -- I'd love to connect for some quick calls to learn about your product and talk about your process in building it!

Nika•

3mo ago

How much do you trust AI agents?

With the advent of clawdbots, it's as if we've all lost our inhibitions and "put our lives completely in their hands."

I'm all for delegating work, but not giving them too much personal/sensitive stuff to handle.

Durai Rajamanickam•

3mo ago

Launched Infinidatum - Free AI ROI Calculator & 20+ Tools for Leaders

Hey Product Hunt community!

Just launched Infinidatum today - a free collection of 20+ AI decision tools built from analyzing $500M+ in real-world AI deployments.

What we built:

AI ROI Calculator with Fortune 100 benchmarks (2.56x to 17x ROI)

Saul Fleischman•

4mo ago

What is your process for avoiding the "nocode tax" when you are not a coder and get lost in IDEs?

I am a product designer, not a coder, and so "lowcode" code editors leave me lost. It simply takes too long to ask Claude to step-by-step me through anything I want to do.
I have projects in the works in Lovable.dev and Medo.dev, Anything and Dazl - but yet to get things to work after migrating them to Vercel breakl out of the co-branding that these app-builders like to sneak in (notice the rainbow you see here and there on Lovable-built sites, even whn they use their own domain...?)
Gemini's suggestions:
AI code generation is prone to the "90% Problem," where the final 10% of polish requires significant manual intervention.  

  • Bolt.new: Users report that while blazing fast (app skeleton in 20s), it often "shits the bed" when projects get complex, leading to massive token consumption to fix errors .

  • Lovable: Praised for UI aesthetics, but its 7-message memory limit leads to "recency bias," causing the AI to get "drunk" on different approaches during long debugging sessions .

  • Tempo Labs: While it provides excellent planning features (PRDs and diagrams), some users have reported that its export to GitHub is unreliable, providing only "fragments of code" rather than a full app .

  • Blink.new: Emerging as a smoother alternative for full-stack builds, handling authentication and backend integrations with fewer breaks than Bolt .

Strategic Implementation Path

  1. Selection (Phase 1): Use Dyad.sh or Anything if you want the most stable backend/auth foundation .

  2. Generation (Phase 2): Build your MVP on the Pro tier for 1 month (~$19-$25). Use Discussion Mode to plan changes without burning credits .

  3. Sync & Export (Phase 3): Sync your project to a private GitHub repository immediately .

  4. Deployment (Phase 4): Connect the repo to Cloudflare Pages for free, unlimited bandwidth or Coolify on a $5 VPS for total control .

  5. Refinement (Phase 5): Use Cursor (locally) for further edits. It provides a full IDE environment with better project context for $20/month, allowing you to maintain your "clean codebase" without builder overhead .
    I then asked, about a cheap solution starting with Baidu's Medo.dev - because Medo gives us many credits to start, 100 more/day free, 20 more for 20 clicks on other's projects... So you can build a lot, download, but then have to sort out login and other backend problems. Possible, but takes some doing.
    Gemini's response:

    1. In Supabase Dashboard: Go to Authentication > URL Configuration. Change the "Site URL" from http://localhost:3000 to your actual production domain (e.g., https://your-app.com).

    2. In Vercel Dashboard: Go to Settings > Environment Variables. Add a new variable called NEXT_PUBLIC_APP_URL and set its value to your domain. This tells the backend where to send users when they click the email link.

    3. In Cursor: If the error persists, open your project in Cursor and ask the AI: "Search for all instances of 'localhost:3000' in the authentication logic and replace them with the environment variable for the site URL.".
      But what about you? What is your process if you are no-code building and shipping?