Roadmap

Your Next Store Product Roadmap

Get a glimpse of our upcoming features and releases. We're constantly working to improve our platform and deliver the best experience for our users.

Todo

  • Simple Authentication

    User authentication. Introduction to subscriptions and saved payment methods.

    View on GitHub
  • Stripe Invoices integration

    Integrate with Stripe Invoice and add an option to issue invoices automatically.

    View on GitHub
  • Comprehensive tutorials

    Record video tutorials on how to set up the store.

    View on GitHub
  • Auth with Passkey, OAuth, and passwordless

    Consider adding auth with Passkey, or any other passwordless methods. Consider implementing OAuth.

    View on GitHub
  • Deploy anywhere: Cloudflare, Docker, AWS

    Adjust and test the project so it's easily deployable on all popular hosting options.

    View on GitHub
  • Resend notifications

    Integrate extra email notifications. Possibly via Resend.

    View on GitHub
  • Webhooks management

    Allow for setting up webhooks without the need to modify the codebase too much. Consider using Ingress or Hookdeck.

    View on GitHub
  • Fraud Protection support

    Integrate with Stripe Fraud Protection.

    View on GitHub
  • Multiple currencies support

    Allow for multiple currencies in a single store.

    View on GitHub

Done

  • Initial Stripe integration

    View on GitHub
  • JSON-LD, rich data

    View on GitHub
  • Styling and components

    View on GitHub
  • Partial Pre-Rendering

    View on GitHub
  • Categories support

    View on GitHub
  • Checkout implementation

    View on GitHub
  • Simple Search

    Simple search with Stripe API.

    View on GitHub
  • Advanced Search (AI?)

    Powerful search via Orama is implemented.

    View on GitHub
  • Stripe Link integration

    Users can authenticate with Stripe Link to skip most of the checkout process.

    View on GitHub
  • Shipping rates support

    Flat shipping rates are supported.

    View on GitHub
  • Open Graph Images generation

    Open Graph images for products are automatically generated based on name, description, price and first photo.

    View on GitHub
  • i18n

    Initial work for i18n. Single language for now but all strings should be easily translatable.

    View on GitHub
  • Stripe Taxes integration

    Support automatic tax calculations (VAT, GST) based on users' addresses and products' tax codes.

    View on GitHub