TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: The Poetry Corner – A React Native app to read public domain poems

34 pointsby archiepeachalmost 3 years ago
TLDR - scratched my own itch with an app, added a pro plan and got my first subscribers this week!<p>Last December I started digging into poetry, it was a topic I always thought I liked, but just hadn’t explored very much. I soon discovered that a lot of the poetry sites online had pretty annoying designs, e.g. ads right at the end of the poem, (muting any emotional impact).<p>I also wanted to be able to easily save a list of my favourites to come back to.<p>I decided to build and release a react native app which addressed these needs&#x2F;issues. It took about 4 weeks during the winter break to release an MVP to the App Store. The backend is using Firebase, which has been superb in allowing me to bootstrap the app quickly.<p>I soon added a poem of the day feature, which forced me into curation (needing to find 365 poems for the year!). I’ve discovered so many amazing poems and poets as a result. One of the things I love about tech is that it can touch so many different domains and industries.<p>Anyway, fast forward six months of continuous development, adding features and refining the design, lots of late nights. I finally had enough of a feature set to demarcate some out to a paid plan with a free trial. And the first users have actually started subscribing!<p>I’ll soon be ramping up ads, currently just on the App Store Search, but soon with Google and Instagram. I’ll be seeing if I can spend x amount on ads to net a return in subscriptions. If so, I’ll be scaling it as fast as the budget will allow.<p>For the instagram ads, I’ll be marketing the poetry app with a mindfulness twist. Some people have already talked about this connection online, and I’ve personally experienced a deeper bond with nature and awareness of my own feelings as a result of reading so many poems.<p>So that’s where the app is now, and where I have in mind to take it. It’s been super fun working on it and any feedback is welcome!

8 comments

motohagiographyalmost 3 years ago
What a great idea. What I like about poetry is it makes the idea of people in general more plausibly likable by reminding us that a strangers inner life is possible. If we were only as deep as our tweets and the other things we do for reflected approval there would be really nothing to save. It seems urgent to find a way to see people as more than the symbols we have come to represent.<p>Funny how media means we are all relating to one another as symbols, and then we&#x27;re surprised when we treat each other like them.<p>App downloaded. In the Collections list, a category for &quot;Wise&quot; would be a big draw, as poetry is a dense vehicle for education. (thinking Blake&#x27;s proverbs of hell, Auden&#x27;s one liners, Holzer&#x27;s truisms, etc.)
izdoalmost 3 years ago
This is a great idea and it looks super clean. One thing I noticed is the spacing and line breaks are not always rendered the way the author intended. For example in Percy Shelley&#x27;s Ozymandias compare the text in the app to the Poetry.orgs text <a href="https:&#x2F;&#x2F;www.poetryfoundation.org&#x2F;poems&#x2F;46565&#x2F;ozymandias" rel="nofollow">https:&#x2F;&#x2F;www.poetryfoundation.org&#x2F;poems&#x2F;46565&#x2F;ozymandias</a><p>I like that you&#x27;re focused on curation rather than &quot;algorithmic&quot; feeding of content. The Criterion Collection does this with movies. One thing they do is have guest curators make lists of their favorite movies. My suggestion would be to have authors create guest curations of their favorite poems. Just an idea.
davezatchalmost 3 years ago
Just downloaded it. As someone who used to read more poetry and has fallen off, I like the idea! Maybe this will prod me back into the habit.<p>One bug report: I can’t select text in the poem. Wanted to look up a word and can’t figure out any way. Was that disabled intentionally?
mttjjalmost 3 years ago
Looks nice, congrats on the launch. Two things that aren’t clear to me from the App Store page (I haven’t downloaded the app):<p>1. Why is account creation necessary? Why can’t I just store&#x2F;sync my bookmarked poems with iCloud?<p>2. What the subscription is or does. The most recent change notes say that a Pro plan with ‘additional features’ was added but doesn’t elaborate beyond that.
评论 #32286363 未加载
KingOfCodersalmost 3 years ago
For anyone in Germany, if you need to recite a poem, I have a poem you can remember from my book (printed! :-)<p><pre><code> Au Au Au</code></pre>
评论 #32289105 未加载
saasxyzalmost 3 years ago
Clean UI. Nice work. Do you hand curate each poem?
lostericalmost 3 years ago
Beautiful! Any plans for web or Android native?
评论 #32288364 未加载
perilunaralmost 3 years ago
This is a beautiful looking app, but I can&#x27;t help thinking it exemplifies everything that is wrong with modern web development.<p>Firstly, why is this a native app and not a website? Oh actually, it is a website: <a href="https:&#x2F;&#x2F;thepoetrycorner.app" rel="nofollow">https:&#x2F;&#x2F;thepoetrycorner.app</a> , except some parts of it (search?, accounts?) don&#x27;t seem to be working in the browser.<p>Lets see what the pages are like. Here&#x27;s one: <a href="https:&#x2F;&#x2F;thepoetrycorner.app&#x2F;robert-lee-frost&#x2F;the-road-not-taken&#x2F;" rel="nofollow">https:&#x2F;&#x2F;thepoetrycorner.app&#x2F;robert-lee-frost&#x2F;the-road-not-ta...</a><p>The poem itself is 769 characters of plain text, including the title, attribution, and line breaks. 769 <i>bytes</i>.<p>The webpage is 810 <i>kilobytes</i>, in 25 files.<p>The app is 39.3 <i>megabytes</i>.<p>The App store page says there are &quot;more than 30,000 poems to explore&quot;. I bet you could fit all 30,000 in less than 39.3 MB if you tried.<p>Looking in web inspector I see lots of JSON files loaded on every click. I wonder if it works with JS disabled. It does? Page weight drops to 56.6 KB, which is quite reasonable. So why did all that JSON need to be loaded?<p>This could have been a really clean and lightweight website. The content is plain text with an occasional image. It&#x27;s perfect for plain HTML. Instead it&#x27;s a 40 MB native app. The road not taken, indeed.
评论 #32286437 未加载
评论 #32286420 未加载
评论 #32289286 未加载
评论 #32286390 未加载
评论 #32286865 未加载
评论 #32286404 未加载