SShortSingh.
Back to feed

Developer builds free bilingual AI prompt gallery as installable PWA

0
·1 views

A developer behind a small studio called RENOX has launched a free, bilingual gallery of AI image prompts compatible with ChatGPT, Sora, and Midjourney, accessible at rnosrat.com/prompts. The web app supports both English and Persian, with language switching handled entirely through CSS and HTML attributes so the page never reloads. Built on PHP 8 and SQLite on shared hosting, the project uses no complex build pipeline, keeping it lightweight and cost-effective for a read-heavy catalog. It is deployed as a Progressive Web App, allowing users to install it on their phones and browse prompts offline without going through an app store. Each prompt has its own indexed URL with a unique title and description, turning the single gallery into hundreds of search-engine-discoverable pages.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

OpenPledge Uses Blockchain and AI to Make Charity Donations Fully Transparent

A developer has built OpenPledge, an open-source donation platform designed to give donors complete visibility into where their money goes. Every contribution is recorded on the Solana blockchain, creating a permanent, publicly verifiable transaction record that cannot be altered. Google Gemini generates a personalised thank-you message for each donor, which ElevenLabs then converts into spoken audio, while Snowflake powers a public Impact Dashboard showing aggregate giving trends. The platform requires no login and features a public ledger linking every donation directly to its on-chain record. OpenPledge was submitted as part of a weekend developer challenge and is currently live at open-pledge.vercel.app, with full source code available on GitHub.

0
ProgrammingHacker News ·

Classic Sci-Fi Short Story 'They're Made Out of Meat' Resurfaces on HN

A link to Terry Bisson's well-known 1991 science fiction short story 'They're Made Out of Meat' was shared on Hacker News. The story, hosted on eastoftheweb.com, explores the humorous premise of aliens struggling to comprehend that humans are entirely biological beings. The post received 4 points on the platform at the time of reporting. No comments had been added to the submission yet.

0
ProgrammingHacker News ·

Car Industry Data Shows CarPlay Significantly Boosts Vehicle Sales

A blog post highlighted how the automotive industry effectively conducted a natural A/B test by selling identical car models with and without Apple CarPlay support. The results revealed a clear consumer preference for vehicles equipped with CarPlay integration. This real-world comparison provided strong evidence of how in-car technology features influence purchasing decisions. The findings suggest that CarPlay has become a meaningful factor for buyers when choosing between otherwise similar vehicles.

0
ProgrammingDEV Community ·

WebForms Core 2.1 Introduces WPC Criteria as an Advanced Alternative to CSS Selectors

WebForms Core 2.1 has expanded its built-in domain-specific language, WebForms Place Criteria (WPC), which allows developers to select, filter, and manipulate HTML and DOM elements. Unlike standard CSS selectors, WPC Criteria enables filtering of already-selected elements based on text content, attributes, visibility, state, position, and DOM relationships. Developers can chain multiple conditions and apply operators to build complex selections that go beyond simple ID, class, or tag-based queries. WPC also supports text searches and attribute-value matching, such as finding elements whose attribute values end with a specific string. The feature is exclusive to the WebForms Core framework and is not available as a standalone or external tool.

Developer builds free bilingual AI prompt gallery as installable PWA · ShortSingh