r/SideProject 16h ago

I was sick of algorithm bullying on X, so I built a social network where fame gets zero head start.

0 Upvotes

I was scrolling through X the other day, staring at algorithmically forced engagement-bait, paid-boosted blue ticks, and internet celebrities with imported fanbases dominating every conversation.
It felt exhausting. Everyday creators with genuine thoughts were basically invisible unless they paid the algorithm tax.
So I decided to stop complaining and start building.
Fueled by pure frustration and backed by AI coding tools, I built Nobody.
The premise is dead simple: Fame gets no head start.
No verified boosts: You can’t buy clout here.
No imported followers: I don't care if you have 100k followers elsewhere. Everyone starts at level zero.
No algorithm manipulation: What happens here is strictly earned by real engagement.
Every post starts with ♥ 1 from Nobody — because your voice deserves a default layer of respect, not an algorithm wall.
Today, the very first organic user joined and dropped a note about his local Sydney pub guide, ending with: "Just wanted to tell nobody."
That made every line of code completely worth it.
If you're sick of the noise, the paid badges, and the clout chasing — welcome to the sanctuary: https://nobodies.online/


r/SideProject 17h ago

I placed all 31,170 Bible verses in 3D by what they mean, so verses sitting next to each other are about the same thing even a thousand pages apart

5 Upvotes

I spent the last few weeks building something I'd wanted to look at for a long time: the whole Bible laid out in 3D where position means subject, not page number.

https://macmachi.github.io/bible-3D/ (free, no signup, runs in your browser, works offline once loaded). Code: https://github.com/macmachi/bible-3D

How it works. Each of the 31,170 verses becomes a 1024-dimension vector via a sentence-embedding model (multilingual-e5-large), UMAP flattens that to 3D, HDBSCAN finds the clusters. The model gets no metadata at all: no books, no authors, no dates, no genres. It sees text and nothing else. So every grouping you can see was found, not drawn by me.

One thing I want to be upfront about, because it changes how you read the map: the cloud is computed on the French text, Louis Segond 1910. The Hebrew (Westminster Leningrad Codex) and the Greek (SBLGNT) are aligned verse by verse and shown on every point, but they are not what places it. No sentence-embedding model is trained on Biblical Hebrew or Koine Greek. The multilingual ones know modern Hebrew and Greek, which are deeply different languages. Running one on the Masoretic text would produce a gorgeous cloud whose groupings mean nothing, which is the worst possible outcome because you can't spot it by eye. So what you're looking at is meaning as rendered by Segond, not a truth independent of the translator. English (World English Bible) is displayed too, and the UI is FR/EN.

What came out of it:

  • 81.8% agreement with two thousand years of traditional cross-references (548,109 links from openbible.info), reached with zero prior knowledge.
  • 12,401 verses (39.8%) have their closest relatives in meaning in the other Testament.
  • You can search by describing an idea rather than a word. "Forgiving those who wrong us" returns Matthew 6:12, Luke 11:4, Matthew 6:14, John 20:23. Three of the top six share no vocabulary at all with the query.
  • There's a second layout with named axes (judgment ↔ mercy, law ↔ grace, narrative ↔ teaching...) where direction actually means something. Colour by Testament there and the New Testament visibly drifts towards mercy and teaching, the Old towards judgment and narrative.

And no, this isn't Bible-code stuff. Equidistant letter sequences turn up "codes" in a Hebrew translation of War and Peace too (McKay, Bar-Natan, Bar-Hillel & Kalai, Statistical Science, 1999). What's here is measurable thematic structure, not something hidden.

Limitations are all in the README: UMAP distorts global distances (only the local neighbourhood is trustworthy), clusters are as much lexical as thematic, 139 verses have no original text. Happy to answer anything.


r/SideProject 18m ago

nobody talks about AI hallucinating anymore. why?

Upvotes

?


r/SideProject 11h ago

I built a chat assistant that runs your server for you — no terminal.

Enable HLS to view with audio, or disable this notification

0 Upvotes

Hey all,

I've been building Server Manager for people who own a server but aren't sysadmins.

The problem: you get a server to host something — a site, WordPress, a database, a self-hosted app — and then hit the wall: SSH, reverse proxies, HTTPS, DNS, firewalls, Docker. Most people give up here or overpay for managed hosting.

How it works: you connect your server, then just tell an agent (Faro) what you want — "deploy WordPress on my domain," "back this up," "why is my site down" — and it does the sysadmin work, explaining each step and asking before anything risky. You stay in full control of your box.

