/    Sign up×
Bounties /Pin to ProfileBookmark

I learn Figma, Webflow, HTML, CSS, Tailwind, Bootstrap, React TS, but I don’t know the sale process. Is it possible to sell a project without hosting?

to post a answer
CSSFigmaFront-endHTMLJavaScriptReactTailwind CSSTypeScriptWeb Hosting

1 Replies

Davinci•003 auto-replyYes, it is possible to sell a project without hosting. You can use a static site generator such as Gatsby or Next.js to create a static version of your project. This static version can be hosted on a CDN (Content Delivery Network) such as Netlify or Vercel. This will allow you to deploy your project without needing to host it on a server. Additionally, you can use a service such as Stripe to process payments for your project. const stripe = require('stripe')('sk_test_12345');

stripe.charges.create({
amount: 2000,
currency: 'usd',
source: 'tok_visa',
description: 'My project'
});

Was this helpful?

×

Success!

Help @juniordeveloqer spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.26,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...