
Problem with Antigravity IDE
I have been trying to use the gemini models from yesterday and nothing is working
reset, removed cash and even deleting the app and reinstalled nothing is working again
do someone have solution for this

I have been trying to use the gemini models from yesterday and nothing is working
reset, removed cash and even deleting the app and reinstalled nothing is working again
do someone have solution for this
Hi everyone,
I'm a software engineer and solo entrepreneur with a proven track record of building robust, scalable business solutions. I specialize in creating reliable software with a strong focus on clean architecture, performance, and solving real-world business bottlenecks.
Services I offer:
Because I operate as both a developer and a CEO, I bring an entrepreneurial mindset to every project. I understand that code needs to drive business value. I value clear communication, thoughtful problem-solving, and delivering quality work on time.
Whether you need a complex enterprise system built from scratch, additional features for an existing project, or a dedicated partner to help scale your technical infrastructure, I'm ready to help.
If you're looking for a dependable software engineer for your next project, feel free to send me a DM with the details!
ahla chabeb 9a3ed nekhdim ala app for project and task management for solo founders and small team will be any one interested in it
zero complexity
easy access
you are ready to go in 60 s
For the longest time, my default move for any new deployment was to spin up Nginx, write a massive configuration file, and wrestle with Certbot to get SSL working. It worked, but it always felt unnecessarily dense.
I’m currently building a project management SaaS (Loryians), and my core philosophy for the product is "zero-complexity." I realized I needed to apply that same mindset to the infrastructure.
My stack is entirely decoupled a Next.js frontend and an Express.js API, both containerized via Docker Compose. When it came time to set up the reverse proxy to route traffic between the containers and handle incoming requests, I decided to skip Nginx entirely and try Caddy.
Honestly, it feels like a cheat code.
Instead of a 50-line nginx.conf and a separate SSL renewal script, my entire Caddyfile looks like this:
Code snippet
# Next.js Frontend
app.mydomain.com {
reverse_proxy frontend:3000
}
# Express API
api.mydomain.com {
reverse_proxy backend:8080
}
The biggest wins so far:
frontend and backend). I don't even have to expose those ports to the host machine.X-Forwarded-* headers, handles HTTP-to-HTTPS redirects, and supports HTTP/3 without any extra configuration.Every minute spent debugging infrastructure boilerplate is a minute taken away from building actual features. If you are running a modern containerized stack and haven't tried the Caddyfile yet, do your sanity a favor and give it a look.
Curious what everyone else is running for their ingress/reverse proxy right now? Are you sticking with the tried-and-true Nginx, or have you jumped ship to Caddy or Traefik?
Hey everyone,
I’m a software engineer currently building a B2B SaaS. I’ve reached the stage where I need to start doing proactive outreach on LinkedIn to start conversations, get feedback, and find those early users.
The problem? I hate getting generic, pitchy messages from people who clearly just want to sell me something right out of the gate. I absolutely do not want to be that guy.
My core philosophy is that I want to actually provide value to the person I'm messaging. But I’m struggling to translate that mindset into a cold outreach strategy that actually works.
I'd love to hear what is working right now. Any advice, resources, or harsh reality checks would be hugely appreciated!
Hey everyone,
It’s so easy to get caught up in the massive success stories we see constantly on this sub the $10k MRR milestones, the huge funding rounds, the viral launches. But today, I just want to take a moment to celebrate a small, quiet win, and hopefully encourage anyone else who is just starting out.
Over the last week, I’ve been focusing entirely on building in public. No paid ads, no aggressive marketing hacks, and no pitching just sharing the raw, unpolished reality of being a software engineer putting something new out into the world. I just documented the process, the code, and the daily grind.
And it actually worked.
I checked my analytics today, and here is what 7 days of pure organic content brought in:
The value I took away from this (and why you should try it if you aren't already):
If you're hesitating to share your progress because your audience is small or your project isn't "ready" yet take this as your sign to just start. Documenting the journey is a massive win in itself.
Let's use this thread for some positivity. What is a small win you’re celebrating this week? Let's hear them! 👇
Hey r/saas, (Founder here).
Like many of you, I’ve spent the last few years jumping between Jira, ClickUp, Linear, and Notion. They are all incredible pieces of software, but lately, I’ve noticed a frustrating trend: feature bloat.
Instead of actually doing the work, I found myself spending hours configuring workflows, setting up custom fields, managing nested sub-tasks, and tweaking automation rules. It felt like I needed a dedicated project manager just to manage my own solo projects and small team tasks.
I wanted something that got completely out of my way. A tool where I could log in, dump my thoughts, track progress, and get back to coding.
When I couldn't find a truly lightweight option that didn't eventually try to become an "all-in-one enterprise platform," I decided to build it myself.
It’s called Loryians.
The core philosophy is simple: Zero-complexity project management.
Why I'm posting here: Since I'm building this entirely in public, I want to gut-check this problem with other founders and devs.
Hey r/projectmanagers ,
I’m currently building a minimalist project management app , and as we navigate our waitlist phase, I’m trying to make sure we are actually solving the right problems rather than just adding to the noise.
It feels like the current landscape is split in two: either the tools are incredibly bloated and require a dedicated manager just to maintain them, or they are too simple and require constant manual updating to keep things moving.
I’d love to get a reality check from this community. If you have a minute to share your stack, I’d love to know:
Would appreciate any raw feedback, recommendations, or rants you have!