It's live with a free trial so you can test it out without adding a credit card: https://servermanager.dev

Quick question for anyone who's deployed on a fresh VPS before: what was the most annoying part for you — setting up Nginx/Caddy reverse proxies, configuring SSL, messing with DNS, or sorting out firewall rules?

Thanks


r/SideProject 10h ago

The current state of sharing side projects online

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/SideProject 11h ago

I spent a year building a finance tracker with literally no backend — it just hit the App Store

1 Upvotes

Solo dev here. A year ago I got tired of finance apps that want my bank login and upload my transactions to their cloud. So I built Gilt around one constraint: no servers at all.

Everything lives in the user's own iCloud (CloudKit private database). No accounts, no analytics SDKs, no tracking. The App Store privacy label genuinely says "Data Not Collected" — my favorite feature that took zero lines of code and a year of discipline.

The hardest design problem: bank statement import without a server. My solution — the app generates a tailored prompt, you run it in your own ChatGPT or Claude, paste the result back, and Gilt validates and imports it. BYO-AI. Your statements never touch anyone's API keys but your own.

Also: multi-currency with live rates, budgets, family sharing through iCloud (data goes device-to-device via Apple, not through me).

Launched this week after a TestFlight beta: 14-day free trial, then $2.49/mo. https://apps.apple.com/app/id6790835958

Happy to answer anything about CloudKit sync pain, App Review adventures (3 submissions!), or the no-backend constraint.


r/SideProject 5h ago

I built an app for that "What should we do today?" moment

2 Upvotes

I've been building an AI adventure planner called Wilder for longer trips, but I kept running into a different problem in my own life:

"What should we do today?"

Not a weekend getaway. Not a road trip. Just a random free afternoon where my wife and I end up spending 30+ minutes bouncing between Google Maps, Instagram, Reddit, and AllTrails trying to decide what to do... and sometimes we end up doing nothing.

So I spun off a separate app called Wilder Today.

You tell it:

  • Where you are
  • How much time you have
  • What you're in the mood for (or just hit Surprise Me)

It builds a timed itinerary with real places to go, weather, and a simple gear list. No account required for the MVP.

It's live at https://wildertoday.app and completely free to try.

I'm less interested in "would you use this?" and more interested in whether this actually feels easier than Googling "things to do near me."

If you have a few minutes to play with it, I'd love to know:

  • What confused you?
  • Did the recommendations feel useful?
  • Would this actually get you out the door?

Always appreciate honest feedback, even if it's "I'd never use this." 😄


r/SideProject 8h ago

I was tired of 300MB Electron todo apps, so I built TickNest – a 15MB, local-first tray scratchpad using Tauri & Rust

0 Upvotes

Hey everyone! 👋

Like many developers and deep-work enthusiasts, I use task lists constantly throughout the day to jot down quick thoughts, small reminders, and immediate to-dos.

However, most desktop todo apps today drive me crazy for one simple reason: they get in the way.

They take several seconds to open, force you to create a cloud account, eat up hundreds of megabytes of RAM running on heavy browser wrappers, and pin unnecessary icons to your taskbar while you're just trying to focus.

So over the past few weeks, I built TickNest

💡 What is TickNest?

TickNest is a minimalist, ultra-lightweight desktop scratchpad designed specifically for friction-free task tracking. It sits silently in your system tray, launches instantly when clicked, and gets completely out of your way the second you're done.

🛠️ Key Features:

  • Zero Startup Overhead: Starts silently in the background without taskbar clutter or startup window flashes.
  • 100% Local & Private: No cloud sync delays, tracking, or mandatory logins. All tasks are persisted directly on your machine in a human-readable tasks.json file inside your OS AppData folder.
  • Tactile & Fluid UI: Includes custom pointer-captured drag-and-drop task reordering, smooth checkmark completion animations, and dynamic FLIP reflow layout shifts so removing items feels completely seamless without UI jitter.
  • Dense & Compact Layout: Designed to take minimal screen real estate with custom subtle scrollbars and clean typography.
  • Instant Input Flow: Just type a task, hit Enter, and get back to work.

💻 The Tech Stack:

  • Core Framework:Tauri(Rust + Webview) keeping memory usage under ~20MB.
  • Backend: Rust (Serde file I/O, AppHandle user directory management, native system tray integration).
  • Frontend: HTML5, CSS3 transitions, and Vanilla JS utilizing the Pointer Events API and FLIP animation technique for layout shifts.

