Deployments for https://stemning.ai

Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Add subject name to generations and backfill data
Introduce a new column for subject names in the generations table and
implement a service to backfill missing subject metadata based on
image analysis results.
✨ Introduce job processing and database updates
Add job processing through Solid Queue and configure database for
development and queue environments. Update Procfile and README for
local job execution.
✨ Update download options for image generation
Revise download section to include preview and 4K options, enhancing user
experience and accessibility of image downloads.
♻️ Refactor code structure for better maintainability
Organize and streamline code to enhance readability and future updates.
✨ Introduce database management script
Add a script to manage the development database, including
dumping production data, dropping, and recreating the local
database, and syncing assets from Hetzner Object Storage.
✨ Introduce BYOK Unlimited plan and update credits
Add a new BYOK Unlimited purchase option and update related UI texts
and logic to reflect changes in credit usage and purchasing options.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Update user management features
Enhance user update functionality and add BYOK unlocked toggle in the admin dashboard.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Update credit pack details and pricing
Revise credit pack amounts and pricing to reflect new offerings in the
purchase model and update related pricing information in the view.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Enhance photo grid with links
Add links to photos in the grid for better navigation and user interaction.
💄 Update UI elements and improve footer layout
Revamp privacy and terms pages with new headings and descriptions.
Enhance image upload interface for better user experience.
✨ Add generation limit warning for BYOK users
Display a warning message when the user reaches their photo generation
limit, encouraging them to delete existing creations or purchase a credit
pack.
✨ Introduce new credit pack option for purchases
Update pricing structure to offer a 64 credit pack for $29.99,
replacing the previous 10 credit pack. Adjust related UI and
test cases accordingly.
✨ Introduce user deletion feature and default credits
Add functionality to delete users and their associated records.
Set default credits to zero for new users.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Introduce preferred model selection for users
Add functionality for users to select a preferred model for image
generation, including validation and UI updates in the user settings
form. Update routes and tests accordingly.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Enhance Privacy and Terms Pages
Add SEO metadata and improve structure for the privacy policy and terms of use pages. Introduce new tests for Generation and GenerationImage models, ensuring robust validation and associations.
✨ Introduce social sizes feature for generations
Add functionality to display and download social media sizes for generated
images. This includes new routes, controller actions, and views to enhance
user experience and accessibility of social media formats.
✨ Add style deletion feature and update UI
Implement the ability to delete specific style images and enhance the UI
to provide feedback for first-time users. Update routes and tests to
support this new functionality.
✨ Refactor shares and generations for improved functionality
Update shares controller and views to use style identifiers instead of share tokens.
Enhance generation image processing and add new style detail page.
Improve UI elements and ensure better handling of image states.
✨ Introduce social size groups and download feature
Add new social size groups for various platforms and implement
download functionality for selected sizes in the shares controller.
✨ Enhance photo handling and background styling
Improve photo selection logic and add dynamic background classes
to enhance visual presentation in the photo grid.
Peter Theill
Peter Theill 
deployed a performance improvement 3 months ago
3 months ago
🔥 Remove icon classes and colors from SEO templates
Eliminate unnecessary icon classes and colors from various SEO
template files to streamline the codebase and improve maintainability.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Add byok_unlocked feature and photo grid controller
Introduce a new feature to set byok_unlocked on users upon purchase fulfillment.
Also, add a photo grid controller for dynamic photo display with random rotations.
Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
💄 Update heading text for style clarity
Change the term "mood" to "style" in the heading for better
alignment with the content description.
Peter Theill
Peter Theill 
deployed a feature 3 months ago
3 months ago
✨ Introduce new share generation and image views
Add new views for share generation and individual images, update routes,
and implement a copy share link script for better user experience.
♻️ Refactor code structure for better readability
Organize and streamline code components to enhance maintainability and clarity.