LUTO
263 subscribers
366 photos
11 videos
6 files
113 links
BUILDING IN PUBLIC TILL I GET MY BUGATTI

🎯 Dropping dev tips, projects ...
🌐 http://luto-portfolio.netlify.app
πŸ’‘ Built by Luto
Download Telegram
πŸš€ Introducing Project Pulse: The AI Operating System for Developers

Tired of unfinished GitHub repos? Meet Project Pulse..the intelligent workspace designed to turn chaotic ideas into shipped products.

βš™οΈ THE ARCHITECT ENGINE
β€’ Stack Aware Planning: Input your stack (e.g., Next.js + Supabase) and the AI generates a technical execution graph, not generic to dos.
β€’ Smart Milestones: Automatically breaks projects into Infrastructure, Core Logic, and UI phases.

⚑️ THE SOLVER (AI CO-FOUNDER)
β€’ Instant Code Gen: Stuck on a task? Click the ⚑️ button.
β€’ Context Aware: The AI writes the actual code snippet for that specific task based on your project's tech stack.

πŸ”₯ MOMENTUM SYSTEM
β€’ Activity Heatmap: GitHub style contribution graphs for your daily tasks.
β€’ Streak Tracking: Gamified consistency to prevent burnout.
β€’ Connect with your GitHub report automatic tick

🧰 BUILT WITH
Next.js 14 β€’ MongoDB β€’ Gemini AI β€’ Tailwind CSS

πŸ‘¨β€πŸ’» Dev: @LU_T01
🌐 Ship Now: https://pulsev1-six.vercel.app/

@DEVLUTO
πŸ”₯7πŸŽ‰2
Monday here

Good morning wegntat

Wishing y'all a happy and productive week ❀️

@DEVLUTO
❀3
Genesis
Social Energy test
I'm not that much introvert ymrrrr😭😭😭😭

@DEVLUTO
😁7
#Opportunity_AlertsπŸ“£

πŸš€Calling All Young Students: Join the Free AI Hackathon ProgramπŸš€

✨Are you a high school student curious about building apps with AI without writing a single line of code? Phronesis+ Network is launching an exciting AI Hackathon, open to all students ready to explore ideas, create meaningful projects, and innovate using prompts only. This is the perfect space to experiment, collaborate with other bright teens, & showcase your project to the Dala team β€” maybe even the CEO.

Why Join?
πŸ”ΉBuild an app using AI tools, no coding needed
πŸ”ΉWork with other creative, curious high school innovators
πŸ”ΉTurn your ideas into real projects
πŸ”ΉGet exposure to the world of EdTech, tech careers, & youth innovation
πŸ”ΉPresent your project to the Dala team
πŸ”ΉBe part of the growing Phronesis+ Network community

πŸ”—Apply: https://forms.gle/7iqFqfvS7F2acHMe8

πŸ“Deadline: November 30, 2025

"If this isn't for you, please share it with others who might be interested."πŸ™

Follow usπŸ‘‡for more opportunities
@opportunity_alerts
❀2
Rasachnn eyetebekn 🫑

Good night πŸ’€

@DEVLUTO
❀7
πŸŒ„ Good Morning

β€œDon’t count the days. Make the days count.” Mohammed Ali


@DEVLUTO
❀8πŸ”₯2
LUTO
πŸš€ Introducing Project Pulse: The AI Operating System for Developers Tired of unfinished GitHub repos? Meet Project Pulse..the intelligent workspace designed to turn chaotic ideas into shipped products. βš™οΈ THE ARCHITECT ENGINE β€’ Stack Aware Planning: Input…
🚒 Dev Log: What I learned building Project Pulse (AI SaaS)

I just deployed Project Pulse an AI-native operating system for developers. It’s live on Vercel, but the real value isn't just the app; it’s the hurdles I hit while building it.

Here are the top 4 lessons from this sprint:

1. UI Evolution: From Basic to "Obsidian" 🎨
I started with a standard, high-contrast White & Black theme (Linear-style). It was clean, but it felt... safe. It didn't have that "premium" factor.
I pivoted to an "Obsidian" aesthetic..deep matte blacks, subtle borders, and glassmorphism.
The Lesson: Functional design is good, but Atmospheric design is what makes a product feel expensive. Dark mode isn't just a color flip; it's an identity..

2. Next.js Caching is Aggressive πŸ‘»
I spent hours debugging a "ghost bug" where deleted projects kept reappearing on refresh. Turns out, Next.js caches API GET requests by default in production.
The Fix: Adding export const dynamic = 'force-dynamic' to my API routes. If you're building real-time dashboards, you have to explicitly tell Next.js to bypass the cache.

3. Prompt Engineering = Backend Logic 🧠
Connecting Gemini AI was easy. Getting it to act like a Senior CTO was hard. The AI kept giving generic advice (e.g., "Setup Database").
The Fix: I had to inject the specific Tech Stack from the database into the prompt context. Now, instead of "Setup DB," it says "Configure Supabase Row Level Security." Context is king.

4. The "Magic Moment" UX ⚑️
A To-Do list is boring. I needed a feature that actually solved the problem. I built "The Solver", a button that reads a specific task and generates the code snippet to solve it.
The Lesson: Don't just tell users what to do; give them the tools to do it.

Check out the live build. Feedback on the UI is appreciated! πŸ‘‡

🌐 Live Demo: https://pulsev1-six.vercel.app/

#BuildInPublic #Nextjs #SaaS #FullStack #UIUX.

@DEVLUTO
πŸ”₯6
Forwarded from Solo codes (Brook Solomon)
Introducing WebMTP

So the worst thing about Macs , is that you cant just plug in your android and just access the file storage directly how you do with windows, you need to install third party software and set it up just to have this basic functionality

which is why i made WebMTP, connect and directly access your phone storage from the web on MacOs without any installs

and it is also open source so would appreciate it if you drop a star on the repo


Github
πŸ”₯5
αˆ°αˆ‹αˆ! πŸ‘‹

I'm Zeamanuel, and I'm researching how Ethiopian freelancers work with local clients.

I'm looking for freelancers (graphic designers, web developers, content writers, photographers, social media managers, etc.) who:

πŸ“Œ Have 1-5 years freelancing experience
πŸ“Œ Work with Ethiopian clients (not just international)
πŸ“Œ Recently completed a project (last 3 months)
πŸ“Œ Have faced payment delays OR work without written contracts


🎁 Gift for participating:
- Ethio Telecom: 2800 Minutes + 20 GB
- Safaricom: 40 GB

It's just a 60-minute conversation - no selling, just honest questions about your experience.

Your insights will help build Hisab, a tool designed specifically for Ethiopian freelancers.

Interested? DM me or comment below!
@aradalicious

Thanks πŸ™


@OnyxDesignx
❀4πŸ™1
Forwarded from Mo' tries
Something I wanted to talk about for sometime is vim.lsp, the new vim/nvim approach to integrating language servers.

Basically, in the new approach, you'll have to create a new lsp/ πŸ“‚
Folder at the root of your config. In that folder you put a lua table of the configs for each language server you want.

For example, if you wanted to configure ts_ls (typescript language server), you'll create a ts_ls.lua file in this directory.

Then, you'll put code that looks like this:

{
cmd = {"typescript-language-server"},
settings = { <specific settings for ts_ls> }
}

Once you do this, you go to your init.lua file, if you're using lazy.nvim, and you just put the line:

vim.lsp.enable "ts_ls"

That's it!

NOTE: You should include the path to the lsp binary in your settings if you downloaded it manually. The above method works if you downloaded it with mason.nvim
❀4
So I broke the drivers flash in the taxi , while we were megafating for the gabina

I'm hoping he won't notice it eskemwerd dres , the radio is playing perfectly πŸ˜‚πŸ« 
😁8
Good morning πŸ˜‚

@DEVLUTO
❀4
πŸ”₯4
Today's sketching session....

@DEVLUTO
❀8πŸ‘1