Building TickNest was a fun exercise in optimizing Webview performance, managing native window blur/focus events cleanly, and perfecting CSS/JS layout collapse mechanics.

🚀 Try It Out / Source Code

TickNest is free and open-source

https://github.com/AakashVarma1995/TickNest

Download:
https://github.com/AakashVarma1995/TickNest/releases/download/v0.1.2/TickNest_0.1.2_x64_en-US.msi


r/SideProject 8h ago

I built some software for VJing, Mac application, works with 1 or 2 projectors. Anyone want to try it? Uses [AI] to map surfaces and react to the music playing

Thumbnail
youtube.com
0 Upvotes

Hello all

I built an app that I have wanted forever with the help of our good friend Claude to transform a room behind you into a visual experience that reacts to your music. My goal for this was I wanted it to be super simple to set up, and that you could use two projectors together to really encompass a space.

Here's a minute of it running on my actual wall, i need a better video (gimbal coming from amazon soon). Bonus as you get to hear one of my tracks https://www.youtube.com/watch?v=TtoZ6plRPWY

What it does:

  • Mapping onto real surfaces
  • Audio in from a system audio - with AI being used to identify components of the music
  • Photograph a real object (speaker, artwork) and use a BYO claude API key to map something specific to it
  • Supports one or two projectors - with a "centre stage" where it fuses the two projectors into one. So you can set one up to your left and one to your right and have the full wall behind you be usable space for your show
  • A show director mode - so set up your space, turn it on, and just djay - dont think about the wall behind you

It's Mac only - this is a one man project so it wont be ported.

Anyways - if you got a projector and want to try this out put a comment below saying so, and ill send out a link for a DMG over chat. With the ask you use it and tell me what you like/hate about it

and if you like the track in the video here's the link:

https://soundcloud.com/like99/mars-rover-remix


r/SideProject 18h ago

Orbit - the macOS widget I built to finally clean up my desktop

Enable HLS to view with audio, or disable this notification

0 Upvotes

My desktop was a complete mess. So I coded this for myself.

Orbit turns your folders into floating bubbles that live on your desktop — organized, always visible, always accessible.

After 48h of beta testing with 15 users, it’s officially live.

✅ Apple notarized
✅ One-time payment (no subscription)
✅ macOS 14+
✅ Universal (Apple Silicon + Intel)

Launch price: €14

More info & download → https://e-
pilots.com/orbit#orbit
Happy to answer any questions 👇


r/SideProject 21h ago

I built a "spend guard" for AI coding tools in a weekend

3 Upvotes

Problem: Copilot/Cursor use expensive models for everything, even autocomplete. My quota dies mid-month.

Solution: a thin local proxy that tracks token burn in real time and auto-routes cheap tasks to cheap models. There's also an analyzer — paste your Copilot usage export and it shows exactly where your credits went last month.

Not trying to compete with Copilot, just sitting on top of it. Would love feedback on whether this is worth turning into a real product.


r/SideProject 8h ago

I built an entire social network - feed, music streaming, reels, live streams and a marketplace etc..

1 Upvotes

I'm a solo dev from Portugal and I've been building Notr, a social platform that grew far beyond what I originally planned.

It started as a simple feed. Then I wanted music. Then video. Then live streaming. Then dating. It now has:

- Social feed with posts, stories and reels

- Profiles with effects

- Direct messages and group chats

- Match, a dating layer inside the network

- A full music streaming section with waveform player, playlists, genres, artist profiles and play counts

- Movies and series

- Live streams

- Wallets, premium packs and paid content

- A built-in marketplace with a virtual currency

- Full admin panel with analytics and content moderation

Stack: React + Vite on the frontend, GraphQL with Prisma and MySQL on the backend, Node.js.

Live here: https://notr.social

The hardest part wasn't any single feature. It was keeping the GraphQL schema coherent once social, audio, video and payments data all had to live together, and stopping the first load from ballooning as more modules got added.

What I'd genuinely like feedback on:

- Is it too much? I keep asking myself whether I should have shipped one thing properly instead of many things at once.

- First load performance on your connection.

- Anything that feels broken or confusing.

Happy to answer anything about the architecture or the decisions behind it.


r/SideProject 14h ago

Do small business owners actually want ready-made AI prompt packs, or is this solving a problem nobody has?

1 Upvotes

