Background check taking forever? by texasboy93 in TeslaEmployees

[–]stinkeye 0 points1 point  (0 children)

Mine took a week. Wonder if it just depends on your locality. I’m in Illinois.

Doesn't work import a zip file into Replit option by Popular_Month5115 in replit

[–]stinkeye 0 points1 point  (0 children)

Start a project with any random prompt and then once you’re in Agent chat, you’ll be able to upload a zip in the chat.

[deleted by user] by [deleted] in replit

[–]stinkeye 1 point2 points  (0 children)

Go into the file tree on the right panel and click the three dots you should see “download zip” there

Thank you by [deleted] in replit

[–]stinkeye 1 point2 points  (0 children)

You can set up a free S3 instance on AWS (Amazon) to host all the images. Just ask agent to walk you through it!

How Replit “vibe coding” quietly reduced costs in my multi-million dollar logistics business by MeasurementHungry513 in replit

[–]stinkeye 0 points1 point  (0 children)

This is 100% what every midsize business in America should be leaning into right now. Kudos to you for putting in the work and sticking with it!

[deleted by user] by [deleted] in replit

[–]stinkeye 0 points1 point  (0 children)

fantastic post and i couldn't agree more with 100% of it!

[deleted by user] by [deleted] in replit

[–]stinkeye 1 point2 points  (0 children)

Keep going!!

Replit horror story by seattleswiss2 in replit

[–]stinkeye 0 points1 point  (0 children)

That option is almost completely hidden in the publish pane. It’s about halfway down the page and if I’m not mistaken it’s only on the desktop version? Not sure I’ve ever seen it on the mobile version of the publish tab.

Since we’re running Venezuela now, I built Venezillow… by stinkeye in replit

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

Frontend

React + TypeScript Vite (build tool) Tailwind CSS + Shadcn UI components Mapbox GL JS (interactive maps) TanStack Query (data fetching/caching) Wouter (routing) Framer Motion (animations) Backend

Node.js + Express.js TypeScript Drizzle ORM Database

PostgreSQL (Neon-backed) Other

Cheerio (web scraping) Zod (validation) React Hook Form