HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dli123

no profile record

Submissions

Launch HN: ASim (YC S21) – Mobile app that generates mobile apps

90 points·by dli123·l’année dernière·61 comments

Show HN: A mobile app that generates mobile apps in 30 secs

10 points·by dli123·il y a 2 ans·4 comments

Show HN: ASim – generate usable mobile apps instantly

asim.sh
5 points·by dli123·il y a 2 ans·0 comments

Show HN: ASim – generate functional mobile apps instantly on your phone

asim.sh
10 points·by dli123·il y a 2 ans·0 comments

comments

dli123
·l’année dernière·discuss
will take a look at this loop.

yep, agent and genius are 2 distinct pipelines we're testing.
dli123
·l’année dernière·discuss
hahahaha i love it!!

sound and video generation are very very primitive compared to image gen. definitely something we want to beef up though!
dli123
·l’année dernière·discuss
haha oh, these kinds of clones are mostly just built on basic KV stores that we store in our postgres db! there's a couple different types of KV stores we give the app generations, but it's mostly just differing auth types (global, private, shared w/ friends).
dli123
·l’année dernière·discuss
ya - i think the replication of the wechat super-app has been attempted so many times in the west at this point, but maybe agi coding solves this...?
dli123
·l’année dernière·discuss
thanks! we just use good old fashioned postgres running on azure, paired with a node server and blob storage in r2. i like how simple it is, and logs show up in places i'd expect without having to remember how to navigate some ui. queuing was something that took a bit to figure out correctly, but pg-boss ended up being the most straighfoward/easy to deploy on our infra.
dli123
·l’année dernière·discuss
i think i've seen this prompt at least 5 times today in the logs lol
dli123
·l’année dernière·discuss
yea there's a ton now that i've stopped trying to keep tabs on them. i agree that most 'vibe-coded' apps are still really, really basic, so we try to lean into that. give some cool apis that make certain things easy, and make it easy to create kinda dumb, but fun apps. the sweet spot is usually some kind of meme, or something with your friends, like https://asim.sh/@rish/s/157178/create-a-cute-gamified-app-ca...
dli123
·l’année dernière·discuss
wow I haven't heard someone bring up dreamweaver in probably a decade. brings back memories of coding on my cow colored gateway laptop :')
dli123
·l’année dernière·discuss
currently they only live inside of aSim, but we are playing around with the idea of being able to export apps. the Android APK export is definitely doable, but the iOS side is definitely more challenging, so unsure if we will commit to it.
dli123
·l’année dernière·discuss
hmm, kinda like a... y combinator?
dli123
·l’année dernière·discuss
We’re a bit different than these since our apps are instantly deployed, not deployed through expo. So right after generation, you tap on your app and it loads and is usable, kinda like a webpage.

React native definitely seems to work the best! I think the current generation LLMs have just seen so much js/ts they can just about do anything in those languages.
dli123
·l’année dernière·discuss
yep, you could describe it like that!
dli123
·l’année dernière·discuss
will be taking a note of this and putting into consideration for our next venture!
dli123
·l’année dernière·discuss
we're definitely under heavy load right now - might be hitting some rate limits. can you try again now? if it still doesn't work, hit me up at [email protected] or on our discord https://www.asim.sh/discord and i'll get you sorted!
dli123
·l’année dernière·discuss
thanks for the kind words! yep, this is exactly how we're thinking about this space as well! we think as software dev costs compress, it'll become a new modality of expression, similar to how we've seen images and video platforms take off as creation costs start to really compress.
dli123
·l’année dernière·discuss
haha i think it's been a great namesake!
dli123
·l’année dernière·discuss
haha no (at least not to my knowledge)! just following in gmail's footsteps of launching on april fools
dli123
·l’année dernière·discuss
we're currently planning on adding the ability for app creators to charge users, similar to Roblox/Robux if you're familiar, and that revenue will be shared between us and the app creator
dli123
·l’année dernière·discuss
unfortunately we've already been targeted by a small scale DOS attack (or wallet attack?), and account creation on our most expensive model was the only way we could solve the problem for now :/
dli123
·l’année dernière·discuss
Thx for the feedback - didnt have a chance to implement email otps (will start that now!) and even less didn’t want to figure out sign in with google/apple