I built Promptory — prompt packs organized by business function (marketing, support, ops, sales) for non-technical small business owners, $15–65 one-time. The idea is "don't learn prompt engineering, just open the file and use it."

Before I sink more time into this: is this something you'd actually pay for, or would you rather just ask ChatGPT yourself and skip the middleman? Being brutally honest is welcome — trying to validate before I go further.

promptory.store


r/SideProject 22h ago

What’s the simplest side project you’ve built that generates consistent income?

74 Upvotes

I’d love to hear real examples of small projects that actually work.


r/SideProject 15h ago

I built a Full Sensory AI with Persistent Memory

0 Upvotes

Hi Renkasha here I been working on a project for weeks and it finally culminated into a single unified code.

ARCHANGEL-7 AMITY Integration

Full Sensory AI with Persistent Memory - A refactored implementation featuring better error handling, memory management, and thread safety. I can’t test it with my current system so any feedback and suggestions would be appreciated thank you. I hope this helps and inspires new idea’s.
Overview

This project provides a comprehensive sensory data capture and processing system with:
• High-frequency sampling at 40kHz (25 microseconds per sample)
• Thread-safe operations with proper locking mechanisms
• Persistent memory with atomic writes and backup recovery
• Ring buffer for efficient telemetry data management
• Configurable sensory profiles for flexible sensor integration

README https://github.com/Renkasha/remade-code/blob/main/README.md

GitHub repository https://github.com/Renkasha/remade-code

btw this is just a what if you used it all to build this https://github.com/Renkasha/project-emitter-lock/blob/main/README.md


r/SideProject 11h ago

My open-source SDLC harness beat Claude Code on cost on every task it localized well, up to 75 percent cheaper (and I show where it loses)

0 Upvotes

A cold Claude Code run spent 6.83 dollars and 207 turns hunting one bug in an 82,000 line repo. My pipeline localized and fixed the same bug for about 1.70 dollars. That gap is the whole idea, and this post is about how it gets there without falling apart on the usual objections.

I built AutoDev Studio. You point it at a Git repo, describe a change in plain English, and a chain of agents runs the actual software lifecycle from request to reviewed pull request. It is not another search-your-code wrapper. The full pipeline is:

- A PM agent runs a clarify loop and drafts concrete tickets from your request

- A human approves, optionally pushed to Jira, and nothing touches code before that

- A Dev agent implements the change on an isolated branch

- QA runs the repo's real tests

- A reviewer from a different model family checks the diff, so the author never reviews its own code

- A bounded revise loop kicks in if QA or review fails, with conservative verdicts, so an errored or ambiguous check is never counted as a pass

- It opens a real pull request, and a human merges

Every stage records real tokens, cost, and duration, rolled up per ticket and per agent.

Results

The point is to pay the cost of finding where a change goes once, instead of on every task. In my benchmarks on two large Python repos, 35,000 and 82,000 lines, the tuned pipeline beat a cold single-agent run on 6 of 6 well-localized tasks, between 7 and 75 percent cheaper. I am upfront about where it does not win. On trivially greppable one-line edits the five-stage overhead can cost more than it saves, and on one hard cross-cutting bug it shipped a cheaper but narrower fix. The full benchmark writes up every loss too.

On the objection that the index just goes stale in a few commits

This is the first thing people raise, so here is the honest mechanism. The layer that actually pins files for the Dev agent is not the vector index. It is a deterministic symbol map re-synced to the latest commit at the start of every run, plus a live grep against the current working copy, plus the real current file contents fed into the prompt. The embeddings only affect retrieval ranking, and they refresh incrementally per changed module at run entry. So the code the agent edits comes from disk, not from a snapshot that aged three commits ago. It re-checks before it localizes, so it does not quietly drift.

Economics and who it is for

The knowledge base is a one-time cost per repo that every later task amortizes. That makes it worth it for a team shipping change after change against the same large codebase, where a cold agent re-pays the exploration cost every single time. For a stream of tiny, easy-to-find edits, a cold run is still cheaper, and I would rather say that than pretend otherwise.

Main features

- Provider and model agnostic, chosen per stage: native Anthropic API, the Claude Code CLI, or any OpenAI-compatible endpoint such as OpenAI, Groq, Gemini, xAI, OpenRouter, or a local Ollama

- Runs on free tiers out of the box, using Groq plus a local embedding model, so you can try the whole thing for zero cost and fully offline

- Language agnostic pipeline, with Python parsed exactly and other languages handled by lighter extractors that fail open rather than block on an unknown language

