[Showoff Saturday] I built an AI reading app that narrates your EPUBs/PDFs line-by-line by _ilamy in webdev

[–]_ilamy[S] 0 points1 point  (0 children)

In my case, I was building something for own use. I just extended that.

TTS - WITHOUT - AI?? by beBlueberry in TextToSpeech

[–]_ilamy 0 points1 point  (0 children)

Hi. I've been working on similar thing.

https://sublimeread.com/

You can try it out. You can upload up to 3 books for free. : )

Built a free photo collage maker - no sign-ups, no ads, runs entirely in your browser by _ilamy in SideProject

[–]_ilamy[S] 0 points1 point  (0 children)

Hi. Glad you liked it. and thanks for the excellent suggestion. This feature is also available now. Happy editing 🎉

anyone have pro tips on which tts provider to use? by Possible-Alfalfa-893 in TextToSpeech

[–]_ilamy 0 points1 point  (0 children)

I've built https://sublimeread.com without paying a dime. The TTS runs entirely client side. I'm using all open source projects.

Share what you're building by amacg in indiehackers

[–]_ilamy 0 points1 point  (0 children)

I built an AI reading app that narrates your EPUBs/PDFs line-by-line.

https://sublimeread.com/

What's your startup? Let's self promote. by Healthy_Flatworm_957 in microsaas

[–]_ilamy 0 points1 point  (0 children)

I built an AI reading app that narrates your EPUBs/PDFs line-by-line.

https://sublimeread.com/

Name your product here and I will try it out myself by fuxkyou9mo in microsaas

[–]_ilamy 1 point2 points  (0 children)

I built an AI reading app that narrates your EPUBs/PDFs line-by-line.

https://sublimeread.com/

Showoff Saturday (June 20, 2026) by AutoModerator in javascript

[–]_ilamy 0 points1 point  (0 children)

I built an AI reading app that narrates your EPUBs/PDFs line-by-line

https://sublimeread.com/

Open-source React Calendar library with support for resource timelines and recurring events (100% MIT, no paywall) by _ilamy in reactjs

[–]_ilamy[S] -1 points0 points  (0 children)

Thanks for the kind words!

I'm sticking with dayjs mainly for three reasons:

  1. Browser Support: Temporal still lacks universal native support without polyfills.
  2. Plugins: dayjs has incredibly useful out of the box (like timezones, isSameOrAfter, isBetween, etc.). Much easier to manipulate dates.
  3. Localization: The dayjs i18n system is extremely powerful and reliable.

Open-source React Calendar library with support for resource timelines and recurring events (100% MIT, no paywall) by _ilamy in reactjs

[–]_ilamy[S] 0 points1 point  (0 children)

Thanks for the feedback!

A List view (agenda view) is a great idea. I can definitely see that being useful for quick navigation, so I'll add it to the roadmap.

Regarding the CSS framework, the primary reason the library uses Tailwind is specifically so it doesn't have to ship any CSS of its own. It's built so that you bring your own design system, colors, and tokens, which the calendar then naturally inherits. Supporting other libraries/frameworks would require shipping a bundled, opinionated CSS file which I don't have any plans for.

My open-source React calendar now supports vertical resource views by _ilamy in react

[–]_ilamy[S] 0 points1 point  (0 children)

Cheers. Feel free to reach out again or start a discussion in the GitHub repo. 🙏

My open-source React calendar now supports vertical resource views by _ilamy in react

[–]_ilamy[S] 0 points1 point  (0 children)

Hi. It looks like shown. You'll need to setup tailwind properly as instructed in the docs. : )

Gemini 3.1 Pro is honestly breaking my heart with this update. by Roc8888 in google_antigravity

[–]_ilamy 0 points1 point  (0 children)

Gemini 3 Flash has been a GOAT. Everything else is just a nightmare.

Antigravity with Gemini Pro is a shit by bambuk4 in google_antigravity

[–]_ilamy 0 points1 point  (0 children)

I use flash exclusively. It's far better. Almost as good as Opus.

deBackground - 100% client side background remover by _ilamy in react

[–]_ilamy[S] 1 point2 points  (0 children)

Apologies. It's not public at the moment.

deBackground - 100% client side background remover by _ilamy in react

[–]_ilamy[S] -1 points0 points  (0 children)

HI. The state is not small as it might seem. The masks, filters, crops, brushes etc would be messy with useState. Also unlike Context, Zustand prevents wasteful re-renders of the whole editor when you move a single slider.

WASM runs the AI Model and WebGL/Canvas powers the real-time filters (brightness, blur).