@byrxmin: If I had only 1 week to ship a mobile app as a CS student, this is the stack I’d use 👇 Day 1–2 → Plan the idea and UI Day 3–4 → Build the frontend with AI help Day 5–6 → Add backend, auth and automations Day 7 → Ship, get feedback, and improve Tools I’d use: • Notion – plan features, break tasks into 7 days • Figma – design all screens before writing code • Cursor – generate and refactor app code faster with AI • Supabase – auth, database, storage with zero server setup • Expo – build and test the mobile app quickly • Make – connect forms, emails and automations • GitHub + Vercel – ship the landing page and share the app This isn’t theory, it’s exactly how I’d build my next project as a student in 2026. Save this so you don’t forget the stack 🧠 Tag a friend who wants to launch their first app this year. #coding #csstudent #mobileapp #saas #indiehacker
ByRxm1n
Region: TR
Thursday 21 May 2026 16:11:37 GMT
Music
Download
Comments
Juztul :
Is cursor better than Antigravity or Codex?
2026-05-29 13:20:52
1
picartweb :
You think cursor better than codex?
2026-07-05 01:40:26
0
aigrowthguide :
Where’s your app? I wanna see you promote it here
2026-05-21 18:33:07
1
Ebuka Benjamin :
I love your monitor what’s the screen size ?
2026-06-20 00:57:15
0
Stock Smart :
can I get the code to see l build app with ai but I meet errors
2026-05-23 03:33:23
0
Jayesh :
It's not that easy I spent 2 months building an android app (apk) I've tried almost every tool out there with no experience in CS/IT field just a kid
2026-06-28 18:19:43
2
z47xc :
how much for the total cost?
2026-05-29 11:44:49
1
Dee 😍 :
why not just use Subase+claude code+flutterflow
2026-06-25 21:36:52
1
Gym Bros Official :
Me with cursor build in 6 hour continous work
2026-07-04 10:28:04
0
Hadi :
keep it up
2026-06-18 05:37:34
0
Tipsy_franklin💦 :
That’s why I create an app as a PWA
2026-06-30 17:09:25
0
snap_afs :
Facts 🙌🏾🙌🏾
2026-05-27 16:20:36
1
Kevin | less code :
Hmmmm
2026-06-25 03:57:39
0
Diego Lukusa :
hows Rork compare to this steps is it advisable?
2026-06-24 16:10:41
0
ANONYMOUS💡 :
Can anyone fix any error here …………………
Eligibility Scanner 💀
body{
font-family: Arial, sans-serif;
background:#111;
color:white;
display:flex;
justify-content:center;
align-items:center;
min-height:100vh;
}
.container{
width:350px;
background:#1c1c1c;
padding:25px;
border-radius:15px;
text-align:center;
box-shadow:0 0 20px rgba(0,255,0,.3);
}
input,button{
width:100%;
padding:12px;
margin:8px 0;
border:none;
border-radius:8px;
}
button{
background:#00cc66;
color:white;
font-weight:bold;
cursor:pointer;
}
button:hover{
opacity:.9;
}
#loading{
display:none;
margin-top:20px;
}
.bar{
width:100%;
height:20px;
background:#333;
border-radius:10px;
overflow:hidden;
}
.progress{
height:100%;
width:0%;
background:#00cc66;
transition:width 3s linear;
}
#result{
display:none;
margin-top:20px;
font-size:22px;
color:#ff4d4d;
animation:shake .5s infinite alternate;
}
@keyframes shake{
from{transform:translateX(-3px);}
to{transform:translateX(3px);}
}
🧬 Human Eligibility Scanner
Check Eligibility
🔍 Scanning DNA...
function scan(){
const name = document.getElementById("name").value;
document.getElementById("loading").style.display = "block";
setTimeout(()=>{
document.getElementById("progress").style.width = "100%";
},100);
setTimeout(()=>{
document.getElementById("loading").style.display = "none";
document.getElementById("result").styl
2026-07-03 23:45:42
0
TH THINIMA :
❤️❤️❤️
2026-06-07 20:23:18
0
BEST OF INTERNET FR :
😳😳😳
2026-07-04 09:59:45
0
To see more videos from user @byrxmin, please go to the Tikwm
homepage.