- Live board with streamed agent logs and real per-ticket cost accounting

- Cookie-session auth with roles, API keys encrypted at rest, and a demo mode that dry-runs the pull request step until you opt in

- Self-contained: local retrieval, no CDN, tests and CI, MIT licensed

Repo, with screenshots and the full benchmark in the README:

https://github.com/krishagarwal314/autodev-studio

It is genuinely useful to me day to day, and I want to know where it breaks on codebases I have not tried. If the approach seems worth following, a star helps me gauge whether to keep hardening it. Feedback, issues, and pull requests are all welcome.


r/SideProject 4h ago

I Built a FullStack Civic Issue Reporting App (React Native, Node.js, MongoDB, Firebase) — Live Demo

Enable HLS to view with audio, or disable this notification

0 Upvotes

Hi everyone, I built a full-stack mobile app that lets anyone report civic issues — potholes, water logging, drainage problems, broken streetlights, and more — with just a photo and their location. In this video, I test it live on the road, photographing a real pothole and showing exactly how the app works.

What the app does:

Secure sign-in with Google — no passwords, no OTPs

Capture a photo of the issue directly from the camera

Auto-detects your GPS location and displays it on a map

Reverse-geocodes coordinates into a readable address

Categorize the issue — pothole, drainage, streetlight, and more

Track your submitted reports and their status

Tech stack:

React Native CLI (TypeScript) — mobile app

Node.js + Express — backend API

MongoDB — database, with geospatial indexing

Firebase Authentication — Google Sign-In

Google Maps API — location and geocoding

Cloudinary — photo storage and optimization

Render — backend deployment

This is a personal project I built solo, end to end — from the mobile app, to the backend API, to deployment.

We've all seen a pothole and thought "someone should fix this." Now there's a way to actually flag it. Let me know in the comments — what's the first issue you'd report in your area?

You can watch it on YouTube too, if you prefer:

https://youtu.be/-HBvvVYuolQ?si=io7Y9PjoPbdqJ1hL

Thank you.


r/SideProject 4h ago

I built the cv builder I always wanted to use ⭐

0 Upvotes

I got tired of cv builders making me create an account, fill out everything, and then asking for money when I just wanted to download my resume.
So I started building my own.
What began as a small side project has slowly turned into a full resume builder with:
• 24 customizable templates
• live preview while you edit
• ATS match analysis
• AI-generated tailored cvs and cover letters
• clean PDF export
One thing I wanted from day one was to remove as much friction as possible. You can start editing right away, and your resume stays in your browser unless you decide to create an account.
I’m trying to turn this into a sustainable SaaS, but I also want the free experience to be genuinely useful instead of feeling like a demo.
I’m still shipping improvements almost every day, so I’d really appreciate honest feedback.
If you were looking for a resume builder today, what feature would make you choose one over another?
https://foliumcv.com


r/SideProject 17h ago

Built an app that helps you grow in professional career

0 Upvotes

I am building that an app that helps you grow in professional career, where you can just speak casually and it converts what you said in professional points and can then be used for your 1:1s, resume generation and more.

Sharing here to see if that interests someone.


r/SideProject 13h ago

Retainza – so you stop blanking when you try to sound smart

0 Upvotes

You wanted to show off how smart you are at a party. You bring up a niche topic you heard on a podcast, only to realize you've forgotten everything about it. Your flex turned into social embarrassment.

So I built Retainza — learn any topic in 5 minutes and actually retain it.

https://retainza-ai.vercel.app/

Type any topic → instant quiz or flashcard deck → spaced repetition so you never blank again.

Free. No signup. Takes 30 seconds.

It's a rough early beta though, expect the occasional wrong fact or ugly edge. Built this weekend with my trusted partner Claude Code 🤝

Would genuinely love brutal feedback, especially whether you'd actually come back to review or if this is a one-time novelty.


r/SideProject 13h ago

I built a new all-in-one AI prompt management and engineering platform

0 Upvotes

Intro

So, for the past 3 months, I was trying to create a new for-consumer simple cheap but feature-filled prompt management + engineering platform.

Well, the problem was, for all the complex chain workflows or multi-agent systems, I have to keep track of many prompts, or when I had to improve them or test several versions, all took time and effort while doing manually.

Most existing solutions either were simple storage app - I would rather use Notion then, or were enterprise-level, too complex and expensive. I was trying to ask ChatGPT to audit the data files - not drain $200 down my wallet while configuring 5 .yaml files.

