←back to thread

634 points david927 | 2 comments | | HN request time: 0.001s | source

What are you working on? Any new ideas that you're thinking about?
Show context
christophilus ◴[] No.41342602[source]
A zero-dependency application in Bun. It has a tailwind-like layer which can be seen here [0]. It’s not production-ready, but has been an interesting experiment.

[0] https://github.com/chrisdavies/atomic-css

replies(1): >>41343367 #
1. ivanjermakov ◴[] No.41343367[source]
What makes it Bun-specific? Can I use it with node?
replies(1): >>41346310 #
2. christophilus ◴[] No.41346310[source]
The Tailwind bit isn’t Bun specific, but the unit tests are, and the app currently uses (or eventually will use) various things such as bun’s http layer, password hashing, SQLite API, etc.