New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: TeXposit – Feature rich LaTeX and Markdown editor(texposit.com ↗)
    discuss
  2. Goroutine Leak Profiles(go.dev ↗)
    discuss
  3. Starlink's Other Network(circleid.com ↗)
    discuss
  4. US gov't orders Kalshi halt AI compute price tracker over natl security concerns(semafor.com ↗)
    discuss
  5. Building an open source AEC compliance checker that does not guess(luckmanqasim.com ↗)
    discuss
  6. Ask HN: Unipolar world with Washington DC as might and power center
    discuss
  7. Why Your Next CMS Should Be an Image(minilith.site ↗)
    discuss
  8. Doctors got transplanted testicular tissue in an infertile patient to grow sperm(scientificamerican.com ↗)
    discuss
  9. The Fable of Mythos(sk500.online ↗)
    discuss
  10. Show HN: Vigilance – Catch software supply chain attacks anywhere in the SDLC(vigihq.com ↗)
    discuss
  11. How our vibe coded website looks like a designer made it(railcode.dev ↗)
    discuss
  12. Securely switch password managers on Android(blog.google ↗)
    discuss
  13. TPM2+PIN Encryption Schemes: Evaluating and Enhancing Security(fuldeka.com ↗)
    discuss
  14. Show HN: Legion – AI agents that write sandboxed Lua inside your Elixir app(swmansion.com ↗)
    discuss
  15. Full-text search over the Hacker News with just Postgres(hnsearch.vercel.app ↗)
    2comments
  16. Maintaining the love for coding in the time of AI(nlnetlabs.nl ↗)
    discuss
  17. The Incredible Journey of a Migratory Shorebird(newyorker.com ↗)
    discuss
  18. Radius(earendil.com ↗)
    discuss
  19. When the fractional part of a float fixes your shader(crocidb.com ↗)
    discuss
  20. Geoffrey Litt: Dynamic Documents as Personal Software [video](youtube.com ↗)
    discuss
  21. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    1comments
  22. Hackers Stole Flock Camera Software Revealing How Company Tracks Cars and People(404media.co ↗)
    1comments
  23. Chimps teach their kids tool tricks(arstechnica.com ↗)
    discuss
  24. The Roman telescope has enough gas for 22 years, double NASA's expectations(arstechnica.com ↗)
    discuss
  25. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    discuss
  26. DOE Seeks New Path for Future Light Bulb Standard(inside.lighting ↗)
    discuss
  27. Readest – free open-source ePub and PDF reader(readest.com ↗)
    1comments
  28. One prompt, answers from multiple AI models side by side(shortcutchat.com ↗)
    discuss
  29. I replaced my brown-noise browser tab with a menu bar app(oldmanrahul.com ↗)
    discuss
  30. Show HN: AI Subtools – 40 free online tools, no sign-up, 100% client-side(aisubtools.xyz ↗)
    discuss

Show HN: Freeform – One click shareable AI generated apps

1 pointsby 1h agosharefreeform.com
1 comments
TLDR: Curious if YC startup requests are a valid take, so I built freeform in a weekend.

Storytime: I’ve been working on a startup for a while (another context layer startup) and one night while I had One Piece playing in the background and I was going through YCs request for startups list. I was watching the videos and reading the transcripts when two of them particularly stood out to me: cloud for small apps and shareable apps. Specifically the quote “AI hasn't had its multiplayer moment yet”. I had an idea floating in my head for a collaborative app which I thought would be nice to have and haven’t seen anyone implement anything like it yet (maybe so, I live under a rock). So having a free weekend and a claude pro subscription I started building Freeform. I didn’t count how many hours it took overall but it was about ~4.5 days total. I figured I should post about it since I’m curious if YCs startup direction is… well.. market driven. Anyway, this isn’t a reflection of YCs predictions obviously but more so a loose experiment of my interpretation and implementation of said ideas.

Application: Freeform. What is it? I’d loosely describe it as an ai canva since a lot of the direct output is design driven and based on what you see. However, I think the functionality exceeds that as each applet is its own sandboxed environment with persistent storage. This and being able to inject your own api keys or just random links from the web (ie unsplash) results in some pretty interesting creations. The core component I wanted was sharing and collaboration, so I designed the entire idea around sharing links, previewing, and simultaneous prompt based collaboration with versioning. Anyway, try it out I hope you like it :)

Try it here: https://sharefreeform.com Some stuff I made:

A product page with stripe integration on checkout: https://sharefreeform.com/a/d0e55aff-8aec-45dc-9874-5dc1b943...

A record player that plays midi and itunes music: https://sharefreeform.com/a/661d308e-1751-49c3-bd68-f7a58c05...

A brainrot card I’m sending to my friends: https://sharefreeform.com/a/e31a5954-dcd4-4821-8cdf-c1dc6d2f...

PS: I didn’t put a lot of credits to the llm or sandbox pool so if you run into any issues (or bugs) just shoot me an email here: hello@sharefreeform.com Also if you decide to make something feel free to email it to me or post it in the thread Thanks!

1h agoHN ↗

I'm really curious to hear about the user experience cause chat threads for llm interaction are the mainstream which is cause of how its inherently designed. However, I wanted to do something different that feels more interactive but I think the experience lacks in feedback from the llm. I'm curious to hear your thoughts.

Also I think the hardest thing to get right was the sandbox streaming, trying to minimize for cold boots and keep sessions from dropping out, so if anyone has questions about that I'm happy to talk about it.