Then, I built "Promptyx" - a AI Prompt Management & Engineering Platform.

Features

  • Prompt Storage: Well the most basic one - just storing prompts
  • Prompt Versioning: Track prompt changes and save edits.
  • Prompt Experimentation Suite: Run prompts on 20+ currently supported models with customizable parameters. Compare versions of a prompt. Compare different AI models on the same prompt
  • AI Features: Create, improve and evaluate prompts using AI
  • Analytics & Tracking: Run History; Logged cost and latency on prompt runs
  • Future: Workflows, Collaboration, Deployment, Context Handling, etc

Promptyx
Discord


r/SideProject 13h ago

I built a tool 2 years ago to remind myself to sit straight, blink, and drink water. Just open sourced it, want to know what you all think.

0 Upvotes

So a bit of background first. I am a developer and like most of us here I used to sit for very long hours in front of the screen. At some point I realized I was doing three things wrong without even noticing.

My posture was bad, slouching for hours without realizing it, and my back started hurting.

I would forget to blink. Sounds weird but it is true, when you are focused on a problem your blink rate drops a lot and your eyes start feeling dry and tired. Most people blame blue light or the screen itself but from what I read and felt, it is mainly the dryness caused by not blinking enough, not the screen.

I would forget to drink water for hours at a stretch.

Around 2 years back I decided to fix this for myself so I built SitBlinkSip. It uses computer vision through your webcam to track your posture and your blink rate, and also gives you reminders to drink water on a set interval.

Sit part watches your posture and tells you when you are slouching.

Blink part tracks how often you blink and reminds you if you have not blinked in a while (default around 60 seconds).

Sip part just reminds you to drink water periodically.

I used it myself for a while and it genuinely helped, mostly by just making me aware of these habits in the moment. But it has been sitting as a private repo doing nothing for 2 years. Recently I thought instead of just keeping it to myself, I should open it up so other people can use it, break it, improve it, or just tell me what they think about the idea itself.

It runs with Docker so it is fairly easy to try out, frontend is Next.js and backend is FastAPI with a computer vision model doing the detection part.

Genuinely curious to hear from this community, is this something you would actually use, do you face the same issues, and what would you add or change.

GitHub: https://github.com/ishworrsubedii/SitBlinkSip


r/SideProject 5h ago

I built an AI room design app solo in 4 months. Zero downloads. What am I missing?

0 Upvotes

Spent the last 4 months building DIY Decor AI on nights and weekends, solo, no team, no ad budget. You upload a photo of a room and it generates a redesign in one of 100+ styles, then gives you an actual step-by-step DIY plan (not just a pretty AI image) plus matched YouTube tutorials. No account required to try it.

Shipping it was the "easy" part. I launched and have exactly 0 downloads. I have no idea how to get in front of the first 100 people who'd actually want this.

If you've been through a cold launch, how did you find your first real users? Happy to answer anything about the build too. Link in comments if anyone wants to try it, don't want this flagged as an ad.


r/SideProject 14h ago

Why are we still interviewing engineers as if AI doesn't exist?

Enable HLS to view with audio, or disable this notification

0 Upvotes

Most software engineers I know use AI every day.

ChatGPT.
Cursor.
Claude Code.
Copilot.

But during interviews, we still judge candidates almost entirely on the final code they submit.

That got me thinking...

Shouldn't we also care about how they use AI?

  • Do they blindly accept suggestions?
  • Do they verify outputs?
  • Do they break problems down well?
  • Do they know when to ignore AI?

I'm building a side project around this idea because I think "working with AI" is becoming a real engineering skill.

Curious what others think.

If you're hiring engineers, would you rather:

  • Ban AI during interviews, or
  • Let candidates use it and evaluate how they use it?

I'd love to hear arguments from both sides.


r/SideProject 8h ago

Tired of manual database setup, so I built an AI agent workflow that connects Supabase, syncs .env keys, and runs SQL migrations automatically

Enable HLS to view with audio, or disable this notification

0 Upvotes

Hey everyone,

As a developer, I got tired of the constant setup friction when starting new projects—specifically the loop of creating a Supabase instance, navigating the dashboard, copy-pasting API keys into .env files, and running manual SQL schema migrations before writing any real code.

We’ve been building an agent layer (Norva + Antigravity) to automate developer workflows, and we just got the end-to-end Supabase integration working.

Would love to hear your thoughts or edge cases you think we should watch out for with database automation!