- We need config json file or utility class or shared global data (like eleventy) for example to determine page base url (dev | build).
- Redirect to a thank you page after subscription, asking to check the email.
- Configure welcome email: https://www.beehiiv.com/support/article/12314772394519-how-to-set-up-your-welcome-email
- Define structure for emails/posts (AI NEWS; ART; TOOLS, etc)
- Sometimes lists break: https://www.futurewise.lat/noticias/open-ai-lanca-modo-de-voz-avancado-no-navegador
- HARD: Articles background should be dynamic, based on the images color palette.
- Created by like aiweekly.
- Re-design article grid
- Keep working on pre-rendering articles, instead of fetching.
- Pagination
- Time ago, for articles
- Login y pricing de PRO (suscripcion anual R$29, una live de Networking e intercambio sobre AI cada semana + Ferramentas e contenido exclusivas)
- In TopBoxes.svelte, get the latest art from the latest issue (now it's hardcoded).
- Home image and article image, add a pill with extra info or caption.
- Dark mode
Everything you need to build a Svelte project, powered by sv
.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.