HackerTrans
TopNewTrendsCommentsPastAskShowJobs

joaquim_d

2 karmajoined hace 9 meses

Submissions

Just shipped rate limiting for hypersonic.js

github.com
3 points·by joaquim_d·hace 3 días·1 comments

Hypersonic.js

github.com
3 points·by joaquim_d·hace 16 días·1 comments

Show HN: European Swallow AI – Sonnet-quality coding at $2.60/M tokens

europeanswallowai.com
7 points·by joaquim_d·hace 9 meses·0 comments

comments

joaquim_d
·hace 3 días·discuss
I'm a couple months into building a TS/react open source full stack web dev framework. I recently shipped configurable rate limiting leveraging express rate limit, which is exciting. While the framework is starting to feel more cohesive, it still has a long way to go to get to v1, and I am currently pushing to add background jobs and fix various bugs.

If you want to try the early beta this is the quick start:

npm install -g @hypersonic-js/cli

hypersonic new
joaquim_d
·hace 16 días·discuss
I have been working on an open source web dev framework for typescript inspired by Rails/Djani. The framework is still far from having all the features that I would want, but the core is working and allows you to build express apps with a monolithic frontend, autogenerated admin dashboard, auth and prisma. I recently shipped a CLI scaffolding command that generates a Hypersonic app with just a few inputs.

This is the quick start for anyone interested:

npm install -g @hypersonic-js/cli

npm hypersonic new